/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.247 - (show annotations) (download)
Sat May 24 14:19:54 2008 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.246: +8 -0 lines
++ whatpm/t/ChangeLog	24 May 2008 14:11:43 -0000
	* tree-test-1.dat: Test data on EOF in foreign content insertion
	mode are added (HTML5 revision 1693).  Test data on SVG camelCase
	attributes are added (HTML5 revision 1700).  Test data on <textarea>
	in <select> are added (HTML5 revision 1699).  Test data on HTML start
	tags in foreign content insertion mode are added (HTML5 revision
	1698).

	* content-model-1.dat, content-model-2.dat: Update test
	results for <style> and <script>.

2008-05-24  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	24 May 2008 14:01:15 -0000
	* HTML.pm.src: Support for end-of-file token in foreign content
	insertion mode (HTML5 revision 1693).  Update SVG camelCase
	attribute list (HTML5 revision 1700).  <textarea> closes
	</select> (HTML5 revision 1699).  More start tags close in
	foreign content insertion mode (HTML5 revision 1698).

2008-05-24  Wakaba  <wakaba@suika.fam.cx>

1 2008-05-24 Wakaba <wakaba@suika.fam.cx>
2
3 * HTML.pm.src: Support for end-of-file token in foreign content
4 insertion mode (HTML5 revision 1693). Update SVG camelCase
5 attribute list (HTML5 revision 1700). <textarea> closes
6 </select> (HTML5 revision 1699). More start tags close in
7 foreign content insertion mode (HTML5 revision 1698).
8
9 2008-05-24 Wakaba <wakaba@suika.fam.cx>
10
11 * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
12
13 2008-05-24 Wakaba <wakaba@suika.fam.cx>
14
15 * HTML.pm.src: More robust charset parameter detection (HTML5
16 revision 1674).
17
18 2008-05-24 Wakaba <wakaba@suika.fam.cx>
19
20 * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
21 revision 1676).
22
23 2008-05-24 Wakaba <wakaba@suika.fam.cx>
24
25 * HTML.pm.src: Ignore language part of public identifiers for
26 quriks mode detection (HTML5 revision 1679).
27
28 2008-05-24 Wakaba <wakaba@suika.fam.cx>
29
30 * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
31 revision 1685).
32
33 2008-05-24 Wakaba <wakaba@suika.fam.cx>
34
35 * HTML.pm.src: Support for EOF in new states for tags (HTML5
36 revision 1684).
37
38 2008-05-24 Wakaba <wakaba@suika.fam.cx>
39
40 * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
41 work (HTML5 revision 1690).
42
43 2008-05-24 Wakaba <wakaba@suika.fam.cx>
44
45 * HTML.pm.src (_tree_construction_main): Change handling of
46 end tags in head insertion modes (HTML5 revision 1686).
47 (parse_char_string): Bug fix for non-utf8 character string handlings.
48 (parse_char_stream): |ungetc| does not work well for this context.
49
50 2008-05-18 Wakaba <wakaba@suika.fam.cx>
51
52 * HTML.pm.src (parse_byte_string): Redefined to invoke
53 |parse_byte_stream|.
54 (parse_byte_stream): New method.
55
56 2008-05-18 Wakaba <wakaba@suika.fam.cx>
57
58 * HTML.pm.src (parse_byte_string): Fix the column number reported
59 by encoding layer error reporter.
60
61 2008-05-17 Wakaba <wakaba@suika.fam.cx>
62
63 * HTML.pm.src (parse_byte_string): Use streaming decoder
64 rather than converting the whole byte string and then parsing.
65 Propagate errors in character encoding layer.
66 (get_next_token): Precise error reporting for |bare stago| error.
67
68 2008-05-17 Wakaba <wakaba@suika.fam.cx>
69
70 * HTML.pm.src (parse_char_stream): New method.
71 (parse_char_string): This method is now defined as an invocation
72 of the |parse_char_stream| method.
73
74 2008-05-17 Wakaba <wakaba@suika.fam.cx>
75
76 * HTML.pm.src (parse_byte_string): Report various status
77 of the sniffing as info-level errors. Support for new
78 decoding framework in parser resestting.
79 (new): Various default error levels were not set.
80
81 2008-05-17 Wakaba <wakaba@suika.fam.cx>
82
83 * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
84 algorithm, except for the actual sniffing, is implemented
85 with new framework with Message::Charset::Info.
86
87 2008-05-16 Wakaba <wakaba@suika.fam.cx>
88
89 * CacheManifest.pm (_parse): Drop fragment identifiers from
90 URIs in fallback section (HTML5 revision 1596).
91
92 2008-05-10 Wakaba <wakaba@suika.fam.cx>
93
94 * Makefile (Entities.html): URI has changed.
95
96 2008-05-10 Wakaba <wakaba@suika.fam.cx>
97
98 * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
99 1553).
100
101 2008-05-06 Wakaba <wakaba@suika.fam.cx>
102
103 * ContentChecker.pm: Noted that those returned in |table| are
104 no longer table elements, but table objects returned
105 by Whatpm::HTMLTable.
106
107 * HTMLTable.pm (form_table): Return table element node
108 as |$table->{element}|.
109 (assign_header): Support for the |headers=""| attribute.
110
111 2008-05-06 Wakaba <wakaba@suika.fam.cx>
112
113 * HTMLTable.pm (assign_header): New function; first version
114 with no support for headers="".
115 (form_table): Include table width and height to the returned
116 table object for covenience. Indexing in column assignement was wrong.
117 Set whether a data cell is empty or not for convenience.
118
119 2008-05-05 Wakaba <wakaba@suika.fam.cx>
120
121 * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
122
123 2008-05-05 Wakaba <wakaba@suika.fam.cx>
124
125 * HTMLTable.pm: How table model errors are detected is
126 changed (HTML5 revision 1387).
127
128 2008-05-05 Wakaba <wakaba@suika.fam.cx>
129
130 * HTMLTable.pm: The algorithm now moves |tfoot| elements
131 to the end of the table (HTML5 revision 1380).
132
133 2008-05-05 Wakaba <wakaba@suika.fam.cx>
134
135 * HTMLTable.pm: The algorithm is now 0-based indexing, instead
136 of 1-based (HTML5 revision 1376).
137
138 2008-05-05 Wakaba <wakaba@suika.fam.cx>
139
140 * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
141 and "Content-Encoding" no longer prevent sniffing (HTML5
142 revision 1288).
143
144 2008-05-05 Wakaba <wakaba@suika.fam.cx>
145
146 * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
147 1282).
148
149 2008-05-03 Wakaba <wakaba@suika.fam.cx>
150
151 * ContentChecker.pm: Support for global attributes.
152 Status of XML specs are added.
153
154 2008-05-03 Wakaba <wakaba@suika.fam.cx>
155
156 * ContentChecker.pm (check_element): Support for |template=""|
157 and |ref=""| attribute (referent element type checking).
158
159 2008-04-29 Wakaba <wakaba@suika.fam.cx>
160
161 * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
162 1500) is implemented (except for IDNA part and URI-scheme-specific
163 knowledge). Line number counting was wrong for LF-only
164 documents.
165
166 2008-04-13 Wakaba <wakaba@suika.fam.cx>
167
168 * HTML.pm.src: Raise an parse error for any disallowed
169 character (HTML5 revision 1263).
170
171 2008-04-13 Wakaba <wakaba@suika.fam.cx>
172
173 * mkentitylist.pl: Support for new HTML5 entity table format (the
174 definition for |AElig;| was missing).
175
176 2008-04-13 Wakaba <wakaba@suika.fam.cx>
177
178 * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
179 name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
180
181 2008-04-13 Wakaba <wakaba@suika.fam.cx>
182
183 * HTML.pm.src: List of element names that close foreign content
184 insertion mode is added (HTML5 revisions 1412 and 1418).
185
186 2008-04-13 Wakaba <wakaba@suika.fam.cx>
187
188 * HTML.pm.src: Support for |mglyph| and |malignmark|
189 elements (HTML5 revision 1410).
190
191 2008-04-13 Wakaba <wakaba@suika.fam.cx>
192
193 * HTML.pm.src: Support for new long MathML entities (HTML5
194 revision 1406).
195
196 2008-04-13 Wakaba <wakaba@suika.fam.cx>
197
198 * HTML.pm.src: CDATA section support for MathML and SVG
199 elements (HTML5 revision 1404 and 1420).
200
201 2008-04-12 Wakaba <wakaba@suika.fam.cx>
202
203 * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
204 elements (HTML5 revision 1404). Unused !!!macro definitions
205 are removed.
206
207 2008-04-12 Wakaba <wakaba@suika.fam.cx>
208
209 * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
210 are raised is changed (HTML5 revision 1404).
211
212 2008-04-06 Wakaba <wakaba@suika.fam.cx>
213
214 * HTML.pm.src: Category sets that are no longer used are removed.
215
216 2008-04-06 Wakaba <wakaba@suika.fam.cx>
217
218 * HTML.pm.src: The ->[1] property of stack entries are now
219 replaced by constants representing element category.
220
221 2008-04-06 Wakaba <wakaba@suika.fam.cx>
222
223 * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
224 for error reporting. (This is a preparation for using constant
225 value for ->[1].)
226
227 2008-03-22 Wakaba <wakaba@suika.fam.cx>
228
229 * RDFXML.pm: Typo fixed.
230
231 2008-03-22 Wakaba <wakaba@suika.fam.cx>
232
233 * ContentChecker.pm: |fact_level| is now treated
234 as same as |must_level|, i.e. level = |m|.
235 (check_element): Make list of URIs in the DOM.
236
237 2008-03-21 Wakaba <wakaba@suika.fam.cx>
238
239 * RDFXML.pm: Language accessor implemented.
240 Local (null-namespace) attribute support.
241
242 2008-03-21 Wakaba <wakaba@suika.fam.cx>
243
244 * RDFXML.pm: Factored out ID checking code.
245
246 2008-03-21 Wakaba <wakaba@suika.fam.cx>
247
248 * RDFXML.pm: TODO items noted. Validation of ID
249 and URI attributes is implemented. Warn if unknown
250 value is used in rdf:parseType="" attribute.
251
252 * URIChecker.pm (check_rdf_uri_reference): New function.
253
254 2008-03-21 Wakaba <wakaba@suika.fam.cx>
255
256 * RDFXML.pm: bnodeid implemented. Relative references
257 are now resolved.
258
259 2008-03-21 Wakaba <wakaba@suika.fam.cx>
260
261 * ContentChecker.pm: RDF reification implemented.
262
263 * RDFXML.pm: undef vs false bug fixed.
264 Reification implemented.
265
266 2008-03-21 Wakaba <wakaba@suika.fam.cx>
267
268 * RDFXML.pm: s/id/ID/ for attribute name.
269 The |node| arguments are added for |ontriple| calls.
270 Too many "attribute not allowed" errors were raised.
271
272 * ContentChecker.pm: Initial experimental support for rdf:RDF
273 element.
274
275 2008-03-21 Wakaba <wakaba@suika.fam.cx>
276
277 * RDFXML.pm: New module.
278
279 2008-03-20 Wakaba <wakaba@suika.fam.cx>
280
281 * HTML.pm.src (set_inner_html): Line/column number
282 code was old one yet.
283
284 2008-03-20 Wakaba <wakaba@suika.fam.cx>
285
286 * HTML.pm.src: Better line/column reporting for "duplicate attribute"
287 errors. Line/column markings for DOCTYPE, comment, and
288 character tokens are reintroduced; otherwise,
289 error location for "not HTML5" error and errors
290 for implied elements are not attached.
291
292 2008-03-20 Wakaba <wakaba@suika.fam.cx>
293
294 * HTML.pm.src: Set line/column numbers to attributes.
295
296 * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
297 (value): Setter implemented.
298
299 * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
300
301 2008-03-20 Wakaba <wakaba@suika.fam.cx>
302
303 * HTML.pm.src: Unused line/column markings are removed.
304
305 2008-03-20 Wakaba <wakaba@suika.fam.cx>
306
307 * HTML.pm.src (_get_next_token): Remove |first_start_tag|
308 flag, which is no longer used.
309
310 2008-03-17 Wakaba <wakaba@suika.fam.cx>
311
312 * HTML.pm.src: Set line/column information to element nodes.
313
314 * mkhtmlparser.pl (!!!create-element, !!!insert-element,
315 and !!!insert-element-t): Set line/column information to
316 element nodes.
317
318 2008-03-17 Wakaba <wakaba@suika.fam.cx>
319
320 * HTML.pm.src (_get_next_token): The first "<" character
321 in "<?", "<>", or "</>" should be the error point.
322
323 2008-03-16 Wakaba <wakaba@suika.fam.cx>
324
325 * HTML.pm.src: Some more fixes on error position reporting.
326
327 2008-03-16 Wakaba <wakaba@suika.fam.cx>
328
329 * HTML.pm.src: Token-level precious error reporting.
330
331 2008-03-16 Wakaba <wakaba@suika.fam.cx>
332
333 * HTML.pm.src: Preparation for more precious error point
334 reporting.
335
336 2008-03-11 Wakaba <wakaba@suika.fam.cx>
337
338 * HTML.pm.src: Error type revised.
339
340 2008-03-11 Wakaba <wakaba@suika.fam.cx>
341
342 * HTML.pm.src: Similar codes are merged together, again.
343
344 2008-03-11 Wakaba <wakaba@suika.fam.cx>
345
346 * HTML.pm.src: Similar codes are merged together.
347
348 2008-03-10 Wakaba <wakaba@suika.fam.cx>
349
350 * mkhtmlparser.pl: Set "level" parameter to parse errors.
351
352 * HTML.pm.src: Code refined.
353
354 2008-03-09 Wakaba <wakaba@suika.fam.cx>
355
356 * HTML.pm.src: |</body>| treatement has been changed (HTML5
357 revision 1348). Note that I really don't know this makes
358 any difference in the black-box behavior of the parser.
359
360 2008-03-09 Wakaba <wakaba@suika.fam.cx>
361
362 * HTML.pm.src: New end-of-file token implementation (HTML5
363 revision 1348).
364
365 2008-03-09 Wakaba <wakaba@suika.fam.cx>
366
367 * HTML.pm.src: |applet| support (HTML5 revision 1347).
368
369 2008-03-09 Wakaba <wakaba@suika.fam.cx>
370
371 * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
372
373 2008-03-09 Wakaba <wakaba@suika.fam.cx>
374
375 * HTML.pm.src: Support for |<input>| in the "in select" insertion
376 mode and support for the "in select in table" insertion mode (HTML5
377 revision 1342).
378
379 2008-03-09 Wakaba <wakaba@suika.fam.cx>
380
381 * HTML.pm.src: No foster parenting for <script> and <script>
382 in non-tainted <table>s (HTML5 revision 1336).
383
384 2008-03-09 Wakaba <wakaba@suika.fam.cx>
385
386 * HTML.pm.src: Ignore white space characters between <html>
387 and <head> (HTML5 revision 1332).
388
389 2008-03-09 Wakaba <wakaba@suika.fam.cx>
390
391 * HTML.pm.src: Treat <input type=hidden> as if it were a
392 white space (HTML5 revision 1331).
393
394 2008-03-08 Wakaba <wakaba@suika.fam.cx>
395
396 * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
397 element (HTML5 revision 1330).
398
399 2008-03-08 Wakaba <wakaba@suika.fam.cx>
400
401 * HTML.pm.src: <title> is always appended to the current
402 element (HTML5 revision 1328).
403
404 2008-03-08 Wakaba <wakaba@suika.fam.cx>
405
406 * HTML.pm.src: White space in tainted tables are moved
407 into foster parents (HTML5 revision 1326).
408
409 2008-03-08 Wakaba <wakaba@suika.fam.cx>
410
411 * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
412 revision 1321).
413
414 2008-03-08 Wakaba <wakaba@suika.fam.cx>
415
416 * HTML.pm.src: |</h/n/>| case code rearranged to align with
417 the spec (HTML5 revision 1320). Note that we finally complete
418 all of HTML5 revision 1320 changes.
419
420 2008-03-08 Wakaba <wakaba@suika.fam.cx>
421
422 * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
423 tags (HTML5 revision 1320).
424
425 2008-03-08 Wakaba <wakaba@suika.fam.cx>
426
427 * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
428
429 2008-03-08 Wakaba <wakaba@suika.fam.cx>
430
431 * HTML.pm.src: A "generate implied end tags" code (t409.1)
432 could not be reached so that it is now removed (HTML5 revision
433 1320).
434
435 2008-03-08 Wakaba <wakaba@suika.fam.cx>
436
437 * HTML.pm.src: Code for the case of |</div>| and so on are revised
438 to align with new spec text (HTML5 revision 1320).
439
440 2008-03-08 Wakaba <wakaba@suika.fam.cx>
441
442 * HTML.pm.src: Remove strange |if| condition; however, it should
443 have had no harm in theory.
444
445 2008-03-08 Wakaba <wakaba@suika.fam.cx>
446
447 * HTML.pm.src (_tree_construction_main): '</p>' in body
448 case is split from other end tags for the preparation
449 of implementing HTML revision 1320.
450
451 2008-03-07 Wakaba <wakaba@suika.fam.cx>
452
453 * HTML.pm.src: Simplified "generate implied end tag" (HTML5
454 revision 1320).
455
456 2008-03-07 Wakaba <wakaba@suika.fam.cx>
457
458 * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
459 and "div" (HTML5 revision 1318). Add comments to where
460 |form| pointer association codes should be inserted (HTML5 revision
461 1319).
462
463 2008-03-06 Wakaba <wakaba@suika.fam.cx>
464
465 * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
466
467 2008-03-05 Wakaba <wakaba@suika.fam.cx>
468
469 * HTML.pm.src: Since the case t268 should never be reached (no
470 other token type, there are), it is replaced by a |die| statement.
471
472 2008-03-05 Wakaba <wakaba@suika.fam.cx>
473
474 * HTML.pm.src: Typo fixed.
475
476 2008-03-04 Wakaba <wakaba@suika.fam.cx>
477
478 * HTML.pm.src (_tree_construction_initial): Some limited quirks
479 doctypes were not uppercased for comparison.
480
481 2008-03-03 Wakaba <wakaba@suika.fam.cx>
482
483 * HTML.pm.src (tree construction and set_inner_html): Checkpoints
484 are added.
485
486 2008-03-03 Wakaba <wakaba@suika.fam.cx>
487
488 * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
489 are set. Cases that are unlikely reached are noted as so.
490
491 2008-03-03 Wakaba <wakaba@suika.fam.cx>
492
493 * HTML.pm.src: Checkpoints for debugging are added.
494
495 * mkhtmlparser.pl: Support for |!!!cp| syntax.
496
497 2008-03-03 Wakaba <wakaba@suika.fam.cx>
498
499 * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
500 for simplicity.
501
502 2008-03-03 Wakaba <wakaba@suika.fam.cx>
503
504 * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
505 revision 1307).
506
507 2008-03-03 Wakaba <wakaba@suika.fam.cx>
508
509 * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
510 is set are changed (HTML5 revision 1305).
511
512 2008-03-02 Wakaba <wakaba@suika.fam.cx>
513
514 * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
515 1292). Entities are not parsed in comment-like part in RCDATA
516 elements (HTML5 revision 1294). Allow bare & at the end
517 of attribute value literals (HTML5 revision 1296). More
518 quirks mode doctypes (HTML5 revision 1302). Requires spaces
519 between attributes and ban attribute names or unquoted
520 attribute values containing single or double quotes (HTML5
521 revision 1303).
522
523 2008-03-02 Wakaba <wakaba@suika.fam.cx>
524
525 * ContentChecker.pm: Typo fixed. Don't raise "character encoding"
526 and related errors unless it is an HTML document (though the spec
527 is unclear on whether it is applied to XHTML document).
528
529 * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
530 are added.
531
532 2008-03-02 Wakaba <wakaba@suika.fam.cx>
533
534 * HTML.pm.src: s/local_name/manakai_local_name/g.
535
536 2008-03-01 Wakaba <wakaba@suika.fam.cx>
537
538 * _NamedEntityList.pm: Updated (HTML5 revision 1286).
539
540 * HTML.pm.src: |charset| in |content| attribute is
541 case-insensitive (HTML5 revision 1270).
542
543 2008-02-26 Wakaba <wakaba@suika.fam.cx>
544
545 * ContentChecker.pm: New status constants are added.
546 ($ElementDefault): |status| added.
547 (check_element): Err for non-standard or deprecated elements.
548 (_attr_status_info): For non-standard or deprecated attributes.
549
550 2008-02-24 Wakaba <wakaba@suika.fam.cx>
551
552 * ContentChecker.pm (_attr_status_info): New internal method.
553
554 2008-02-24 Wakaba <wakaba@suika.fam.cx>
555
556 * ContentChecker.pm (check_element): Element standardized
557 status information is now dispatched.
558
559 2008-02-24 Wakaba <wakaba@suika.fam.cx>
560
561 * ContentChecker.pm (check_element): Fix |del|-and-significant
562 problem by adding some more arguments.
563
564 2008-02-24 Wakaba <wakaba@suika.fam.cx>
565
566 * ContentChecker.pm (check_element): Use context of
567 container-for-the-purpose-of-content-model element (not transparent
568 element) for |check_child_element| calling and significant
569 text flag marking. This reintroduces |<del>|-and-significant
570 problem again.
571
572 2008-02-24 Wakaba <wakaba@suika.fam.cx>
573
574 * ContentChecker.pm (check_element): Make semi-transparent
575 elements ignored for the purpose of phase changes in
576 content model checking.
577
578 2008-02-23 Wakaba <wakaba@suika.fam.cx>
579
580 * ContentChecker.pm (check_element): In-element state
581 was not properly managed for transparent cases.
582
583 2008-02-23 Wakaba <wakaba@suika.fam.cx>
584
585 * ContentChecker.pm (check_element): Support for |video|
586 and |audio| as semi-transparent elements.
587
588 2008-02-23 Wakaba <wakaba@suika.fam.cx>
589
590 * ContentChecker.pm ($HTMLSemiTransparentElements): New.
591 (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
592 Support for |html:object| as a semi-transparent element.
593
594 2008-02-23 Wakaba <wakaba@suika.fam.cx>
595
596 * ContentChecker.pm (check_element): The way to traverse
597 the tree is entirely revised to make it easier to track
598 the state of ancestors/descendants. As a result of this
599 revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
600 support for content model checking for HTML elements |figure|,
601 |object|, |video|, and |audio| and checking for XML elements (and
602 some XMLNS checkings) are dropped for now. They will be
603 reimplemented in due cource.
604
605 2008-02-17 Wakaba <wakaba@suika.fam.cx>
606
607 * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
608 token (HTML5 revision 1225).
609
610 2008-02-17 Wakaba <wakaba@suika.fam.cx>
611
612 * ContentChecker.pm ({unsupported_level}): New value.
613
614 * HTML.pm.src: Save whether |meta| |content| attribute
615 contains character references or not.
616
617 2008-02-17 Wakaba <wakaba@suika.fam.cx>
618
619 * ContentChecker.pm (_get_children): (Incompleted) attempt to
620 imlement significant content checking for contents
621 with |del| elements.
622
623 2008-02-17 Wakaba <wakaba@suika.fam.cx>
624
625 * ContenteChecker.pm ($HTMLTransparentElements): More
626 elements are added.
627 (_get_children): HTML |object| elements are now semi-transparent.
628
629 * NanoDOM.pm (manakai_html, manakai_head): New methods.
630
631 2008-02-16 Wakaba <wakaba@suika.fam.cx>
632
633 * CacheManifest.pm: HTML5 revision 1211 implemented.
634
635 * CacheManifest.pod: Updated.
636
637 2008-02-10 Wakaba <wakaba@suika.fam.cx>
638
639 * ContentChecker.pm (check_document, check_element): Support
640 for second argument ($onsubdoc).
641 (_get_css_parser): Removed (now it is part of WDCC).
642
643 2008-02-09 Wakaba <wakaba@suika.fam.cx>
644
645 * ContentChecker.pm (_get_css_parser): New.
646
647 2007-11-25 Wakaba <wakaba@suika.fam.cx>
648
649 * ContentChecker.pm ($AnyChecker): Old way to add child elements
650 for checking had been used.
651
652 2007-11-25 Wakaba <wakaba@suika.fam.cx>
653
654 * ContentChecker.pm (check_element): New todo item type |descendant|.
655
656 2007-11-23 Wakaba <wakaba@suika.fam.cx>
657
658 * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
659 specced in RFC 2046 and RFC 4288.
660 (application/atom+xml): Definition added.
661
662 2007-11-23 Wakaba <wakaba@suika.fam.cx>
663
664 * URIChecker.pm: Make RFC 3986 should-level errors
665 warnings (rather than SHOULD-level errors).
666
667 2007-11-23 Wakaba <wakaba@suika.fam.cx>
668
669 * NanoDOM.pm (get_user_data, set_user_data): New methods.
670
671 * HTML.pm.src: A flag for character references in attribute
672 values are added. Set |manakai_has_reference| user data
673 to |charset| attribute.
674
675 2007-11-23 Wakaba <wakaba@suika.fam.cx>
676
677 * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
678 attributes.
679
680 * ContentChecker.pm (check_document): Warn if charset requirements
681 cannot be tested.
682
683 2007-11-19 Wakaba <wakaba@suika.fam.cx>
684
685 * HTML.pm.src (parse_byte_string): Detect charset
686 by universalchardet if charset parameter is not specified.
687
688 * Makefile (Charset-all, Charset-clean): New rules.
689
690 2007-11-18 Wakaba <wakaba@suika.fam.cx>
691
692 * ContentChecker.pm (check_document): Check the existence
693 of character encoding declaration and selection of encoding
694 for HTML document.
695
696 2007-11-18 Wakaba <wakaba@suika.fam.cx>
697
698 * ContentType.pm (get_sniffed_type): Return also the official
699 type in list context.
700
701 2007-11-18 Wakaba <wakaba@suika.fam.cx>
702
703 * ContentType.pm: Sniffing with leading white space
704 ignoring (HTML5 revisions 1013 and 1016).
705
706 2007-11-18 Wakaba <wakaba@suika.fam.cx>
707
708 * ContentType.pm: HTML5 revision 1013 changes, except for leading
709 white spaces, are implemented.
710
711 2007-11-11 Wakaba <wakaba@suika.fam.cx>
712
713 * HTML.pm.src (parse_char_string): Set |inner_encoding|
714 attribute if possible.
715
716 2007-11-11 Wakaba <wakaba@suika.fam.cx>
717
718 * HTML.pm.src (parse_byte_string): New method.
719 (parse_char_string): New alias for |parse_string|.
720 (main phase): Invoking "change the encoding" algorithm if desired.
721
722 * HTML.pod: Updated.
723
724 2007-11-11 Wakaba <wakaba@suika.fam.cx>
725
726 * HTML.pod (get_inner_html): Removed.
727
728 * Makefile (HTML-all, HTML-clean): New.
729
730 2007-11-11 Wakaba <wakaba@suika.fam.cx>
731
732 * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
733
734 2007-11-08 Wakaba <wakaba@suika.fam.cx>
735
736 * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
737
738 2007-11-04 Wakaba <wakaba@suika.fam.cx>
739
740 * Makefile: |CacheManifest.html| is added.
741
742 * CacheManifest.pod: New file.
743
744 2007-11-04 Wakaba <wakaba@suika.fam.cx>
745
746 * CacheManifest.pm: New module.
747
748 2007-11-04 Wakaba <wakaba@suika.fam.cx>
749
750 * HTML.pm.src: Support for application cache selection algorithm
751 callback.
752
753 2007-11-04 Wakaba <wakaba@suika.fam.cx>
754
755 * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
756
757 2007-10-17 Wakaba <wakaba@suika.fam.cx>
758
759 * Makefile (clean): New rule.
760
761 * NanoDOM.pm (public_id, system_id): New attributes.
762
763 2007-10-17 Wakaba <wakaba@suika.fam.cx>
764
765 * Makefile (CSS-all, CSS-clean, clean): New rules.
766
767 2007-10-14 Wakaba <wakaba@suika.fam.cx>
768
769 * ContentChecker.pm (check_document): Support for
770 new |is_xml_root| flag.
771 (check_element): Support for new |pluses| state.
772 (_add_pluses): New method.
773 (_remove_minuses): Support for new |minus| item.
774
775 2007-09-24 Wakaba <wakaba@suika.fam.cx>
776
777 * ContentChecker.pm: Raise specific error for invalid
778 root element.
779
780 2007-09-24 Wakaba <wakaba@suika.fam.cx>
781
782 * ContentChecker.pm: Set level values for later uses.
783
784 2007-09-09 Wakaba <wakaba@suika.fam.cx>
785
786 * ContentChecker.pm: Support for language tag validation.
787
788 2007-09-09 Wakaba <wakaba@suika.fam.cx>
789
790 * LangTag.pm (check_rfc3066_language_tag): New method.
791
792 2007-09-09 Wakaba <wakaba@suika.fam.cx>
793
794 * LangTag.pm: New module.
795
796 2007-09-04 Wakaba <wakaba@suika.fam.cx>
797
798 * HTML.pm.src: Some error types were wrong.
799
800 2007-08-17 Wakaba <wakaba@suika.fam.cx>
801
802 * CSS/: New directory.
803
804 2007-08-17 Wakaba <wakaba@suika.fam.cx>
805
806 * ContentChecker.pm (_check_get_children): Support
807 for |noscript| in |head|.
808
809 2007-08-12 Wakaba <wakaba@suika.fam.cx>
810
811 * URI/: New directory.
812
813 2007-08-11 Wakaba <wakaba@suika.fam.cx>
814
815 * HTML.pm.src: Tokenizer's states are now represented in
816 number.
817
818 2007-08-11 Wakaba <wakaba@suika.fam.cx>
819
820 * HTML.pm.src: |or|s for insertion modes are replaced
821 by |&|s.
822
823 2007-08-11 Wakaba <wakaba@suika.fam.cx>
824
825 * HTML.pm.src: Token types are now represented in number.
826
827 2007-08-11 Wakaba <wakaba@suika.fam.cx>
828
829 * ContentType.pm (SEE ALSO): Updated.
830
831 * HTML.pm.src: Insertion modes are now represented in number.
832
833 2007-08-11 Wakaba <wakaba@suika.fam.cx>
834
835 * ContentType.pm: Sniffing for bitmap images (HTML5 revision
836 999) is implemented.
837
838 2007-08-08 Wakaba <wakaba@suika.fam.cx>
839
840 * ContentType.pm: Sniffing for |<script| (HTML5 revision
841 983) is implemented.
842
843 2007-08-06 Wakaba <wakaba@suika.fam.cx>
844
845 * ContentChecker.pod: New documentation.
846
847 * Makefile: A rule for |ContentChecker.html| is added.
848
849 * ContentChecker.pm: A pod "LICENSE" section is added.
850
851 * NanoDOM.pm ($VERSION): New variable.
852
853 2007-08-05 Wakaba <wakaba@suika.fam.cx>
854
855 * H2H.pm: |b|, |i|, and |sub| are added to the
856 list of allowed HTML elements.
857
858 2007-08-05 Wakaba <wakaba@suika.fam.cx>
859
860 * H2H.pm: |samp| is added to the list of allowed
861 HTML elements.
862
863 * URIChecker.pm (check_iri): New.
864 (check_iri_reference): Error type for IRI reference
865 syntax error is changed.
866
867 2007-08-04 Wakaba <wakaba@suika.fam.cx>
868
869 * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
870 is added.
871 (check_document): Load appropriate module before validation.
872
873 2007-08-04 Wakaba <wakaba@suika.fam.cx>
874
875 * ContentChecker/: New directory.
876
877 2007-08-04 Wakaba <wakaba@suika.fam.cx>
878
879 * ContentChecker.pm: HTML |time| element is implemented.
880
881 * HTMLTable.pm: Comments are updated as HTML5 is revised.
882
883 2007-07-21 Wakaba <wakaba@suika.fam.cx>
884
885 * ContentChecker.pm (check_document): Return value
886 even if no document element is found.
887
888 2007-07-21 Wakaba <wakaba@suika.fam.cx>
889
890 * HTML.pm.src: |$in_body| is no longer a function.
891
892 2007-07-21 Wakaba <wakaba@suika.fam.cx>
893
894 * HTML.pm.src: The |$in_body| code has been moved down.
895
896 2007-07-21 Wakaba <wakaba@suika.fam.cx>
897
898 * HTML.pm.src: The "trailing end" insertion mode
899 is split into "after html body" and "after html frameset"
900 insertion modes. Their codes are merged with "after body"
901 and "after frameset" codes. |$previous_insertion_mode|
902 has been removed. "after frameset" code is
903 merged with "in frameset" code.
904
905 2007-07-21 Wakaba <wakaba@suika.fam.cx>
906
907 * HTML.pm.src: The "before head" insertion mode is
908 merged with the "in head" insertion mode.
909
910 2007-07-21 Wakaba <wakaba@suika.fam.cx>
911
912 * HTML.pm.src: Cases in "in head" insertion mode are
913 reorganized.
914
915 2007-07-21 Wakaba <wakaba@suika.fam.cx>
916
917 * HTML.pm.src: Some cases in "in table" insertion mode
918 are merged.
919
920 2007-07-21 Wakaba <wakaba@suika.fam.cx>
921
922 * HTML.pm.src: The "in row" insertion mode is merged
923 with "in table" insertion mode.
924
925 2007-07-21 Wakaba <wakaba@suika.fam.cx>
926
927 * HTML.pm.src: The "in table" and "in table body" insertion
928 modes are merged.
929
930 2007-07-21 Wakaba <wakaba@suika.fam.cx>
931
932 * HTML.pm.src: There is no "in table head" or "in table foot"
933 insertion mode!
934
935 2007-07-21 Wakaba <wakaba@suika.fam.cx>
936
937 * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
938 now directly invoke the handler.
939
940 2007-07-21 Wakaba <wakaba@suika.fam.cx>
941
942 * HTML.pm.src: Codes for "in cell" insertion mode
943 is merged to the "in body" insertion mode code.
944
945 2007-07-21 Wakaba <wakaba@suika.fam.cx>
946
947 * HTML.pm.src: Codes for "in body" and "in caption"
948 insertion modes are merged.
949
950 2007-07-21 Wakaba <wakaba@suika.fam.cx>
951
952 * HTML.pm.src: Two |!!!next-token|s were missing.
953
954 2007-07-21 Wakaba <wakaba@suika.fam.cx>
955
956 * HTML.pm.src: Use numeric constant for |{content_mode}|
957 instead of string constant for |{content_model_flag}|.
958
959 2007-07-21 Wakaba <wakaba@suika.fam.cx>
960
961 * HTML.pm.src: Add the name of the attribute
962 to the "duplicate attribute" error.
963
964 2007-07-17 Wakaba <wakaba@suika.fam.cx>
965
966 * ContentChecker.pm: Return the |class| node list.
967
968 2007-07-17 Wakaba <wakaba@suika.fam.cx>
969
970 * ContentChecker.pm: Return the |id| node list.
971
972 * HTML.pm.src: A typo is fixed.
973
974 2007-07-16 Wakaba <wakaba@suika.fam.cx>
975
976 * ContentChecker.pm: Drop wrong |level => 'error'| specification
977 from "in HTML:xml:lang" error. Character position
978 is now the last part of the error type in the URI error
979 description. Report "unsupported" status for language
980 tags, media queries, script codes, and style sheets.
981
982 2007-07-16 Wakaba <wakaba@suika.fam.cx>
983
984 * ContentChecker.pm: Report error if |xml:lang|
985 in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
986 in XML.
987
988 * NanoDOM.pm (Attr.owner_document): New attribute.
989
990 2007-07-16 Wakaba <wakaba@suika.fam.cx>
991
992 * HTML.pm.src: The character immediately following
993 a bare |hcro| was discarded. Fix handling of
994 entity references in attribute values.
995
996 2007-07-16 Wakaba <wakaba@suika.fam.cx>
997
998 * HTML.pm.src (main and trailin end phases): Token
999 types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
1000 factored out. Error types |in html:#DOCTYPE|
1001 and |after html:#DOCTYPE| are merged
1002 into |DOCTYPE in the middle|. |</frameset>|
1003 in fragment parsing mode changed the
1004 insertion mode.
1005
1006 2007-07-16 Wakaba <wakaba@suika.fam.cx>
1007
1008 * HTML.pm.src: |$phase| has been removed; The |trailing end|
1009 phase is now an insertion mode. Treatments for white
1010 space character tokens were incorrect for some
1011 insertion modes. An old |meta| case was not removed.
1012
1013 2007-07-16 Wakaba <wakaba@suika.fam.cx>
1014
1015 * HTML.pm.src: |meta| charset declaration extraction
1016 implemented (but changing the encoding is not yet:-).
1017
1018 2007-07-15 Wakaba <wakaba@suika.fam.cx>
1019
1020 * Charset/: New directory.
1021
1022 2007-07-15 Wakaba <wakaba@suika.fam.cx>
1023
1024 * H2H.pm: New Perl module (created from
1025 manakai's H2H.dis).
1026
1027 2007-07-15 Wakaba <wakaba@suika.fam.cx>
1028
1029 * XMLSerializer.pm: New Perl module (created from
1030 manakai's SimpleLS.dis).
1031
1032 2007-07-07 Wakaba <wakaba@suika.fam.cx>
1033
1034 * HTML.pm.src: |<!---x-->| was not processed correctly.
1035
1036 2007-07-01 Wakaba <wakaba@suika.fam.cx>
1037
1038 * HTML.pm.src: Report correct error message
1039 for |<body></div></body>|.
1040
1041 2007-07-01 Wakaba <wakaba@suika.fam.cx>
1042
1043 * HTMLTable.pm: An error description was incorrect.
1044
1045 2007-06-30 Wakaba <wakaba@suika.fam.cx>
1046
1047 * ContentChecker.pm: Return |{term}| list.
1048
1049 2007-06-30 Wakaba <wakaba@suika.fam.cx>
1050
1051 * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
1052 nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
1053 and <title> outside of head).
1054
1055 2007-06-30 Wakaba <wakaba@suika.fam.cx>
1056
1057 * IMTChecker.pm: Report warning for unregistered
1058 and private types/subtypes.
1059
1060 * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
1061 URIChecker.pm, HTMLTable.pm: Error messages are now
1062 consistent; they are all listed in
1063 <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
1064
1065 2007-06-25 Wakaba <wakaba@suika.fam.cx>
1066
1067 * ContentChecker.pm: |<img ismap>| not in |<a></a>|
1068 is now erred. |<datalist>| is implemented.
1069 Attribute checker for |<command>| and |<menu>| are
1070 added. Support for |contextmenu| global attribute
1071 is added.
1072
1073 2007-06-25 Wakaba <wakaba@suika.fam.cx>
1074
1075 * HTML.pm.src (_reset_insertion_mode): Interpretation
1076 of Step 3 has been changed.
1077
1078 2007-06-25 Wakaba <wakaba@suika.fam.cx>
1079
1080 * HTML.pm.src: Late |<html>| parse error is implemented.
1081
1082 2007-06-24 Wakaba <wakaba@suika.fam.cx>
1083
1084 * URIChecker.pm (check_iri_reference): A |decode| method name was
1085 incorrect.
1086
1087 * ContentChecker.pm: Support for the |footer| element.
1088 Check URI syntax for space-separated URI attributes.
1089 Support for the |tabindex| attribute. Support
1090 for |datetime| attribute.
1091
1092 2007-06-24 Wakaba <wakaba@suika.fam.cx>
1093
1094 * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
1095 character references). HTML5 revision 1.146 (white space
1096 characters before root start tag). HTML5 revision
1097 1.148 (named character references in attribute values).
1098 HTML5 revision 1.152 (<plaintext>.innerHTML get).
1099
1100 2007-06-24 Wakaba <wakaba@suika.fam.cx>
1101
1102 * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
1103 in <head>).
1104
1105 2007-06-24 Wakaba <wakaba@suika.fam.cx>
1106
1107 * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
1108 in body).
1109
1110 * ContentChecker.pm: HTML5 revision 938 (scoped="").
1111
1112 2007-06-24 Wakaba <wakaba@suika.fam.cx>
1113
1114 * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
1115 or RCDATA in fragment parsing mode). HTML5 revision
1116 924 (<!--> and <!--->). HTML5 revision 926 (hn in hn).
1117
1118 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1119
1120 * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
1121 for <pre> and <textarea>).
1122
1123 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1124
1125 * HTML.pm.src: HTML5 revision 920 (<isindex>).
1126
1127 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1128
1129 * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).
1130
1131 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1132
1133 * HTML.pm.src: HTML5 revision 916 (</body>).
1134 HTML5 revision 917 (conforming bare &).
1135
1136 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1137
1138 * NanoDOM.pm (manakai_is_html): Setting to false did not work.
1139
1140 * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA).
1141 HTML5 revision 915 (<nobr>).
1142
1143 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1144
1145 * HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode).
1146
1147 * NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode):
1148 New attributes.
1149
1150 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1151
1152 * HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (<
1153 in tags).
1154
1155 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1156
1157 * .cvsignore: |Entities.html| is added.
1158
1159 * HTML.pm.src: |$entity_char| is removed and
1160 requires |Whatpm::_NamedEntityList| instead.
1161 HTML5 revision 898 (refc), except that lack of refc
1162 is parse error.
1163
1164 * mkentitylist.pl: New script.
1165
1166 * Makefile (all): |_NamedEntityList.pm| is added.
1167 (_NamedEntityList.pm, Entities.html): New rules.
1168
1169 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1170
1171 * HTML.pm.src: Parse errors immediately after U+000D
1172 were ignored and U+000D immediately following another
1173 U+000D was not converted to U+000A.
1174
1175 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1176
1177 * HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt
1178 nodes before appended). Parser was not ready for NULL
1179 parse error and escape flag.
1180
1181 * NanoDOM.pm (adopt_node): New.
1182
1183 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1184
1185 * HTML.pm.src: HTML5 revision 886 (insane comment in
1186 CDATA and RCDATA). Note that current implementation
1187 is simply repeating what the spec says and it is maybe not
1188 a best way to do it.
1189
1190 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1191
1192 * HTML.pm.src: HTML5 revision 884 (</form> don't close
1193 the form element if a descendant element without implied end tag has
1194 still been open).
1195
1196 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1197
1198 * ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with
1199 space characters non-conforming).
1200
1201 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1202
1203 * HTML.pm.src: An error message was incorrect.
1204 HTML5 revision 869 (C1 character references).
1205
1206 2007-06-23 Wakaba <wakaba@suika.fam.cx>
1207
1208 * HTML.pm.src: HTML5 revision 867 (a LF at the beginning of
1209 a |textarea| is removed).
1210
1211 2007-06-05 Wakaba <wakaba@suika.fam.cx>
1212
1213 * NanoDOM.pm (get_attribute_node_ns): New method.
1214
1215 * ContentChecker.pm: |script| |async| and |defer|
1216 no longer require |src|. |async| MUST NOT be
1217 specified if |defer|. (HTML5 revision 858).
1218
1219 2007-05-30 Wakaba <wakaba@suika.fam.cx>
1220
1221 * HTML.pm.src: |<form><form>| went to inifinite loop.
1222
1223 2007-05-27 Wakaba <wakaba@suika.fam.cx>
1224
1225 * ContentChecker.pm (html): Set |is_root| (allowed
1226 as a document element) flag on.
1227 (new): Removed.
1228 (check_document): New method.
1229
1230 2007-05-27 Wakaba <wakaba@suika.fam.cx>
1231
1232 * ContentChecker.pm (thead, tfoot): Checker specifications
1233 were incorrect.
1234
1235 2007-05-27 Wakaba <wakaba@suika.fam.cx>
1236
1237 * ContentChecker.pm ($HTMLURIAttrChecker): Include
1238 error position in the |type| option of the error.
1239
1240 * HTMLTable.pm (form_table): The |$onerror| parameter
1241 is now optional. Some bugs are fixed.
1242
1243 2007-05-27 Wakaba <wakaba@suika.fam.cx>
1244
1245 * HTMLTable.pm: New module.
1246
1247 * ContentChecker.pm (table): Invoke table model error checker.
1248
1249 * NanoDOM.pm (first_child, get_attribute_ns): New.
1250
1251 2007-05-26 Wakaba <wakaba@suika.fam.cx>
1252
1253 * ContentChecker.pm ($HTMLLinkTypesAttrChecker): New checker.
1254 (link/@rel, a/@rel, area/@rel): Use new checker.
1255
1256 * Makefile (_LinkTypeList.pm, RelExtensions.html): New rules.
1257
1258 * _LinkTypeList.pm: New file.
1259
1260 * mklinktypelist.pl: New file.
1261
1262 * .cvsignore: |RelExtensions.html| added.
1263
1264 * NanoDOM.pm (child_nodes): Returns an empty array
1265 for non-child-containing node types.
1266 (text_content): New attribute.
1267
1268 2007-05-26 Wakaba <wakaba@suika.fam.cx>
1269
1270 * IMTChecker.pm: New module.
1271
1272 * ContentChecker.pm ($HTMLIMTAttrChecker): Call IMTChecker
1273 to test parameter value validity.
1274
1275 * HTML.pm.src ($style_start_tag): Attributes were
1276 discarded.
1277
1278 2007-05-25 Wakaba <wakaba@suika.fam.cx>
1279
1280 * ContentChecker.pm ($HTMLURIAttrChecker): Implemented.
1281
1282 2007-05-25 Wakaba <wakaba@suika.fam.cx>
1283
1284 * URIChecker.pm: All recommendations from RFC 3986
1285 and RFC 3987 are listed (not all testable items are checked yet).
1286
1287 2007-05-25 Wakaba <wakaba@suika.fam.cx>
1288
1289 * URIChecker.pm: New module.
1290
1291 2007-05-20 Wakaba <wakaba@suika.fam.cx>
1292
1293 * ContentChecker.pm: Now most attributes are implemented
1294 or associated to some placeholder.
1295 ($ElementDefault): Warn unknown attributes
1296 for unknown elements as "attribute not supported".
1297 ($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders.
1298 ($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers.
1299 (|a| attribute checker): Reimplemented.
1300
1301 2007-05-20 Wakaba <wakaba@suika.fam.cx>
1302
1303 * ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder.
1304 ($HTMLAttrChecker): Event handler content attributes
1305 are added.
1306 (link, embed): Required attribute is now checked.
1307 (embed): Unknown local attributes are no longer warned.
1308
1309 2007-05-20 Wakaba <wakaba@suika.fam.cx>
1310
1311 * ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder.
1312 ($HTMLIMTAttrChecker): New checker.
1313 (link@rel, link@href, link@type, style@type,
1314 a@href, a@ping, a@ping, a@type, embed@src, embed@type,
1315 object@data, object@type, source@src, source@type, area@alt,
1316 area@shape, area@coords, area@href,
1317 area@ping, area@rel, area@type, script@src,
1318 script@defer, script@async, script@type): Checkers added.
1319
1320 2007-05-20 Wakaba <wakaba@suika.fam.cx>
1321
1322 * ContentChecker.pm: Descendant checking was incorrect.
1323
1324 2007-05-19 Wakaba <wakaba@suika.fam.cx>
1325
1326 * ContentChecker.pm: Support |xml:*| and |xmlns:*|
1327 attributes. Report an error if |Element.prefix|
1328 is |xmlns|.
1329
1330 * NanoDOM.pm (prefix): New attribute.
1331
1332 2007-05-19 Wakaba <wakaba@suika.fam.cx>
1333
1334 * HTML.pm.src: In |main| phase, |in body| insertion
1335 mode, action for |<iframe>| was missing.
1336
1337 2007-05-19 Wakaba <wakaba@suika.fam.cx>
1338
1339 * ContentChecker.pm: Support for many of HTML5 elements.
1340 ($GetHTMLNonNegativeIntegerAttrChecker): New.
1341
1342 2007-05-19 Wakaba <wakaba@suika.fam.cx>
1343
1344 * ContentChecker.pm: Support for most elements up to |progress|.
1345 ($HTMLURIAttrChecker): Placeholder.
1346 ($HTMLIntegerAttrChecker, $GetHTMLFloatingPointNumberAttrChecker):
1347 New.
1348
1349 2007-05-19 Wakaba <wakaba@suika.fam.cx>
1350
1351 * ContentChecker.pm: Attribute checkers
1352 for global attributes, |html|, |base|, |style|, and |meta|.
1353
1354 * NanoDOM.pm (insert_before): Weaken reference
1355 to the parent node.
1356 (Attr::new): Set |owner_element| attribute.
1357 (namespace_uri, manakai_local_name): New attribute implementations.
1358 (owner_element): New attribute.
1359
1360 2007-05-19 Wakaba <wakaba@suika.fam.cx>
1361
1362 * ContentChecker.pm ($AttrChecker, $HTMLAttrChecker,
1363 $AnyChecker->{attr_checker}, $HTMLAttrsChecker,
1364 $Element->{$HTML_NS}->{''}): New.
1365 (check_element): Invoke attrs_checker for each element.
1366
1367 2007-05-13 Wakaba <wakaba@suika.fam.cx>
1368
1369 * ContentChecker.pm: Don't use |manakai_element_type_match|.
1370
1371 2007-05-13 Wakaba <wakaba@suika.fam.cx>
1372
1373 * ContentChecker.pm: Use hashs rather than lists for
1374 element type testings.
1375
1376 2007-05-13 Wakaba <wakaba@suika.fam.cx>
1377
1378 * ContentChecker.pm: Don't generate duplicate
1379 error when an element type is put in the "minus" list
1380 and the element type is not allowed explicitly in the particular
1381 element content model.
1382 (html:a checker): New checker.
1383 (html:details, html:datagrid): New checkers.
1384 (html:legend): New checker.
1385
1386 2007-05-13 Wakaba <wakaba@suika.fam.cx>
1387
1388 * ContentChecker.pm (html:li checker): Implemented.
1389
1390 2007-05-13 Wakaba <wakaba@suika.fam.cx>
1391
1392 * ContentChecker.pm ($HTMLInlineOrStriclyInlineChecker): New
1393 checker.
1394 (html:dd checker): New checker.
1395 (html:q, html:em, html:strong, html:small,
1396 html:m, html:dfn, html:code, html:samp, html:span): New checkers.
1397
1398 2007-05-13 Wakaba <wakaba@suika.fam.cx>
1399
1400 * ContentChecker.pm ($AnyChecker): Renamed
1401 from |$ElementDefault->{checker}|.
1402 ($ElementDefault->{checker}): Throw an error that
1403 the element type is not supported by the checker.
1404 ($HTMLMetadataElement): |html:base| was missing.
1405 ($HTMLEmptyChecker): Don't throw an error
1406 for inter-element whitespace nodes.
1407 (html:html checker): Errors were not
1408 thrown even if |html:head| and/or |html:body|
1409 children were missing.
1410 (html:head checker): An error was not
1411 thrown if <meta charset> appered after other
1412 elements.
1413
1414 2007-05-05 Wakaba <wakaba@suika.fam.cx>
1415
1416 * ContentChecker.pm: |footer|, |video|, |audio|, |script|,
1417 and |noscript| elements are implemented.
1418 (new): New method.
1419
1420 2007-05-04 Wakaba <wakaba@suika.fam.cx>
1421
1422 * ContentChecker.pm: New module.
1423
1424 2007-05-04 Wakaba <wakaba@suika.fam.cx>
1425
1426 * NanoDOM.pm (manakai_parent_element,
1427 document_element, manakai_local_name,
1428 manakai_element_type_match): New method.
1429
1430 2007-05-03 Wakaba <wakaba@suika.fam.cx>
1431
1432 * HTML.pm.src: Replace decimal and hexadecimal numeric
1433 entities in C1 range using Windows-1252 mapping. Bare LF
1434 did not count as new line for error reporting.
1435
1436 2007-05-02 Wakaba <wakaba@suika.fam.cx>
1437
1438 * NanoDOM.pm (DOMImplementation): New class.
1439 (append_child): Weaken the |parent_node| reference.
1440 (create_element_ns, Element new): Set the |owner_document|
1441 reference.
1442 (implementation): New attribute.
1443 (owner_document, local_name, namespace_uri): New attributes.
1444
1445 * HTML.pm.src (parse_string): Line and column numbers
1446 are now provided to error handler.
1447 (!!!parse-error): Short descriptions are added.
1448 (_construct_tree): Split into three methods; support
1449 for innerHTML mode.
1450 (set_inner_html): New method.
1451
1452 2007-05-01 Wakaba <wakaba@suika.fam.cx>
1453
1454 * NanoDOM.html: Documentation is added.
1455
1456 * HTML.pod, ContentType.html: Documentation is revised.
1457
1458 * .cvsignore: Pod2html temporary files are added.
1459
1460 * Makefile: Make |NanoDOM.html|.
1461
1462 2007-05-01 Wakaba <wakaba@suika.fam.cx>
1463
1464 * HTML.pm.src (parse_string): New method.
1465 (get_inner_html): Renamed from |inner_html|.
1466
1467 * Makefile: A rule for |HTML.html| is added.
1468
1469 * HTML.pod: New documentation.
1470
1471 2007-05-01 Wakaba <wakaba@suika.fam.cx>
1472
1473 * NanoDOM.pm (last_child, previous_sibling): New attributes.
1474 (clone_node): Attribute nodes were not completely copied.
1475
1476 * HTML.pm.src: Many bugs are fixed.
1477
1478 2007-04-30 Wakaba <wakaba@suika.fam.cx>
1479
1480 * HTML.pm.src: Some typos are fixed.
1481
1482 2007-04-30 Wakaba <wakaba@suika.fam.cx>
1483
1484 * mkhtmlparser.pl, Makefile: References to the |HTML-consume-entity.src|
1485 are removed.
1486
1487 * HTML.pm.src: Tokenizer's handling on named entities are rewritten.
1488
1489 * HTML-consume-entity.src: Removed.
1490
1491 2007-04-30 Wakaba <wakaba@suika.fam.cx>
1492
1493 * HTML.pm.src: Tokenizer's handling on hexadecimal
1494 numeric entities are rewritten.
1495
1496 2007-04-30 Wakaba <wakaba@suika.fam.cx>
1497
1498 * HTML.pm.src: Some tokenizer bugs are fixed.
1499
1500 2007-04-30 Wakaba <wakaba@suika.fam.cx>
1501
1502 * HTML.pm.src: The tree construction stage is implemented.
1503
1504 * mkhtmlparser.pl: New macros are added.
1505
1506 2007-04-28 Wakaba <wakaba@suika.fam.cx>
1507
1508 * ContentType.pm: A note on bug in the specification
1509 is removed since it's been now fixed.
1510
1511 * .cvsignore: New file.
1512
1513 2007-04-28 Wakaba <wakaba@suika.fam.cx>
1514
1515 * HTML.pm.src, HTML-consume-entity.src: New files.
1516
1517 * Makefile (HTML.pm): New rule.
1518
1519 * mkhtmlparser.pl: New script.
1520
1521 2007-04-25 Wakaba <wakaba@suika.fam.cx>
1522
1523 * Makefile: New file.
1524
1525 2007-04-24 Wakaba <wakaba@suika.fam.cx>
1526
1527 * ContentType.pm: An error in pod is fixed.
1528
1529 2007-04-24 Wakaba <wakaba@suika.fam.cx>
1530
1531 * ContentType.pm: Documentation is added.
1532
1533 2007-04-24 Wakaba <wakaba@suika.fam.cx>
1534
1535 * ContentType.pm: New Perl module.
1536
1537 * ChangeLog: New file.
1538
1539

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24