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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.224 - (show annotations) (download)
Mon May 5 06:12:43 2008 UTC (16 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.223: +5 -0 lines
++ whatpm/Whatpm/ChangeLog	5 May 2008 06:12:25 -0000
	* HTMLTable.pm: The algorithm is now 0-based indexing, instead
	of 1-based (HTML5 revision 1376).

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24