1 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Simplified "generate implied end tag" (HTML5 |
4 |
|
revision 1320). |
5 |
|
|
6 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src (_tree_construction_main): Merge rules for "h1" |
9 |
|
and "div" (HTML5 revision 1318). Add comments to where |
10 |
|
|form| pointer association codes should be inserted (HTML5 revision |
11 |
|
1319). |
12 |
|
|
13 |
|
2008-03-06 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm.src: <html> treatement refined (HTML5 revision 1314). |
16 |
|
|
17 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: Since the case t268 should never be reached (no |
20 |
|
other token type, there are), it is replaced by a |die| statement. |
21 |
|
|
22 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm.src: Typo fixed. |
25 |
|
|
26 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src (_tree_construction_initial): Some limited quirks |
29 |
|
doctypes were not uppercased for comparison. |
30 |
|
|
31 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src (tree construction and set_inner_html): Checkpoints |
34 |
|
are added. |
35 |
|
|
36 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints |
39 |
|
are set. Cases that are unlikely reached are noted as so. |
40 |
|
|
41 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm.src: Checkpoints for debugging are added. |
44 |
|
|
45 |
|
* mkhtmlparser.pl: Support for |!!!cp| syntax. |
46 |
|
|
47 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g |
50 |
|
for simplicity. |
51 |
|
|
52 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5 |
55 |
|
revision 1307). |
56 |
|
|
57 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm.src (_get_next_token): Where the /incorrect/ flag |
60 |
|
is set are changed (HTML5 revision 1305). |
61 |
|
|
62 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision |
65 |
|
1292). Entities are not parsed in comment-like part in RCDATA |
66 |
|
elements (HTML5 revision 1294). Allow bare & at the end |
67 |
|
of attribute value literals (HTML5 revision 1296). More |
68 |
|
quirks mode doctypes (HTML5 revision 1302). Requires spaces |
69 |
|
between attributes and ban attribute names or unquoted |
70 |
|
attribute values containing single or double quotes (HTML5 |
71 |
|
revision 1303). |
72 |
|
|
73 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
76 |
|
and related errors unless it is an HTML document (though the spec |
77 |
|
is unclear on whether it is applied to XHTML document). |
78 |
|
|
79 |
|
* HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes |
80 |
|
are added. |
81 |
|
|
82 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm.src: s/local_name/manakai_local_name/g. |
85 |
|
|
86 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* _NamedEntityList.pm: Updated (HTML5 revision 1286). |
89 |
|
|
90 |
|
* HTML.pm.src: |charset| in |content| attribute is |
91 |
|
case-insensitive (HTML5 revision 1270). |
92 |
|
|
93 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* ContentChecker.pm: New status constants are added. |
96 |
|
($ElementDefault): |status| added. |
97 |
|
(check_element): Err for non-standard or deprecated elements. |
98 |
|
(_attr_status_info): For non-standard or deprecated attributes. |
99 |
|
|
100 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* ContentChecker.pm (_attr_status_info): New internal method. |
103 |
|
|
104 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
* ContentChecker.pm (check_element): Element standardized |
* ContentChecker.pm (check_element): Element standardized |