1 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (_tree_construction_main): Change handling of |
4 |
|
end tags in head insertion modes (HTML5 revision 1686). |
5 |
|
(parse_char_string): Bug fix for non-utf8 character string handlings. |
6 |
|
(parse_char_stream): |ungetc| does not work well for this context. |
7 |
|
|
8 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm.src (parse_byte_string): Redefined to invoke |
11 |
|
|parse_byte_stream|. |
12 |
|
(parse_byte_stream): New method. |
13 |
|
|
14 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm.src (parse_byte_string): Fix the column number reported |
17 |
|
by encoding layer error reporter. |
18 |
|
|
19 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm.src (parse_byte_string): Use streaming decoder |
22 |
|
rather than converting the whole byte string and then parsing. |
23 |
|
Propagate errors in character encoding layer. |
24 |
|
(get_next_token): Precise error reporting for |bare stago| error. |
25 |
|
|
26 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src (parse_char_stream): New method. |
29 |
|
(parse_char_string): This method is now defined as an invocation |
30 |
|
of the |parse_char_stream| method. |
31 |
|
|
32 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm.src (parse_byte_string): Report various status |
35 |
|
of the sniffing as info-level errors. Support for new |
36 |
|
decoding framework in parser resestting. |
37 |
|
(new): Various default error levels were not set. |
38 |
|
|
39 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
42 |
|
algorithm, except for the actual sniffing, is implemented |
43 |
|
with new framework with Message::Charset::Info. |
44 |
|
|
45 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
48 |
|
URIs in fallback section (HTML5 revision 1596). |
49 |
|
|
50 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* Makefile (Entities.html): URI has changed. |
53 |
|
|
54 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
57 |
|
1553). |
58 |
|
|
59 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
62 |
|
no longer table elements, but table objects returned |
63 |
|
by Whatpm::HTMLTable. |
64 |
|
|
65 |
|
* HTMLTable.pm (form_table): Return table element node |
66 |
|
as |$table->{element}|. |
67 |
|
(assign_header): Support for the |headers=""| attribute. |
68 |
|
|
69 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTMLTable.pm (assign_header): New function; first version |
72 |
|
with no support for headers="". |
73 |
|
(form_table): Include table width and height to the returned |
74 |
|
table object for covenience. Indexing in column assignement was wrong. |
75 |
|
Set whether a data cell is empty or not for convenience. |
76 |
|
|
77 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
80 |
|
|
81 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTMLTable.pm: How table model errors are detected is |
84 |
|
changed (HTML5 revision 1387). |
85 |
|
|
86 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
89 |
|
to the end of the table (HTML5 revision 1380). |
90 |
|
|
91 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
94 |
|
of 1-based (HTML5 revision 1376). |
95 |
|
|
96 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
99 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
100 |
|
revision 1288). |
101 |
|
|
102 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
105 |
|
1282). |
106 |
|
|
107 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* ContentChecker.pm: Support for global attributes. |
110 |
|
Status of XML specs are added. |
111 |
|
|
112 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
115 |
|
and |ref=""| attribute (referent element type checking). |
116 |
|
|
117 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
120 |
|
1500) is implemented (except for IDNA part and URI-scheme-specific |
121 |
|
knowledge). Line number counting was wrong for LF-only |
122 |
|
documents. |
123 |
|
|
124 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* HTML.pm.src: Raise an parse error for any disallowed |
127 |
|
character (HTML5 revision 1263). |
128 |
|
|
129 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* mkentitylist.pl: Support for new HTML5 entity table format (the |
132 |
|
definition for |AElig;| was missing). |
133 |
|
|
134 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for element/attribute |
137 |
|
name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417). |
138 |
|
|
139 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* HTML.pm.src: List of element names that close foreign content |
142 |
|
insertion mode is added (HTML5 revisions 1412 and 1418). |
143 |
|
|
144 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* HTML.pm.src: Support for |mglyph| and |malignmark| |
147 |
|
elements (HTML5 revision 1410). |
148 |
|
|
149 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* HTML.pm.src: Support for new long MathML entities (HTML5 |
152 |
|
revision 1406). |
153 |
|
|
154 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* HTML.pm.src: CDATA section support for MathML and SVG |
157 |
|
elements (HTML5 revision 1404 and 1420). |
158 |
|
|
159 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG |
162 |
|
elements (HTML5 revision 1404). Unused !!!macro definitions |
163 |
|
are removed. |
164 |
|
|
165 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors |
168 |
|
are raised is changed (HTML5 revision 1404). |
169 |
|
|
170 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* HTML.pm.src: Category sets that are no longer used are removed. |
173 |
|
|
174 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* HTML.pm.src: The ->[1] property of stack entries are now |
177 |
|
replaced by constants representing element category. |
178 |
|
|
179 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* HTML.pm.src: Don't use local name stored in stack (i.e. ->[1]) |
182 |
|
for error reporting. (This is a preparation for using constant |
183 |
|
value for ->[1].) |
184 |
|
|
185 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* RDFXML.pm: Typo fixed. |
188 |
|
|
189 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* ContentChecker.pm: |fact_level| is now treated |
192 |
|
as same as |must_level|, i.e. level = |m|. |
193 |
|
(check_element): Make list of URIs in the DOM. |
194 |
|
|
195 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* RDFXML.pm: Language accessor implemented. |
198 |
|
Local (null-namespace) attribute support. |
199 |
|
|
200 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
201 |
|
|
202 |
|
* RDFXML.pm: Factored out ID checking code. |
203 |
|
|
204 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* RDFXML.pm: TODO items noted. Validation of ID |
207 |
|
and URI attributes is implemented. Warn if unknown |
208 |
|
value is used in rdf:parseType="" attribute. |
209 |
|
|
210 |
|
* URIChecker.pm (check_rdf_uri_reference): New function. |
211 |
|
|
212 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* RDFXML.pm: bnodeid implemented. Relative references |
215 |
|
are now resolved. |
216 |
|
|
217 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* ContentChecker.pm: RDF reification implemented. |
220 |
|
|
221 |
|
* RDFXML.pm: undef vs false bug fixed. |
222 |
|
Reification implemented. |
223 |
|
|
224 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* RDFXML.pm: s/id/ID/ for attribute name. |
227 |
|
The |node| arguments are added for |ontriple| calls. |
228 |
|
Too many "attribute not allowed" errors were raised. |
229 |
|
|
230 |
|
* ContentChecker.pm: Initial experimental support for rdf:RDF |
231 |
|
element. |
232 |
|
|
233 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
235 |
|
* RDFXML.pm: New module. |
236 |
|
|
237 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
|
* HTML.pm.src (set_inner_html): Line/column number |
240 |
|
code was old one yet. |
241 |
|
|
242 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
243 |
|
|
244 |
|
* HTML.pm.src: Better line/column reporting for "duplicate attribute" |
245 |
|
errors. Line/column markings for DOCTYPE, comment, and |
246 |
|
character tokens are reintroduced; otherwise, |
247 |
|
error location for "not HTML5" error and errors |
248 |
|
for implied elements are not attached. |
249 |
|
|
250 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* HTML.pm.src: Set line/column numbers to attributes. |
253 |
|
|
254 |
|
* NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added. |
255 |
|
(value): Setter implemented. |
256 |
|
|
257 |
|
* mkhtmlparser.pl: Set line/column numbers to Attr nodes. |
258 |
|
|
259 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
|
* HTML.pm.src: Unused line/column markings are removed. |
262 |
|
|
263 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* HTML.pm.src (_get_next_token): Remove |first_start_tag| |
266 |
|
flag, which is no longer used. |
267 |
|
|
268 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* HTML.pm.src: Set line/column information to element nodes. |
271 |
|
|
272 |
|
* mkhtmlparser.pl (!!!create-element, !!!insert-element, |
273 |
|
and !!!insert-element-t): Set line/column information to |
274 |
|
element nodes. |
275 |
|
|
276 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* HTML.pm.src (_get_next_token): The first "<" character |
279 |
|
in "<?", "<>", or "</>" should be the error point. |
280 |
|
|
281 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
282 |
|
|
283 |
|
* HTML.pm.src: Some more fixes on error position reporting. |
284 |
|
|
285 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* HTML.pm.src: Token-level precious error reporting. |
288 |
|
|
289 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* HTML.pm.src: Preparation for more precious error point |
292 |
|
reporting. |
293 |
|
|
294 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* HTML.pm.src: Error type revised. |
297 |
|
|
298 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
299 |
|
|
300 |
|
* HTML.pm.src: Similar codes are merged together, again. |
301 |
|
|
302 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
303 |
|
|
304 |
|
* HTML.pm.src: Similar codes are merged together. |
305 |
|
|
306 |
|
2008-03-10 Wakaba <wakaba@suika.fam.cx> |
307 |
|
|
308 |
|
* mkhtmlparser.pl: Set "level" parameter to parse errors. |
309 |
|
|
310 |
|
* HTML.pm.src: Code refined. |
311 |
|
|
312 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
314 |
|
* HTML.pm.src: |</body>| treatement has been changed (HTML5 |
315 |
|
revision 1348). Note that I really don't know this makes |
316 |
|
any difference in the black-box behavior of the parser. |
317 |
|
|
318 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
319 |
|
|
320 |
|
* HTML.pm.src: New end-of-file token implementation (HTML5 |
321 |
|
revision 1348). |
322 |
|
|
323 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
324 |
|
|
325 |
|
* HTML.pm.src: |applet| support (HTML5 revision 1347). |
326 |
|
|
327 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
329 |
|
* HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343). |
330 |
|
|
331 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
332 |
|
|
333 |
|
* HTML.pm.src: Support for |<input>| in the "in select" insertion |
334 |
|
mode and support for the "in select in table" insertion mode (HTML5 |
335 |
|
revision 1342). |
336 |
|
|
337 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* HTML.pm.src: No foster parenting for <script> and <script> |
340 |
|
in non-tainted <table>s (HTML5 revision 1336). |
341 |
|
|
342 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
343 |
|
|
344 |
|
* HTML.pm.src: Ignore white space characters between <html> |
345 |
|
and <head> (HTML5 revision 1332). |
346 |
|
|
347 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
348 |
|
|
349 |
|
* HTML.pm.src: Treat <input type=hidden> as if it were a |
350 |
|
white space (HTML5 revision 1331). |
351 |
|
|
352 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
353 |
|
|
354 |
|
* HTML.pm.src: Ignore U+000A at the beginning of a |listing| |
355 |
|
element (HTML5 revision 1330). |
356 |
|
|
357 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
358 |
|
|
359 |
|
* HTML.pm.src: <title> is always appended to the current |
360 |
|
element (HTML5 revision 1328). |
361 |
|
|
362 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
363 |
|
|
364 |
|
* HTML.pm.src: White space in tainted tables are moved |
365 |
|
into foster parents (HTML5 revision 1326). |
366 |
|
|
367 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
368 |
|
|
369 |
|
* HTML.pm.src: Reduce errors from foster parenting cases (HTML5 |
370 |
|
revision 1321). |
371 |
|
|
372 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
373 |
|
|
374 |
|
* HTML.pm.src: |</h/n/>| case code rearranged to align with |
375 |
|
the spec (HTML5 revision 1320). Note that we finally complete |
376 |
|
all of HTML5 revision 1320 changes. |
377 |
|
|
378 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
379 |
|
|
380 |
|
* HTML.pm.src: |</form>| now works similar to |</div>| for unclosed |
381 |
|
tags (HTML5 revision 1320). |
382 |
|
|
383 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
384 |
|
|
385 |
|
* HTML.pm.src: |</p>| case rearranged with no actual change in fact. |
386 |
|
|
387 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
388 |
|
|
389 |
|
* HTML.pm.src: A "generate implied end tags" code (t409.1) |
390 |
|
could not be reached so that it is now removed (HTML5 revision |
391 |
|
1320). |
392 |
|
|
393 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
394 |
|
|
395 |
|
* HTML.pm.src: Code for the case of |</div>| and so on are revised |
396 |
|
to align with new spec text (HTML5 revision 1320). |
397 |
|
|
398 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
399 |
|
|
400 |
|
* HTML.pm.src: Remove strange |if| condition; however, it should |
401 |
|
have had no harm in theory. |
402 |
|
|
403 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
404 |
|
|
405 |
|
* HTML.pm.src (_tree_construction_main): '</p>' in body |
406 |
|
case is split from other end tags for the preparation |
407 |
|
of implementing HTML revision 1320. |
408 |
|
|
409 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
410 |
|
|
411 |
|
* HTML.pm.src: Simplified "generate implied end tag" (HTML5 |
412 |
|
revision 1320). |
413 |
|
|
414 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
415 |
|
|
416 |
|
* HTML.pm.src (_tree_construction_main): Merge rules for "h1" |
417 |
|
and "div" (HTML5 revision 1318). Add comments to where |
418 |
|
|form| pointer association codes should be inserted (HTML5 revision |
419 |
|
1319). |
420 |
|
|
421 |
|
2008-03-06 Wakaba <wakaba@suika.fam.cx> |
422 |
|
|
423 |
|
* HTML.pm.src: <html> treatement refined (HTML5 revision 1314). |
424 |
|
|
425 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
426 |
|
|
427 |
|
* HTML.pm.src: Since the case t268 should never be reached (no |
428 |
|
other token type, there are), it is replaced by a |die| statement. |
429 |
|
|
430 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
431 |
|
|
432 |
|
* HTML.pm.src: Typo fixed. |
433 |
|
|
434 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
435 |
|
|
436 |
|
* HTML.pm.src (_tree_construction_initial): Some limited quirks |
437 |
|
doctypes were not uppercased for comparison. |
438 |
|
|
439 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
440 |
|
|
441 |
|
* HTML.pm.src (tree construction and set_inner_html): Checkpoints |
442 |
|
are added. |
443 |
|
|
444 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
445 |
|
|
446 |
|
* HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints |
447 |
|
are set. Cases that are unlikely reached are noted as so. |
448 |
|
|
449 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
450 |
|
|
451 |
|
* HTML.pm.src: Checkpoints for debugging are added. |
452 |
|
|
453 |
|
* mkhtmlparser.pl: Support for |!!!cp| syntax. |
454 |
|
|
455 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
456 |
|
|
457 |
|
* HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g |
458 |
|
for simplicity. |
459 |
|
|
460 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
461 |
|
|
462 |
|
* HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5 |
463 |
|
revision 1307). |
464 |
|
|
465 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
466 |
|
|
467 |
|
* HTML.pm.src (_get_next_token): Where the /incorrect/ flag |
468 |
|
is set are changed (HTML5 revision 1305). |
469 |
|
|
470 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
471 |
|
|
472 |
|
* HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision |
473 |
|
1292). Entities are not parsed in comment-like part in RCDATA |
474 |
|
elements (HTML5 revision 1294). Allow bare & at the end |
475 |
|
of attribute value literals (HTML5 revision 1296). More |
476 |
|
quirks mode doctypes (HTML5 revision 1302). Requires spaces |
477 |
|
between attributes and ban attribute names or unquoted |
478 |
|
attribute values containing single or double quotes (HTML5 |
479 |
|
revision 1303). |
480 |
|
|
481 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
482 |
|
|
483 |
|
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
484 |
|
and related errors unless it is an HTML document (though the spec |
485 |
|
is unclear on whether it is applied to XHTML document). |
486 |
|
|
487 |
|
* HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes |
488 |
|
are added. |
489 |
|
|
490 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
491 |
|
|
492 |
|
* HTML.pm.src: s/local_name/manakai_local_name/g. |
493 |
|
|
494 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
495 |
|
|
496 |
|
* _NamedEntityList.pm: Updated (HTML5 revision 1286). |
497 |
|
|
498 |
|
* HTML.pm.src: |charset| in |content| attribute is |
499 |
|
case-insensitive (HTML5 revision 1270). |
500 |
|
|
501 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
502 |
|
|
503 |
|
* ContentChecker.pm: New status constants are added. |
504 |
|
($ElementDefault): |status| added. |
505 |
|
(check_element): Err for non-standard or deprecated elements. |
506 |
|
(_attr_status_info): For non-standard or deprecated attributes. |
507 |
|
|
508 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
509 |
|
|
510 |
|
* ContentChecker.pm (_attr_status_info): New internal method. |
511 |
|
|
512 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
513 |
|
|
514 |
|
* ContentChecker.pm (check_element): Element standardized |
515 |
|
status information is now dispatched. |
516 |
|
|
517 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
518 |
|
|
519 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
520 |
|
problem by adding some more arguments. |
521 |
|
|
522 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
523 |
|
|
524 |
|
* ContentChecker.pm (check_element): Use context of |
525 |
|
container-for-the-purpose-of-content-model element (not transparent |
526 |
|
element) for |check_child_element| calling and significant |
527 |
|
text flag marking. This reintroduces |<del>|-and-significant |
528 |
|
problem again. |
529 |
|
|
530 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
531 |
|
|
532 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
533 |
|
elements ignored for the purpose of phase changes in |
534 |
|
content model checking. |
535 |
|
|
536 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
537 |
|
|
538 |
|
* ContentChecker.pm (check_element): In-element state |
539 |
|
was not properly managed for transparent cases. |
540 |
|
|
541 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
542 |
|
|
543 |
|
* ContentChecker.pm (check_element): Support for |video| |
544 |
|
and |audio| as semi-transparent elements. |
545 |
|
|
546 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
547 |
|
|
548 |
|
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |
549 |
|
(check_element): s/minuses/minus_elements/, s/pluses/plus_elements/. |
550 |
|
Support for |html:object| as a semi-transparent element. |
551 |
|
|
552 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
553 |
|
|
554 |
|
* ContentChecker.pm (check_element): The way to traverse |
555 |
|
the tree is entirely revised to make it easier to track |
556 |
|
the state of ancestors/descendants. As a result of this |
557 |
|
revision (which rewrites almost all of Whatpm::ContentChecker::HTML), |
558 |
|
support for content model checking for HTML elements |figure|, |
559 |
|
|object|, |video|, and |audio| and checking for XML elements (and |
560 |
|
some XMLNS checkings) are dropped for now. They will be |
561 |
|
reimplemented in due cource. |
562 |
|
|
563 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
564 |
|
|
565 |
|
* HTML.pm.src: |>| in public or system literal closes the DOCTYPE |
566 |
|
token (HTML5 revision 1225). |
567 |
|
|
568 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
569 |
|
|
570 |
|
* ContentChecker.pm ({unsupported_level}): New value. |
571 |
|
|
572 |
|
* HTML.pm.src: Save whether |meta| |content| attribute |
573 |
|
contains character references or not. |
574 |
|
|
575 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
576 |
|
|
577 |
|
* ContentChecker.pm (_get_children): (Incompleted) attempt to |
578 |
|
imlement significant content checking for contents |
579 |
|
with |del| elements. |
580 |
|
|
581 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
582 |
|
|
583 |
|
* ContenteChecker.pm ($HTMLTransparentElements): More |
584 |
|
elements are added. |
585 |
|
(_get_children): HTML |object| elements are now semi-transparent. |
586 |
|
|
587 |
|
* NanoDOM.pm (manakai_html, manakai_head): New methods. |
588 |
|
|
589 |
|
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
590 |
|
|
591 |
|
* CacheManifest.pm: HTML5 revision 1211 implemented. |
592 |
|
|
593 |
|
* CacheManifest.pod: Updated. |
594 |
|
|
595 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
596 |
|
|
597 |
|
* ContentChecker.pm (check_document, check_element): Support |
598 |
|
for second argument ($onsubdoc). |
599 |
|
(_get_css_parser): Removed (now it is part of WDCC). |
600 |
|
|
601 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
602 |
|
|
603 |
|
* ContentChecker.pm (_get_css_parser): New. |
604 |
|
|
605 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
606 |
|
|
607 |
|
* ContentChecker.pm ($AnyChecker): Old way to add child elements |
608 |
|
for checking had been used. |
609 |
|
|
610 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
611 |
|
|
612 |
|
* ContentChecker.pm (check_element): New todo item type |descendant|. |
613 |
|
|
614 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
615 |
|
|
616 |
|
* IMTChecker.pm: Revised to raise errors and warnings as (poorly) |
617 |
|
specced in RFC 2046 and RFC 4288. |
618 |
|
(application/atom+xml): Definition added. |
619 |
|
|
620 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
621 |
|
|
622 |
|
* URIChecker.pm: Make RFC 3986 should-level errors |
623 |
|
warnings (rather than SHOULD-level errors). |
624 |
|
|
625 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
626 |
|
|
627 |
|
* NanoDOM.pm (get_user_data, set_user_data): New methods. |
628 |
|
|
629 |
|
* HTML.pm.src: A flag for character references in attribute |
630 |
|
values are added. Set |manakai_has_reference| user data |
631 |
|
to |charset| attribute. |
632 |
|
|
633 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
634 |
|
|
635 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
636 |
|
attributes. |
637 |
|
|
638 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
639 |
|
cannot be tested. |
640 |
|
|
641 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
642 |
|
|
643 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
644 |
|
by universalchardet if charset parameter is not specified. |
645 |
|
|
646 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
647 |
|
|
648 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
649 |
|
|
650 |
|
* ContentChecker.pm (check_document): Check the existence |
651 |
|
of character encoding declaration and selection of encoding |
652 |
|
for HTML document. |
653 |
|
|
654 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
655 |
|
|
656 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
657 |
|
type in list context. |
658 |
|
|
659 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
660 |
|
|
661 |
|
* ContentType.pm: Sniffing with leading white space |
662 |
|
ignoring (HTML5 revisions 1013 and 1016). |
663 |
|
|
664 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
665 |
|
|
666 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
667 |
|
white spaces, are implemented. |
668 |
|
|
669 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
670 |
|
|
671 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
672 |
|
attribute if possible. |
673 |
|
|
674 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
675 |
|
|
676 |
|
* HTML.pm.src (parse_byte_string): New method. |
677 |
|
(parse_char_string): New alias for |parse_string|. |
678 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
679 |
|
|
680 |
|
* HTML.pod: Updated. |
681 |
|
|
682 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
683 |
|
|
684 |
|
* HTML.pod (get_inner_html): Removed. |
685 |
|
|
686 |
|
* Makefile (HTML-all, HTML-clean): New. |
687 |
|
|
688 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
689 |
|
|
690 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
691 |
|
|
692 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
693 |
|
|
694 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
695 |
|
|
696 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
697 |
|
|
698 |
|
* Makefile: |CacheManifest.html| is added. |
699 |
|
|
700 |
|
* CacheManifest.pod: New file. |
701 |
|
|
702 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
703 |
|
|
704 |
|
* CacheManifest.pm: New module. |
705 |
|
|
706 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
707 |
|
|
708 |
* HTML.pm.src: Support for application cache selection algorithm |
* HTML.pm.src: Support for application cache selection algorithm |