1 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* _NamedEntityList.pm: Updated (HTML5 revision 1286). |
4 |
|
|
5 |
|
* HTML.pm.src: |charset| in |content| attribute is |
6 |
|
case-insensitive (HTML5 revision 1270). |
7 |
|
|
8 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* ContentChecker.pm: New status constants are added. |
11 |
|
($ElementDefault): |status| added. |
12 |
|
(check_element): Err for non-standard or deprecated elements. |
13 |
|
(_attr_status_info): For non-standard or deprecated attributes. |
14 |
|
|
15 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* ContentChecker.pm (_attr_status_info): New internal method. |
18 |
|
|
19 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* ContentChecker.pm (check_element): Element standardized |
22 |
|
status information is now dispatched. |
23 |
|
|
24 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
27 |
|
problem by adding some more arguments. |
28 |
|
|
29 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* ContentChecker.pm (check_element): Use context of |
32 |
|
container-for-the-purpose-of-content-model element (not transparent |
33 |
|
element) for |check_child_element| calling and significant |
34 |
|
text flag marking. This reintroduces |<del>|-and-significant |
35 |
|
problem again. |
36 |
|
|
37 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
40 |
|
elements ignored for the purpose of phase changes in |
41 |
|
content model checking. |
42 |
|
|
43 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* ContentChecker.pm (check_element): In-element state |
* ContentChecker.pm (check_element): In-element state |