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> |
105 |
|
|
106 |
|
* ContentChecker.pm (check_element): Element standardized |
107 |
|
status information is now dispatched. |
108 |
|
|
109 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
112 |
|
problem by adding some more arguments. |
113 |
|
|
114 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* ContentChecker.pm (check_element): Use context of |
117 |
|
container-for-the-purpose-of-content-model element (not transparent |
118 |
|
element) for |check_child_element| calling and significant |
119 |
|
text flag marking. This reintroduces |<del>|-and-significant |
120 |
|
problem again. |
121 |
|
|
122 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
125 |
|
elements ignored for the purpose of phase changes in |
126 |
|
content model checking. |
127 |
|
|
128 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* ContentChecker.pm (check_element): In-element state |
131 |
|
was not properly managed for transparent cases. |
132 |
|
|
133 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* ContentChecker.pm (check_element): Support for |video| |
136 |
|
and |audio| as semi-transparent elements. |
137 |
|
|
138 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |
141 |
|
(check_element): s/minuses/minus_elements/, s/pluses/plus_elements/. |
142 |
|
Support for |html:object| as a semi-transparent element. |
143 |
|
|
144 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* ContentChecker.pm (check_element): The way to traverse |
147 |
|
the tree is entirely revised to make it easier to track |
148 |
|
the state of ancestors/descendants. As a result of this |
149 |
|
revision (which rewrites almost all of Whatpm::ContentChecker::HTML), |
150 |
|
support for content model checking for HTML elements |figure|, |
151 |
|
|object|, |video|, and |audio| and checking for XML elements (and |
152 |
|
some XMLNS checkings) are dropped for now. They will be |
153 |
|
reimplemented in due cource. |
154 |
|
|
155 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* HTML.pm.src: |>| in public or system literal closes the DOCTYPE |
158 |
|
token (HTML5 revision 1225). |
159 |
|
|
160 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* ContentChecker.pm ({unsupported_level}): New value. |
163 |
|
|
164 |
|
* HTML.pm.src: Save whether |meta| |content| attribute |
165 |
|
contains character references or not. |
166 |
|
|
167 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* ContentChecker.pm (_get_children): (Incompleted) attempt to |
170 |
|
imlement significant content checking for contents |
171 |
|
with |del| elements. |
172 |
|
|
173 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* ContenteChecker.pm ($HTMLTransparentElements): More |
176 |
|
elements are added. |
177 |
|
(_get_children): HTML |object| elements are now semi-transparent. |
178 |
|
|
179 |
|
* NanoDOM.pm (manakai_html, manakai_head): New methods. |
180 |
|
|
181 |
|
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* CacheManifest.pm: HTML5 revision 1211 implemented. |
184 |
|
|
185 |
|
* CacheManifest.pod: Updated. |
186 |
|
|
187 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* ContentChecker.pm (check_document, check_element): Support |
190 |
|
for second argument ($onsubdoc). |
191 |
|
(_get_css_parser): Removed (now it is part of WDCC). |
192 |
|
|
193 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* ContentChecker.pm (_get_css_parser): New. |
196 |
|
|
197 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* ContentChecker.pm ($AnyChecker): Old way to add child elements |
200 |
|
for checking had been used. |
201 |
|
|
202 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* ContentChecker.pm (check_element): New todo item type |descendant|. |
205 |
|
|
206 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
* IMTChecker.pm: Revised to raise errors and warnings as (poorly) |
* IMTChecker.pm: Revised to raise errors and warnings as (poorly) |