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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.210 - (show annotations) (download)
Sat Apr 12 14:54:33 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.209: +6 -0 lines
++ whatpm/Whatpm/ChangeLog	12 Apr 2008 14:54:25 -0000
	* HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
	elements (HTML5 revision 1404).  Unused !!!macro definitions
	are removed.

2008-04-12  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24