1 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5 |
4 |
|
revision 1307). |
5 |
|
|
6 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src (_get_next_token): Where the /incorrect/ flag |
9 |
|
is set are changed (HTML5 revision 1305). |
10 |
|
|
11 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision |
14 |
|
1292). Entities are not parsed in comment-like part in RCDATA |
15 |
|
elements (HTML5 revision 1294). Allow bare & at the end |
16 |
|
of attribute value literals (HTML5 revision 1296). More |
17 |
|
quirks mode doctypes (HTML5 revision 1302). Requires spaces |
18 |
|
between attributes and ban attribute names or unquoted |
19 |
|
attribute values containing single or double quotes (HTML5 |
20 |
|
revision 1303). |
21 |
|
|
22 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
25 |
|
and related errors unless it is an HTML document (though the spec |
26 |
|
is unclear on whether it is applied to XHTML document). |
27 |
|
|
28 |
|
* HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes |
29 |
|
are added. |
30 |
|
|
31 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src: s/local_name/manakai_local_name/g. |
34 |
|
|
35 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* _NamedEntityList.pm: Updated (HTML5 revision 1286). |
38 |
|
|
39 |
|
* HTML.pm.src: |charset| in |content| attribute is |
40 |
|
case-insensitive (HTML5 revision 1270). |
41 |
|
|
42 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* ContentChecker.pm: New status constants are added. |
45 |
|
($ElementDefault): |status| added. |
46 |
|
(check_element): Err for non-standard or deprecated elements. |
47 |
|
(_attr_status_info): For non-standard or deprecated attributes. |
48 |
|
|
49 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* ContentChecker.pm (_attr_status_info): New internal method. |
52 |
|
|
53 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* ContentChecker.pm (check_element): Element standardized |
56 |
|
status information is now dispatched. |
57 |
|
|
58 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
61 |
|
problem by adding some more arguments. |
62 |
|
|
63 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* ContentChecker.pm (check_element): Use context of |
66 |
|
container-for-the-purpose-of-content-model element (not transparent |
67 |
|
element) for |check_child_element| calling and significant |
68 |
|
text flag marking. This reintroduces |<del>|-and-significant |
69 |
|
problem again. |
70 |
|
|
71 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
74 |
|
elements ignored for the purpose of phase changes in |
75 |
|
content model checking. |
76 |
|
|
77 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
* ContentChecker.pm (check_element): In-element state |
* ContentChecker.pm (check_element): In-element state |