1 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: RDF reification implemented. |
4 |
|
|
5 |
|
* RDFXML.pm: undef vs false bug fixed. |
6 |
|
Reification implemented. |
7 |
|
|
8 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* RDFXML.pm: s/id/ID/ for attribute name. |
11 |
|
The |node| arguments are added for |ontriple| calls. |
12 |
|
Too many "attribute not allowed" errors were raised. |
13 |
|
|
14 |
|
* ContentChecker.pm: Initial experimental support for rdf:RDF |
15 |
|
element. |
16 |
|
|
17 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* RDFXML.pm: New module. |
20 |
|
|
21 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src (set_inner_html): Line/column number |
24 |
|
code was old one yet. |
25 |
|
|
26 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src: Better line/column reporting for "duplicate attribute" |
29 |
|
errors. Line/column markings for DOCTYPE, comment, and |
30 |
|
character tokens are reintroduced; otherwise, |
31 |
|
error location for "not HTML5" error and errors |
32 |
|
for implied elements are not attached. |
33 |
|
|
34 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm.src: Set line/column numbers to attributes. |
37 |
|
|
38 |
|
* NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added. |
39 |
|
(value): Setter implemented. |
40 |
|
|
41 |
|
* mkhtmlparser.pl: Set line/column numbers to Attr nodes. |
42 |
|
|
43 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm.src: Unused line/column markings are removed. |
46 |
|
|
47 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm.src (_get_next_token): Remove |first_start_tag| |
50 |
|
flag, which is no longer used. |
51 |
|
|
52 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm.src: Set line/column information to element nodes. |
55 |
|
|
56 |
|
* mkhtmlparser.pl (!!!create-element, !!!insert-element, |
57 |
|
and !!!insert-element-t): Set line/column information to |
58 |
|
element nodes. |
59 |
|
|
60 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm.src (_get_next_token): The first "<" character |
63 |
|
in "<?", "<>", or "</>" should be the error point. |
64 |
|
|
65 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm.src: Some more fixes on error position reporting. |
68 |
|
|
69 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src: Token-level precious error reporting. |
72 |
|
|
73 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm.src: Preparation for more precious error point |
76 |
|
reporting. |
77 |
|
|
78 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm.src: Error type revised. |
81 |
|
|
82 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm.src: Similar codes are merged together, again. |
85 |
|
|
86 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm.src: Similar codes are merged together. |
89 |
|
|
90 |
|
2008-03-10 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* mkhtmlparser.pl: Set "level" parameter to parse errors. |
93 |
|
|
94 |
|
* HTML.pm.src: Code refined. |
95 |
|
|
96 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* HTML.pm.src: |</body>| treatement has been changed (HTML5 |
99 |
|
revision 1348). Note that I really don't know this makes |
100 |
|
any difference in the black-box behavior of the parser. |
101 |
|
|
102 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HTML.pm.src: New end-of-file token implementation (HTML5 |
105 |
|
revision 1348). |
106 |
|
|
107 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* HTML.pm.src: |applet| support (HTML5 revision 1347). |
110 |
|
|
111 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343). |
114 |
|
|
115 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* HTML.pm.src: Support for |<input>| in the "in select" insertion |
118 |
|
mode and support for the "in select in table" insertion mode (HTML5 |
119 |
|
revision 1342). |
120 |
|
|
121 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* HTML.pm.src: No foster parenting for <script> and <script> |
124 |
|
in non-tainted <table>s (HTML5 revision 1336). |
125 |
|
|
126 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* HTML.pm.src: Ignore white space characters between <html> |
129 |
|
and <head> (HTML5 revision 1332). |
130 |
|
|
131 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* HTML.pm.src: Treat <input type=hidden> as if it were a |
134 |
|
white space (HTML5 revision 1331). |
135 |
|
|
136 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* HTML.pm.src: Ignore U+000A at the beginning of a |listing| |
139 |
|
element (HTML5 revision 1330). |
140 |
|
|
141 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* HTML.pm.src: <title> is always appended to the current |
144 |
|
element (HTML5 revision 1328). |
145 |
|
|
146 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* HTML.pm.src: White space in tainted tables are moved |
149 |
|
into foster parents (HTML5 revision 1326). |
150 |
|
|
151 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* HTML.pm.src: Reduce errors from foster parenting cases (HTML5 |
154 |
|
revision 1321). |
155 |
|
|
156 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* HTML.pm.src: |</h/n/>| case code rearranged to align with |
159 |
|
the spec (HTML5 revision 1320). Note that we finally complete |
160 |
|
all of HTML5 revision 1320 changes. |
161 |
|
|
162 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* HTML.pm.src: |</form>| now works similar to |</div>| for unclosed |
165 |
|
tags (HTML5 revision 1320). |
166 |
|
|
167 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* HTML.pm.src: |</p>| case rearranged with no actual change in fact. |
170 |
|
|
171 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* HTML.pm.src: A "generate implied end tags" code (t409.1) |
174 |
|
could not be reached so that it is now removed (HTML5 revision |
175 |
|
1320). |
176 |
|
|
177 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* HTML.pm.src: Code for the case of |</div>| and so on are revised |
180 |
|
to align with new spec text (HTML5 revision 1320). |
181 |
|
|
182 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* HTML.pm.src: Remove strange |if| condition; however, it should |
185 |
|
have had no harm in theory. |
186 |
|
|
187 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* HTML.pm.src (_tree_construction_main): '</p>' in body |
190 |
|
case is split from other end tags for the preparation |
191 |
|
of implementing HTML revision 1320. |
192 |
|
|
193 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* HTML.pm.src: Simplified "generate implied end tag" (HTML5 |
196 |
|
revision 1320). |
197 |
|
|
198 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* HTML.pm.src (_tree_construction_main): Merge rules for "h1" |
201 |
|
and "div" (HTML5 revision 1318). Add comments to where |
202 |
|
|form| pointer association codes should be inserted (HTML5 revision |
203 |
|
1319). |
204 |
|
|
205 |
|
2008-03-06 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* HTML.pm.src: <html> treatement refined (HTML5 revision 1314). |
208 |
|
|
209 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* HTML.pm.src: Since the case t268 should never be reached (no |
212 |
|
other token type, there are), it is replaced by a |die| statement. |
213 |
|
|
214 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* HTML.pm.src: Typo fixed. |
217 |
|
|
218 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* HTML.pm.src (_tree_construction_initial): Some limited quirks |
221 |
|
doctypes were not uppercased for comparison. |
222 |
|
|
223 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* HTML.pm.src (tree construction and set_inner_html): Checkpoints |
226 |
|
are added. |
227 |
|
|
228 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints |
231 |
|
are set. Cases that are unlikely reached are noted as so. |
232 |
|
|
233 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
235 |
|
* HTML.pm.src: Checkpoints for debugging are added. |
236 |
|
|
237 |
|
* mkhtmlparser.pl: Support for |!!!cp| syntax. |
238 |
|
|
239 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
241 |
|
* HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g |
242 |
|
for simplicity. |
243 |
|
|
244 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
|
* HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5 |
247 |
|
revision 1307). |
248 |
|
|
249 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
250 |
|
|
251 |
|
* HTML.pm.src (_get_next_token): Where the /incorrect/ flag |
252 |
|
is set are changed (HTML5 revision 1305). |
253 |
|
|
254 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
255 |
|
|
256 |
|
* HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision |
257 |
|
1292). Entities are not parsed in comment-like part in RCDATA |
258 |
|
elements (HTML5 revision 1294). Allow bare & at the end |
259 |
|
of attribute value literals (HTML5 revision 1296). More |
260 |
|
quirks mode doctypes (HTML5 revision 1302). Requires spaces |
261 |
|
between attributes and ban attribute names or unquoted |
262 |
|
attribute values containing single or double quotes (HTML5 |
263 |
|
revision 1303). |
264 |
|
|
265 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
266 |
|
|
267 |
|
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
268 |
|
and related errors unless it is an HTML document (though the spec |
269 |
|
is unclear on whether it is applied to XHTML document). |
270 |
|
|
271 |
|
* HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes |
272 |
|
are added. |
273 |
|
|
274 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
276 |
|
* HTML.pm.src: s/local_name/manakai_local_name/g. |
277 |
|
|
278 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
279 |
|
|
280 |
|
* _NamedEntityList.pm: Updated (HTML5 revision 1286). |
281 |
|
|
282 |
|
* HTML.pm.src: |charset| in |content| attribute is |
283 |
|
case-insensitive (HTML5 revision 1270). |
284 |
|
|
285 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* ContentChecker.pm: New status constants are added. |
288 |
|
($ElementDefault): |status| added. |
289 |
|
(check_element): Err for non-standard or deprecated elements. |
290 |
|
(_attr_status_info): For non-standard or deprecated attributes. |
291 |
|
|
292 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
293 |
|
|
294 |
|
* ContentChecker.pm (_attr_status_info): New internal method. |
295 |
|
|
296 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
297 |
|
|
298 |
|
* ContentChecker.pm (check_element): Element standardized |
299 |
|
status information is now dispatched. |
300 |
|
|
301 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
303 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
304 |
|
problem by adding some more arguments. |
305 |
|
|
306 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
307 |
|
|
308 |
|
* ContentChecker.pm (check_element): Use context of |
309 |
|
container-for-the-purpose-of-content-model element (not transparent |
310 |
|
element) for |check_child_element| calling and significant |
311 |
|
text flag marking. This reintroduces |<del>|-and-significant |
312 |
|
problem again. |
313 |
|
|
314 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
315 |
|
|
316 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
317 |
|
elements ignored for the purpose of phase changes in |
318 |
|
content model checking. |
319 |
|
|
320 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
321 |
|
|
322 |
|
* ContentChecker.pm (check_element): In-element state |
323 |
|
was not properly managed for transparent cases. |
324 |
|
|
325 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
|
* ContentChecker.pm (check_element): Support for |video| |
328 |
|
and |audio| as semi-transparent elements. |
329 |
|
|
330 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
331 |
|
|
332 |
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |