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

Contents of /markup/html/whatpm/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.307 - (show annotations) (download)
Tue Oct 14 07:49:55 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.306: +4 -0 lines
++ whatpm/t/ChangeLog	14 Oct 2008 07:47:45 -0000
	* HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.

2008-10-14  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/HTML/ChangeLog	14 Oct 2008 07:47:03 -0000
	* Dumper.pm: New module.

2008-10-14  Wakaba  <wakaba@suika.fam.cx>

1 2008-10-14 Wakaba <[email protected]>
2
3 * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
4
5 2008-10-14 Wakaba <[email protected]>
6
7 * tree-test-phrasing.dat: Wrong test results fixed.
8
9 * tree-test-foreign.dat: New tests added.
10
11 * testfiles.pl: "#..." line at the end of a test entry was not
12 supported.
13
14 * HTML-tree.t: Show the "#data" content in "no #errors" error
15 message.
16
17 * tokenizer-test-2.dat: A wrong test result fixed.
18
19 2008-10-14 Wakaba <[email protected]>
20
21 * HTML-tree.t: Test result format for oreign element/attribute
22 names are updated to the latest one for html5lib tests. Append a
23 newline to the expected result only when it is not an empty
24 string, for comparablity with the actual result.
25
26 * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
27 tree-test-3.dat: Test results for foreign elements are updated.
28
29 2008-10-14 Wakaba <[email protected]>
30
31 * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
32 format for html5lib tests.
33
34 * tree-test-1.dat, tokenizer-test-2.dat: Test results for
35 <!DOCTYPE> are updated.
36
37 2008-10-14 Wakaba <[email protected]>
38
39 * HTML-tree.t: Test data file parser changed to the common one.
40
41 2008-10-13 Wakaba <[email protected]>
42
43 * tokenizer-test-2.dat: A test result was wrong.
44
45 2008-10-07 Wakaba <[email protected]>
46
47 * content-model-1.dat: Some entries moved to
48 dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
49 dom-conformance/html-links-1.dat,
50 dom-conformance/html-objects-1.dat, and
51 dom-conformance/html-interactive-1.dat.
52
53 * content-model-2.dat: Removed (moved to
54 dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
55 dom-conformance/html-links-1.dat,
56 dom-conformance/html-objects-1.dat,
57 dom-conformance/html-interactive-1.dat, and
58 dom-conformance/html-flows-1.dat).
59
60 * content-model-3.dat: Removed (moved to
61 dom-conformance/xml-global.dat).
62
63 * content-model-4.dat: Removed (moved to
64 dom-conformance/html-texts-1.dat and
65 dom-conformance/html-links-1.dat).
66
67 * content-model-5.dat: Removed (moved to
68 dom-conformance/html-flows-1.dat).
69
70 * content-model-6.dat: Removed (moved to
71 dom-conformance/html-dataset.dat).
72
73 * ContentChecker.t: References to the removed files removed and
74 references to new files added.
75
76 * ContentChecker-XML.t: New script.
77
78 * Makefile: Updated.
79
80 2008-10-07 Wakaba <[email protected]>
81
82 * content-model-2.dat: Repetition model test is moved to another
83 file. A wrong test result fixed. Broken test entries fixed.
84 <area rev> is now reported as "unknown attribute", since RDFa spec
85 adds that attribute to all elements with the Common attribute set.
86 Note that we have no plan to support RDFa, at the moment.
87
88 2008-10-05 Wakaba <[email protected]>
89
90 * ContentChecker.t: New files added.
91
92 * content-model-1.dat, content-model-2.dat: Numbers of test
93 entries are moved to other files.
94
95 2008-10-05 Wakaba <[email protected]>
96
97 * content-model-1.dat, content-model-2.dat: Test results on
98 |label| contents fixed.
99
100 * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
101
102 * dom-conformance/: New directory.
103
104 2008-10-05 Wakaba <[email protected]>
105
106 * HTML-tree.t: New test files added.
107
108 * Makefile: New test files added.
109
110 2008-10-04 Wakaba <[email protected]>
111
112 * tree-test-1.dat: Test results updated and new tests added on the
113 boundaries of Text nodes (HTML5 revision 2124).
114
115 2008-10-04 Wakaba <[email protected]>
116
117 * tree-test-form.dat: New test data file.
118
119 * HTML-tree.t: |tree-test-form.dat| added.
120
121 * tree-test-1.dat: Test results related to <option> and <optgroup>
122 are updated (cf. HTML5 revision 2128).
123
124 2008-10-04 Wakaba <[email protected]>
125
126 * tree-test-foreign.dat: New test data file.
127
128 * HTML-tree.t: |tree-test-foreign.dat| added.
129
130 2008-10-04 Wakaba <[email protected]>
131
132 * tree-test-void.dat: Test on unmatched void end tag added (cf.
133 HTML5 revision 1731).
134
135 * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
136 revision 1731).
137
138 2008-10-04 Wakaba <[email protected]>
139
140 * tree-test-void.dat: Test on |param| and |source| start tags are
141 added, as well as test on polytheistic slashes for new void
142 elements (HTML5 revision 1731).
143
144 2008-10-04 Wakaba <[email protected]>
145
146 * tree-test-flow.dat: Test on implied end tag before <p> start tag
147 are added (HTML5 revision 1731).
148
149 2008-10-04 Wakaba <[email protected]>
150
151 * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
152
153 * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
154 are added.
155
156 2008-10-04 Wakaba <[email protected]>
157
158 * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
159
160 * HTML-tree.t: |tree-test-void.dat| added.
161
162 * tree-test-1.dat: Test on <listing> as a "special" element are
163 added. Test on implied |option| and |optgroup| end tags are added
164 (cf. HTML5 revision 1731).
165
166 2008-10-04 Wakaba <[email protected]>
167
168 * tree-test-1.dat: Test related to "special", "formatting",
169 "scoping", and "phrasing" categories are added (cf. HTML5 revision
170 1778).
171
172 2008-10-02 Wakaba <[email protected]>
173
174 * ContentType.t: More test cases on BOM are added. Some test
175 results updated according to HTML5 revision 1927. Tests on the
176 returned values in the list context are added.
177
178 2008-09-22 Wakaba <[email protected]>
179
180 * content-model-2.dat: Test data on |for=""| attribute are added.
181
182 2008-09-22 Wakaba <[email protected]>
183
184 * tokenizer-test-1.test: Test data on invalid character references
185 are added (cf. HTML5 revision 2138).
186
187 * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
188 revision 2138).
189
190 2008-09-22 Wakaba <[email protected]>
191
192 * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
193 revision 1932).
194
195 2008-09-21 Wakaba <[email protected]>
196
197 * content-model-2.dat: Test data for |form=""| are added.
198
199 2008-09-21 Wakaba <[email protected]>
200
201 * content-model-1.dat: Test data for |fieldset| |legend| are added.
202
203 2008-09-21 Wakaba <[email protected]>
204
205 * content-model-2.dat: Test data for |form| |name| are added.
206
207 2008-09-20 Wakaba <[email protected]>
208
209 * content-model-1.dat, content-model-2.dat, content-model-4.dat:
210 Test data for U+000B are added (cf. HTML5 revision 1738).
211
212 2008-09-20 Wakaba <[email protected]>
213
214 * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
215 1738).
216
217 * tree-test-1.dat: Test results updated. New test data for the
218 treatement of U+000B are added (HTML5 revision 1738).
219
220 2008-09-20 Wakaba <[email protected]>
221
222 * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
223 revision 1738).
224
225 2008-09-20 Wakaba <[email protected]>
226
227 * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
228 revision 1738).
229
230 2008-09-20 Wakaba <[email protected]>
231
232 * content-checker.pl: Remove dedicated parser and adopt
233 testfiles.pl parser.
234
235 * content-model-1.dat, content-model-2.dat: Typo fixed.
236
237 2008-09-20 Wakaba <[email protected]>
238
239 * content-model-1.dat: Test data for interactive contents are
240 added (cf. HTML5 revision 2018).
241
242 2008-09-20 Wakaba <[email protected]>
243
244 * content-model-2.dat: Add test data for accept-charset=""
245 attributes.
246
247 2008-09-18 Wakaba <[email protected]>
248
249 * langtag-1.dat: More test data from RFC 4646 are added.
250
251 2008-09-18 Wakaba <[email protected]>
252
253 * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
254 are added.
255
256 2008-09-18 Wakaba <[email protected]>
257
258 * LangTag.t: Completely rewritten using |testfiles.pl|.
259
260 * testfiles.pl: New script.
261
262 * langtag-1.dat: Tests for case are added.
263
264 2008-09-18 Wakaba <[email protected]>
265
266 * ContentChecker.t: Atom tests are moved to another file.
267
268 * ContentChecker-Atom.t, LangTag.t: New test scripts.
269
270 * Makefile: Updated to invoke new test scripts.
271
272 * langtag-1.dat: New test data file.
273
274 2008-09-18 Wakaba <[email protected]>
275
276 * ContentChecker.t: Test engine moved to another script.
277
278 * content-checker.pl: New script.
279
280 2008-09-17 Wakaba <[email protected]>
281
282 * content-model-1.dat: Test results are updated.
283
284 * content-model-2.dat: Tests for style="" are added.
285
286 2008-09-16 Wakaba <[email protected]>
287
288 * css-text.dat: Test data for pre-wrap updated.
289
290 2008-09-15 Wakaba <[email protected]>
291
292 * css-visual.dat: New test data for Firefox3's new 'width'
293 values.
294
295 2008-09-13 Wakaba <[email protected]>
296
297 * content-model-2.dat: A test case for NCR in charset=""
298 is added.
299
300 2008-09-13 Wakaba <[email protected]>
301
302 * tokenizer-test-3.dat: New test for MSE is added.
303
304 2008-09-13 Wakaba <[email protected]>
305
306 * HTML-tree.t: tokenizer-test-3.dat added.
307
308 * tokenizer-test-3.dat: New test data.
309
310 2008-09-09 Wakaba <[email protected]>
311
312 * content-model-1.dat, content-model-7.dat: |a| is now
313 transparent (HTML5 revision 1963).
314
315 2008-09-07 Wakaba <[email protected]>
316
317 * content-model-7.dat: Typo fixed.
318
319 * content-model-6.dat: Test data for data-UPPERCASE (now
320 disallowed) are added (HTML5 revision 1945).
321
322 2008-09-06 Wakaba <[email protected]>
323
324 * content-model-1.dat: Test data for |XSLT-compat|
325 added (HTML5 revision 2141). A redundant test
326 entry is removed.
327
328 * HTML-tree.t: Support for should-level errors.
329
330 2008-09-06 Wakaba <[email protected]>
331
332 * content-model-1.dat: Form test data are added (cf. HTML5
333 revisions 2142-2155).
334
335 2008-08-31 Wakaba <[email protected]>
336
337 * content-model-1.dat, content-model-2.dat: |event-source|
338 is renamed as |eventsource| (HTML5 revision 1863).
339
340 2008-08-31 Wakaba <[email protected]>
341
342 * content-model-2.dat: Uppercase letters are not allowed
343 as embed custom attributes (HTML5 revision 1946).
344
345 2008-08-31 Wakaba <[email protected]>
346
347 * tree-test-1.dat: Test data for after after frameset
348 insertion mode are added (cf. HTML5 revision 1909).
349
350 2008-08-31 Wakaba <[email protected]>
351
352 * content-model-2.dat, content-model-6.dat: Custom
353 attributes on |embed| and |data-*| attributes must
354 be XML compatible (HTML5 revision 1836).
355
356 2008-08-31 Wakaba <[email protected]>
357
358 * content-model-2.dat: xmlns="" on HTML elements that are
359 not the root of the HTML subtree are now allowed (HTML5
360 revision 1834).
361
362 2008-08-31 Wakaba <[email protected]>
363
364 * content-model-2.dat: Alternate style sheet element must
365 have a non-empty title attribute (HTML5 revision 1942).
366
367 2008-08-31 Wakaba <[email protected]>
368
369 * content-model-2.dat: A test data for wrong spelling of |irrelevant|
370 is added.
371
372 2008-08-31 Wakaba <[email protected]>
373
374 * content-model-1.dat, content-model-2.dat: Test data
375 for the |bb| element are added (cf. HTML5 revision 1894).
376
377 * content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5
378 revision 2119).
379
380 * content-model-7.dat: New test file.
381
382 2008-08-31 Wakaba <[email protected]>
383
384 * content-model-2.dat: <embed> w/o src="" is conforming (HTML5
385 revision 1929).
386
387 2008-08-30 Wakaba <[email protected]>
388
389 * content-model-2.dat: @autosubmit dropped (HTML5
390 revision 2019).
391
392 2008-08-30 Wakaba <[email protected]>
393
394 * content-model-4.dat: Some test data for <time> are added (c.f.
395 HTML5 revision 2094).
396
397 2008-08-30 Wakaba <[email protected]>
398
399 * ContentType.t: Support for image/svg+xml (HTML revision 2096).
400
401 2008-08-30 Wakaba <[email protected]>
402
403 * tokenizer-test-1.dat: '"' and "'" at the end of attribute
404 name (after another attribute) now raise parse error (HTML5
405 revision 2123). Empty unquoted attribute is no
406 longer allowed (HTML5 revision 2122).
407
408 * HTML-tokenizer.t: Hash keys were not sorted when dumped.
409
410 2008-08-30 Wakaba <[email protected]>
411
412 * HTML-tree.dat: tree-test-3.dat added.
413
414 * tree-test-3.dat: Test data for definitionURL="" are added (cf.
415 HTML5 revision 2130).
416
417 2008-08-30 Wakaba <[email protected]>
418
419 * content-model-1.dat, content-model-2.dat: Test data updated
420 and added for HTML5 revision 2062 and so on (@lang and @xml:lang).
421
422 2008-08-30 Wakaba <[email protected]>
423
424 * CSS-Parser.t: Updated for latest version of the
425 Whatpm::CSS::Parser module.
426
427 * css-1.dat, css-2.dat, css-3.dat, css-4.dat,
428 css-font.dat, css-generated.dat, css-interactive.dat,
429 css-paged.dat, css-table.dat, css-text.dat, css-visual.dat:
430 Test results updated.
431
432 2008-08-30 Wakaba <[email protected]>
433
434 * ContentChecker.t: Updated for latest version of the
435 Whatpm::ContentChecker module.
436
437 * content-model-1.dat, content-model-2.dat, content-model-3.dat,
438 content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
439 content-model-atom-2.dat, content-model-atom-threading-1.dat,
440 table-1.dat: Results updated.
441
442 2008-08-30 Wakaba <[email protected]>
443
444 * URIChecker.t: Error results updated.
445
446 2008-08-30 Wakaba <[email protected]>
447
448 * URIChecker.t: Test results updated to new error type names.
449
450 2008-08-03 Wakaba <[email protected]>
451
452 * WebIDL.t: Test data files for exceptions, typedefs,
453 and valuetypes are added to the list.
454
455 2008-08-02 Wakaba <[email protected]>
456
457 * WebIDL.t ($onerror): |value| argument value should be
458 checked as well as other argument values.
459
460 2008-08-02 Wakaba <[email protected]>
461
462 * WebIDL.t: Check whether |text| argument of the error
463 is correct or not.
464
465 2008-08-02 Wakaba <[email protected]>
466
467 * WebIDL.t: New test script.
468
469 * webidl/: New directory.
470
471 2008-06-08 Wakaba <[email protected]>
472
473 * content-model-1.dat, content-model-2.dat: Test data are
474 updated and added for <map name=""> and <map id=""> (HTML5
475 revisions 1722 and 1728).
476
477 2008-06-08 Wakaba <[email protected]>
478
479 * content-model-1.dat: Test data for ruby are added (HTML5 revision
480 1704).
481
482 2008-06-08 Wakaba <[email protected]>
483
484 * tree-test-1.dat: Test data added for ruby parsing (HTML5 revision
485 1704).
486
487 2008-06-01 Wakaba <[email protected]>
488
489 * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format.
490
491 2008-06-01 Wakaba <[email protected]>
492
493 * content-model-6.dat: "data-" attribute is no longer allowed (HTML5
494 revision 1709).
495
496 * content-model-2.dat: Add tests for rel=contact (cf. HTML5
497 revision 1711).
498
499 2008-05-25 Wakaba <[email protected]>
500
501 * ContentType.t: Test result related to UTF-32 updated (HTML5
502 revision 1701).
503
504 2008-05-25 Wakaba <[email protected]>
505
506 * content-model-2.dat: Test data on sizes="" are added (HTML5
507 revision 1558).
508
509 2008-05-25 Wakaba <[email protected]>
510
511 * content-model-1.dat: Test data on <datagrid> content model
512 are added (cf. HTML5 revision 1566). Empty |datagrid| elements
513 are no longer in error.
514
515 2008-05-25 Wakaba <[email protected]>
516
517 * tree-test-1.dat: Test data on <noframes> are added (HTML5 revision
518 1692).
519
520 2008-05-25 Wakaba <[email protected]>
521
522 * tree-test-1.dat: Test data on <isindex/> are added (HTML5
523 revision 1697).
524
525 2008-05-24 Wakaba <[email protected]>
526
527 * tree-test-1.dat: Test data on EOF in foreign content insertion
528 mode are added (HTML5 revision 1693). Test data on SVG camelCase
529 attributes are added (HTML5 revision 1700). Test data on <textarea>
530 in <select> are added (HTML5 revision 1699). Test data on HTML start
531 tags in foreign content insertion mode are added (HTML5 revision
532 1698).
533
534 * content-model-1.dat, content-model-2.dat: Update test
535 results for <style> and <script>.
536
537 2008-05-24 Wakaba <[email protected]>
538
539 * content-model-2.dat: Test data on sandbox="" and seemless=""
540 are added (cf. HTML5 revision 1637 and 1643).
541
542 2008-05-24 Wakaba <[email protected]>
543
544 * ContentType.t: A fictional test data for image/vnd.microsoft.icon
545 are added (cf. HTML5 revision 1676).
546
547 2008-05-24 Wakaba <[email protected]>
548
549 * tokenizer-test-2.dat: New test data on truncated doctypes (c.f.
550 HTML5 revision 1685).
551
552 2008-05-24 Wakaba <[email protected]>
553
554 * tokenizer-test-1.test: New test data on EOF in tags are added
555 to cover changes in HTML5 revision 1684.
556
557 2008-05-24 Wakaba <[email protected]>
558
559 * tree-test-1.dat: Test data related to changes in HTML5
560 revision 1686 are added.
561
562 2008-05-16 Wakaba <[email protected]>
563
564 * content-model-2.dat: Test data for charset="" attribute
565 are added.
566
567 2008-05-16 Wakaba <[email protected]>
568
569 * content-model-2.dat: Test data for pixeldata="" attribute
570 are added (HTML5 revision 1629).
571
572 2008-05-10 Wakaba <[email protected]>
573
574 * content-model-2.dat: Boolean attributes now allow uppercase
575 letters (HTML5 revision 1572).
576
577 2008-05-06 Wakaba <[email protected]>
578
579 * content-model-2.dat: Test data for td/@headers are added.
580
581 2008-05-05 Wakaba <[email protected]>
582
583 * content-model-2.dat: Test data for table/@cellpadding,
584 table/@cellspacing, @charoff, and script/@langauge are added.
585
586 2008-05-05 Wakaba <[email protected]>
587
588 * content-model-1.dat, content-model-2.dat: New test data
589 for meta refresh; some test results updated. Duplicate
590 meta http-equiv="" are now non-conforming.
591
592 2008-05-05 Wakaba <[email protected]>
593
594 * table-1.dat: Test data updated and some new test data
595 added for new requirements (HTML5 revisions 1387 and 1388).
596
597 2008-05-05 Wakaba <[email protected]>
598
599 * ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding
600 are no longer safe; test data for them are added (HTML5 revision 1288).
601
602 2008-05-05 Wakaba <[email protected]>
603
604 * ContentType.t: Test data of HTML with BOM are added (c.f.
605 HTML5 revision 1282).
606
607 2008-05-05 Wakaba <[email protected]>
608
609 * content-model-2.dat: Test data for repeat* global attributes
610 are added.
611
612 2008-05-03 Wakaba <[email protected]>
613
614 * content-model-2.dat: Test data for |repeat-max=""|
615 and |repeat-start=""| attributes are added.
616
617 2008-05-03 Wakaba <[email protected]>
618
619 * content-model-2.dat: Test data for repetition template attributes
620 are added.
621
622 2008-05-03 Wakaba <[email protected]>
623
624 * content-model-2.dat: Test data for data template attributes are
625 added.
626
627 2008-04-29 Wakaba <[email protected]>
628
629 * content-model-1.dat: Test data for <font> context are added.
630
631 2008-04-29 Wakaba <[email protected]>
632
633 * content-model-4.dat: Terms no longer have to be unique (HTML5
634 revision 1467).
635
636 * content-model-2.dat: Tests for |onstorage| attribute
637 are added (HTML5 revision 1495). Fix test results
638 for unknown elements and attributes in the HTML namespace.
639
640 2008-04-29 Wakaba <[email protected]>
641
642 * content-model-1.dat, content-model-2.dat: Test results
643 related to browsing context name or keyword are revised
644 and added (HTML5 revision 1470 and 1471).
645
646 2008-04-13 Wakaba <[email protected]>
647
648 * HTML-tokenizer.t: Raise a parse error if there are disallowed
649 character (for compatibility with existing html5lib test data).
650
651 * tokenizer-test-1.test: Some test results are updated with
652 regard to parse errors on disallowed characters.
653
654 * tokenizer-test-2.dat: Test data for disallowed characters
655 are added (HTML5 revision 1263).
656
657 2008-04-13 Wakaba <[email protected]>
658
659 * HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib
660 new test files.
661
662 2008-04-13 Wakaba <[email protected]>
663
664 * content-model-2.dat: Test data updated and added for
665 global |xmlns| attributes (HTML5 revision 1426).
666
667 2008-04-12 Wakaba <[email protected]>
668
669 * HTML-tokenizer.t: Remove "self-closing flag" if the start
670 tag token is that of a slash permitted element (This is necessary
671 to maintain compatibility with current test data, since in the
672 new algorithm whether slash is permitted or not is decided in
673 tree construction stage).
674
675 2008-04-12 Wakaba <[email protected]>
676
677 * content-model-6.dat: New test data file. Test data for
678 HTML custom data attributes (HTML5 revision 1399) are added.
679
680 * ContentChecker.t: New test file |content-model-6.dat| is added.
681
682 2008-03-29 Wakaba <[email protected]>
683
684 * content-model-1.dat, content-model-2.dat: s/prose/flow/g.
685
686 2008-03-22 Wakaba <[email protected]>
687
688 * content-model-2.dat: Test data on |rev| attribute are added.
689
690 2008-03-22 Wakaba <[email protected]>
691
692 * content-model-2.dat: Some test results were wrong.
693
694 2008-03-22 Wakaba <[email protected]>
695
696 * content-model-2.dat: Test data on more HTML4 attributes
697 are added.
698
699 2008-03-22 Wakaba <[email protected]>
700
701 * content-model-2.dat: Test data on more HTML4 attributes
702 are added.
703
704 2008-03-22 Wakaba <[email protected]>
705
706 * content-model-2.dat: Test data on numbers of HTML4 deprecated
707 attributes are added.
708
709 2008-03-22 Wakaba <[email protected]>
710
711 * content-model-2.dat: Test data on |@profile| and |@version| are
712 added.
713
714 2008-03-22 Wakaba <[email protected]>
715
716 * content-model-1.dat: Now we support RDF.
717
718 * content-model-2.dat: Test data on |@accesskey| attribute
719 are added.
720
721 2008-03-21 Wakaba <[email protected]>
722
723 * tokenizer-test-2.dat: A test from #whatwg is added.
724
725 2008-03-20 Wakaba <[email protected]>
726
727 * content-model-atom-1.dat: New test data are added.
728
729 * content-model-atom-2.dat: New test data are
730 added from Atom test suite.
731
732 2008-03-20 Wakaba <[email protected]>
733
734 * content-model-atom-threading-1.dat: New test data
735 on |thr:total| element are added
736
737 2008-03-20 Wakaba <[email protected]>
738
739 * ContentChecker.t: |content-model-atom-threading-1.dat|
740 added.
741
742 * content-model-atom-threading-1.dat: New test file.
743
744 2008-03-20 Wakaba <[email protected]>
745
746 * ContentCheker.t: Replace dummy error type for subdoc
747 checking invocations to ";SUBDOC".
748
749 * content-model-1.dat, content-model-2.dat: Test
750 results revised to support the aforementioned change.
751
752 * content-model-atom-1.dat: Test results revised
753 so that |type=html| in Text construct is now
754 tested whether the subdoc code is invoked.
755
756 2008-03-20 Wakaba <[email protected]>
757
758 * content-model-atom-1.dat: Test data on cases of
759 missing |atom:summary| in |atom:entry| are added.
760
761 2008-03-20 Wakaba <[email protected]>
762
763 * content-model-1.dat: Some test results were incorrect, again... orz
764
765 2008-03-20 Wakaba <[email protected]>
766
767 * content-model-1.dat: Some test results are fixed.
768
769 * content-model-atom-1.dat: Some test results are fixed.
770 Test data for |atom:author| for |atom:feed| are added.
771
772 2008-03-20 Wakaba <[email protected]>
773
774 * content-model-atom-1.dat: Test data for |atom:author|
775 for |atom:feed| are added.
776
777 2008-03-20 Wakaba <[email protected]>
778
779 * content-model-1.dat: Some test results related on |atom:entry|
780 are fixed.
781
782 * content-model-atom-1.dat: Test data for |atom:author|
783 for |atom:entry| are added.
784
785 2008-03-09 Wakaba <[email protected]>
786
787 * content-model-1.dat: Test data for |center|, |dir|, and |basefont|
788 are added.
789
790 2008-03-09 Wakaba <[email protected]>
791
792 * content-model-2.dat: |contenteditable=""| tests are added.
793
794 2008-03-09 Wakaba <[email protected]>
795
796 * tree-test-1.dat, tree-test-2.dat: Test results are updated
797 with some test data additions.
798
799 2008-03-09 Wakaba <[email protected]>
800
801 * tree-test-1.dat, tree-test-2.dat: Test data on end-of-file
802 are added (c.f. HTML5 revision 1348).
803
804 2008-03-09 Wakaba <[email protected]>
805
806 * tree-test-1.dat: Test data on |applet| are added (HTML5 revision
807 1347).
808
809 2008-03-09 Wakaba <[email protected]>
810
811 * tree-test-1.dat: Test data on foster parenting in AAA
812 are added (HTML5 revision 1343).
813
814 2008-03-09 Wakaba <[email protected]>
815
816 * tree-test-1.dat: Test data on <input> in <select> and <select>
817 in table are added (HTML5 revision 1342).
818
819 2008-03-09 Wakaba <[email protected]>
820
821 * tree-test-1.dat: Test data on <script> or <style>
822 in <table> are added.
823
824 2008-03-09 Wakaba <[email protected]>
825
826 * tree-test-1.dat, tree-test-2.dat: Test data on white space
827 between <html> and <head> are added (HTML5 revision 1332).
828
829 2008-03-09 Wakaba <[email protected]>
830
831 * tree-test-1.dat: More tests are added for foster parenting (HTML5
832 revision 1331 and so on).
833
834 2008-03-08 Wakaba <[email protected]>
835
836 * tree-test-1.dat, tree-test-2.dat: Tests on \u000A at
837 the first of <textarea>, <pre>, and <listing> are
838 added (c.f. HTML5 revision 1330).
839
840 2008-03-08 Wakaba <[email protected]>
841
842 * tree-test-1.dat: A test data on <title> in <table>
843 are added.
844
845 * tree-test-2.dat: Test results updated (HTML5 revision 1328).
846
847 2008-03-08 Wakaba <[email protected]>
848
849 * tree-test-1.dat: Test data for tainted space in tables are
850 added (HTML5 revision 1326).
851
852 2008-03-08 Wakaba <[email protected]>
853
854 * tree-test-1.dat: Tests for </form> are added (HTML5 revision 1320).
855
856 2008-03-06 Wakaba <[email protected]>
857
858 * tree-test-1.dat, tree-test-2.dat: More <html> test
859 cases are added (HTML5 revision 1314).
860
861 2008-03-05 Wakaba <[email protected]>
862
863 * HTML-tree.t: Support for \Uhhhhhhhh escapes. Support for
864 dumping PUBLIC and SYSTEM identifiers of DOCTYPE tokens.
865
866 * tree-test-1.dat, tree-test-2.dat: More test data for previously
867 uncovered cases are added. Some error descriptions are revised.
868
869 2008-03-05 Wakaba <[email protected]>
870
871 * tree-test-1.dat: More test data for previously uncovered
872 cases are added.
873
874 2008-03-04 Wakaba <[email protected]>
875
876 * tree-test-1.dat: More test data for previously uncovered
877 cases are added.
878
879 2008-03-04 Wakaba <[email protected]>
880
881 * tree-test-1.dat: Missing tests from the initial stage are added.
882
883 2008-03-03 Wakaba <[email protected]>
884
885 * HTML-tokenizer.t: Ignore tree-construction phase and set_inner_html
886 checkpoints.
887
888 2008-03-03 Wakaba <[email protected]>
889
890 * tokenizer-test-1.test: New test data are added to cover
891 all possible cases.
892
893 * HTML-tree.t: Support for test coverage.
894
895 2008-03-03 Wakaba <[email protected]>
896
897 * HTML-tokenizer.t: Support for test coverage caluclation.
898
899 2008-03-03 Wakaba <[email protected]>
900
901 * HTML-tokenizer.t: s/_input_character/_input_char/g for simplicity.
902
903 2008-03-03 Wakaba <[email protected]>
904
905 * HTML-tokenizer.t: s/correct/force-quirks/.
906
907 2008-03-03 Wakaba <[email protected]>
908
909 * tokenizer-test-1.test: New tests on trailing garbage
910 after SYSTEM literal (HTML5 revision 1306) are added.
911
912 2008-03-02 Wakaba <[email protected]>
913
914 * tokenizer-test-1.test: Tests for |<span ===>| is added (HTML5
915 revision 1292). Tests for & at the end of attribute value
916 are added (HTML5 revision 1296). Tests for bogus comments
917 are added (HTML5 revision 1297). Tests for |=| in
918 unquoted attribute values are added (HTML5 revision 1299).
919 Tests for single or double quotes in unquoted attribute
920 values or attribute names and tests for missing spaces
921 between attributes are added (HTML5 revision 1303).
922
923 2008-03-02 Wakaba <[email protected]>
924
925 * content-model-atom-1.dat: New test data are added.
926
927 2008-03-02 Wakaba <[email protected]>
928
929 * content-model-1.dat: Test data for |<area>| are added.
930
931 * content-model-2.dat: Test data for |<img ismap>| are added.
932
933 2008-03-01 Wakaba <[email protected]>
934
935 * content-model-1.dat: |address| content model tests
936 are added.
937
938 2008-03-01 Wakaba <[email protected]>
939
940 * tokenizer-test-1.test: Updated (HTML5 recision 1286).
941
942 * content-model-2.dat: Updated (HTML5 revision 1275).
943
944 2008-02-26 Wakaba <[email protected]>
945
946 * content-model-1.dat: Test data for |header| and |footer|
947 exclusions of sectioning contents are added (c.f. HTML5
948 revision 1250).
949
950 2008-02-26 Wakaba <[email protected]>
951
952 * content-model-1.dat: Figure caption is now optional (HTML5
953 revision 1240). Add test data for |ol reversed| (HTML5
954 revision 1248).
955
956 2008-02-24 Wakaba <[email protected]>
957
958 * content-model-2.dat: Test data for |acronym|, |big|, |tt|, |s|,
959 |strike|, and |u| are added.
960
961 2008-02-24 Wakaba <[email protected]>
962
963 * content-model-1.dat, content-model-2.dat: Some test
964 results are updated. New test data on non-standard
965 attributes are added. Note that some test results do
966 still need to be updated.
967
968 2008-02-24 Wakaba <[email protected]>
969
970 * content-model-1.dat: Some test results on |meta|
971 in |noscript| are updated.
972
973 2008-02-23 Wakaba <[email protected]>
974
975 * content-model-1.dat: Some test results are updated.
976 New tests for |details| are added.
977
978 2008-02-23 Wakaba <[email protected]>
979
980 * content-model-1.dat: Some test results are fixed.
981 New tests for |video| and |audio| are added.
982
983 2008-02-23 Wakaba <[email protected]>
984
985 * content-model-1.dat: New test data for |object| transparentness
986 are added.
987
988 2008-02-23 Wakaba <[email protected]>
989
990 * content-model-1.dat, content-model-2.dat: Wrong "significant"
991 errors are removed.
992
993 2008-02-18 Wakaba <[email protected]>
994
995 * content-model-1.dat: New test data for |object| are added.
996
997 2008-02-18 Wakaba <[email protected]>
998
999 * content-model-1.dat: New test data for |mark| are added (HTML5
1000 revision 1232).
1001
1002 2008-02-18 Wakaba <[email protected]>
1003
1004 * content-model-2.dat: |alt=""| test results revised.
1005
1006 * content-model-1.dat: |<img/>|s in tests are revised so
1007 that they are conforming.
1008
1009 2008-02-17 Wakaba <[email protected]>
1010
1011 * content-model-1.dat: Test results corrected.
1012
1013 2008-02-17 Wakaba <[email protected]>
1014
1015 * content-model-1.dat: New test data for |<figure>| are added.
1016 Some test data are corrected.
1017
1018 2008-02-17 Wakaba <[email protected]>
1019
1020 * content-model-1.dat: New test data for |<noscript>|
1021 in |<head>|.
1022
1023 2008-02-17 Wakaba <[email protected]>
1024
1025 * content-model-1.dat: More test on |<meta http-equiv=Content-Type>|
1026 are added.
1027
1028 2008-02-17 Wakaba <[email protected]>
1029
1030 * content-model-1.dat, content-model-2.dat: Updated.
1031
1032 2008-02-17 Wakaba <[email protected]>
1033
1034 * content-model-1.dat: Updated.
1035
1036 2008-02-17 Wakaba <[email protected]>
1037
1038 * content-model-1.dat, content-model-2.dat, content-model-4.dat,
1039 content-model-5.dat: Error result revised.
1040
1041 2008-02-17 Wakaba <[email protected]>
1042
1043 * content-model-1.dat, content-model-2.dat, content-model-5.dat:
1044 Test results are updated; new tests are added.
1045
1046 2008-02-16 Wakaba <[email protected]>
1047
1048 * ContentChecker.t: Tentative support for subdoc mode.
1049
1050 * tree-test-1.dat: Some tests are added from #whatwg.
1051
1052 2008-02-11 Wakaba <[email protected]>
1053
1054 * css-text.dat: Test data for 'writing-mode' and 'text-anchor'
1055 are added.
1056
1057 * CSS-Parser-1.t: New properties are added.
1058
1059 2008-02-11 Wakaba <[email protected]>
1060
1061 * css-4.dat: New test file.
1062
1063 * CSS-Parser-1.t: |css-4.dat| added. Support for '@charset'
1064 and '@import'.
1065
1066 2008-02-10 Wakaba <[email protected]>
1067
1068 * CSS-Parser-1.t (get_parser): Call |init|.
1069
1070 2008-02-10 Wakaba <[email protected]>
1071
1072 * css-3.dat: New test file.
1073
1074 * CSS-Parser-1.t: |css-3.dat| is added. '-moz-pre-wrap' added.
1075 Typo for 'collapse' value fixed. Support for '@namespace'
1076 serialization.
1077
1078 * css-1.dat: New test data for selectors parsing.
1079
1080 * css-font.dat: Error locations for 'u' errors are corrected.
1081
1082 * css-table.dat: Test data for 'border-collapse' are added.
1083
1084 * css-text.dat: Test data for '-moz-pre-wrap' are added.
1085
1086 * css-visual.dat: Test data for 'background-position' are added.
1087
1088 2008-02-09 Wakaba <[email protected]>
1089
1090 * css-2.dat, css-font.dat: s/unsupported/u/g;
1091
1092 2008-02-08 Wakaba <[email protected]>
1093
1094 * css-2.dat: New test data.
1095
1096 * CSS-Parser-1.t: |css-2.dat| added. Support for |@media|.
1097
1098 2008-02-08 Wakaba <[email protected]>
1099
1100 * CSS-MediaQuery.t, mq-1.dat: New files.
1101
1102 2008-02-03 Wakaba <[email protected]>
1103
1104 * CSS-Parser-1.t: Typo fixed. New properties added.
1105
1106 * css-font.dat, css-table.dat, css-paged.dat, css-generated.dat,
1107 css-visual.dat: New test data for
1108 newly supported properties are added.
1109
1110 2008-02-02 Wakaba <[email protected]>
1111
1112 * CSS-Parser-1.t: 'clip' added.
1113
1114 * css-visual.t: New test data for 'clip' are added.
1115
1116 2008-01-30 Wakaba <[email protected]>
1117
1118 * css-generated.dat: New test data for 'counter-increment', 'content',
1119 and 'counter-reset' are added.
1120
1121 * CSS-Parser-1.t: 'counter-reset' and 'counter-increment'
1122 are added.
1123
1124 2008-01-28 Wakaba <[email protected]>
1125
1126 * CSS-Parser-1.t: 'content' added to the list of supported
1127 property and the list of initial values.
1128
1129 * css-generated.dat: Tests for 'content' are added.
1130
1131 2008-01-27 Wakaba <[email protected]>
1132
1133 * CSS-Parser-1.t: Loads test files as UTF-8.
1134
1135 * css-generated.dat: Semi-real-world test data for 'quotes' are added.
1136
1137 2008-01-27 Wakaba <[email protected]>
1138
1139 * CSS-Parser-1.t: 'quotes' added.
1140
1141 * css-generated.dat: Test data for 'quotes' are added.
1142
1143 2008-01-27 Wakaba <[email protected]>
1144
1145 * CSS-Parser-1.t: 'overflow-x' and 'overflow-y' are added.
1146
1147 * css-visual.dat: New test data for 'overflow', 'overflow-x',
1148 and 'overflow-y' are added.
1149
1150 2008-01-27 Wakaba <[email protected]>
1151
1152 * css-visual.dat: New test data for 'opacity' and '-moz-opacity'
1153 are added.
1154
1155 2008-01-27 Wakaba <[email protected]>
1156
1157 * CSS-Parser-1.t: Files |css-table.dat| and |css-interactive.dat|
1158 are added.
1159
1160 * css-table.dat: New test file.
1161
1162 * css-interactive.dat: New test file.
1163
1164 * css-font.dat: New test data for 'font-size' are added.
1165
1166 * css-text.dat: New test data for 'text-indent', 'letter-spacing',
1167 and 'word-spacing' are added.
1168
1169 2008-01-27 Wakaba <[email protected]>
1170
1171 * CSS-Parser-1.t: Files |css-text.dat| and |css-paged.dat|
1172 are added.
1173
1174 * css-visual.dat: New test data for 'background-position' are
1175 added.
1176
1177 * css-text.dat: New test file.
1178
1179 * css-paged.dat: New test file.
1180
1181 2008-01-27 Wakaba <[email protected]>
1182
1183 * css-visual.dat: New test data for 'border-top-width', 'border-width',
1184 'padding-top', 'top', 'right', 'bottom', 'left', 'z-index',
1185 'width', 'min-width', 'max-width', 'height', 'min-height',
1186 'max-height', 'line-height', and 'vertical-align' are added.
1187
1188 2008-01-26 Wakaba <[email protected]>
1189
1190 * css-font.dat: New test data for 'font-weight'
1191 and 'font-size' are added.
1192
1193 * css-visual.dat: New test data for leading and
1194 trailing zeros are added.
1195
1196 2008-01-26 Wakaba <[email protected]>
1197
1198 * css-font.dat: New test data for 'font' and 'font-size'.
1199
1200 2008-01-26 Wakaba <[email protected]>
1201
1202 * CSS-Parser-1.t: 'background-position' was missing
1203 from the list of default values.
1204
1205 * css-visual.dat: New test data for 'background'
1206 and 'background-position' are added.
1207
1208 2008-01-26 Wakaba <[email protected]>
1209
1210 * css-visual.dat: New test data for 'border' are added.
1211
1212 2008-01-26 Wakaba <[email protected]>
1213
1214 * css-1.dat: Some test results were incorrect.
1215
1216 * css-font.dat: New test data on 'font' are added.
1217
1218 * css-visual.dat: Some test results were incorrect. New
1219 test data on 'margin' are added.
1220
1221 2008-01-26 Wakaba <[email protected]>
1222
1223 * css-font.dat: New test file.
1224
1225 * CSS-Parser-1.dat: |css-font.dat| is added.
1226
1227 2008-01-26 Wakaba <[email protected]>
1228
1229 * css-visual.dat: Test data for 'padding', 'margin',
1230 and 'border' related shorthands are added.
1231
1232 2008-01-25 Wakaba <[email protected]>
1233
1234 * CSS-Parser-1.t: |css-generated.dat| is added.
1235 (get_computed_style): The subject of |query_selector|
1236 should have been the document.
1237
1238 * css-generated.dat: New test data.
1239
1240 * css-visual.dat: New test data for 'display' are added.
1241
1242 2008-01-24 Wakaba <[email protected]>
1243
1244 * CSS-Parser-1.t: Default values are updated.
1245
1246 * css-1.t: Tests for duplicate declarations are added.
1247
1248 * css-visual.t: Some tests were incorrect. Tests for 'margin'
1249 serialization and '+' in 'margin' are added.
1250
1251 2008-01-24 Wakaba <[email protected]>
1252
1253 * CSS-Parser-1.t: Test data file |css-visual.dat| is added.
1254 Support for the quirks mode.
1255
1256 * css-visual.dat: New file.
1257
1258 2008-01-24 Wakaba <[email protected]>
1259
1260 * css-1.dat: Typo fixed.
1261
1262 * CSS-Parser-1.t: The attribute name for computed style
1263 has been changed.
1264
1265 2008-01-22 Wakaba <[email protected]>
1266
1267 * css-1.dat: Basic tests for forward compatible parsing
1268 are added.
1269
1270 * CSS-Parser-1.t: Support for |#errors| validation.
1271
1272 2008-01-14 Wakaba <[email protected]>
1273
1274 * CSS-Parser-1.t, css-1.dat: New test files.
1275
1276 2007-11-25 Wakaba <[email protected]>
1277
1278 * content-model-1.dat, content-model-2.dat, content-model-3.dat,
1279 content-model-4.dat, table-1.dat: Test data are updated
1280 for the significant content check.
1281
1282 * content-model-5.dat: New test data.
1283
1284 * ContentChecker.t: New test data file is added.
1285
1286 2007-11-24 Wakaba <[email protected]>
1287
1288 * content-model-2.dat: nest/@mode test data revised.
1289 Test data for nest/@filter and rule/@condition are added.
1290
1291 2007-11-23 Wakaba <[email protected]>
1292
1293 * content-model-2.dat: Media type tests are revised.
1294
1295 2007-11-23 Wakaba <[email protected]>
1296
1297 * content-model-2.dat: New test data for character references
1298 in |charset| attribute values.
1299
1300 2007-11-23 Wakaba <[email protected]>
1301
1302 * ContentChecker.t: Unset |input_encoding| attribute.
1303
1304 * content-model-1.dat, content-model-2.dat: New tests
1305 for |charset| attribute value are added.
1306
1307 2007-11-18 Wakaba <[email protected]>
1308
1309 * ContentType.t: New tests for HTML5 sniffing algorithm,
1310 leading white space support (HTML5 revisions 1013 and 1016).
1311
1312 2007-11-18 Wakaba <[email protected]>
1313
1314 * ContentType.t: New tests for HTML5 revision 1013 (except
1315 for leading white spaces).
1316
1317 2007-11-11 Wakaba <[email protected]>
1318
1319 * content-model-4.dat: New tests for proposed link types.
1320
1321 2007-11-08 Wakaba <[email protected]>
1322
1323 * content-model-4.dat: s/noreferer/noreferrer/g
1324 and s/noreferrer/noreferer/g (HTML5 revision 1132).
1325
1326 2007-11-04 Wakaba <[email protected]>
1327
1328 * content-model-2.dat: Tests for |manifest=""| are added.
1329
1330 2007-11-04 Wakaba <[email protected]>
1331
1332 * content-model-2.dat: <a><img ismap></a> is no longer
1333 conforming (HTML5 revision 1115).
1334
1335 2007-11-04 Wakaba <[email protected]>
1336
1337 * content-model-1.dat, content-model-2.dat: <base>
1338 w/o @target and @href is non-conforming (HTML5 revision 1115).
1339
1340 2007-11-04 Wakaba <[email protected]>
1341
1342 * content-model-4.dat: New tests for rel=up (HTML5 revision 1112)
1343 and rel=noreferer (HTML5 revision 1118).
1344
1345 2007-10-26 Wakaba <[email protected]>
1346
1347 * content-model-2.dat: New test for |poster| (HTML5 revision 1097).
1348
1349 2007-10-23 Wakaba <[email protected]>
1350
1351 * content-model-2.dat: <script async defer> is now conforming (HTML5
1352 revision 1085).
1353
1354 2007-10-14 Wakaba <[email protected]>
1355
1356 * content-model-1.dat, content-model-2.dat: New test
1357 data for |rule|, |nest|, and |datatemplate| elements.
1358
1359 2007-09-30 Wakaba <[email protected]>
1360
1361 * css-token-1.dat: Test results for |\\{nl}| were incorrect.
1362
1363 2007-09-30 Wakaba <[email protected]>
1364
1365 * Makefile (update): New rule.
1366
1367 2007-09-29 Wakaba <[email protected]>
1368
1369 * tokenizer-test-1.test: New tests for invalid
1370 attribute specifications are added.
1371
1372 2007-09-24 Wakaba <[email protected]>
1373
1374 * ContentChecker.t: New test data files are added.
1375
1376 * content-model-atom-1.dat, content-model-atom-2.dat: New test data.
1377
1378 2007-09-09 Wakaba <[email protected]>
1379
1380 * css-token-1.test: Test cases for remaining CSS tokens
1381 are added.
1382
1383 2007-09-09 Wakaba <[email protected]>
1384
1385 * css-token-1.test: Test cases for one-char tokens, |COMMENT|,
1386 and |COMMENT_INVALID| are added.
1387
1388 2007-09-09 Wakaba <[email protected]>
1389
1390 * css-token-1.test: |URI_PREFIX|, |UNICODE_RANGE|, |CDO|,
1391 and |CDC| test cases are added.
1392
1393 2007-09-08 Wakaba <[email protected]>
1394
1395 * css-token-1.test: |URI| and |INVALID| test
1396 cases are added.
1397
1398 2007-09-08 Wakaba <[email protected]>
1399
1400 * css-token-1.test: |NUMBER| and |DIMENSION| test
1401 cases are added.
1402
1403 2007-09-08 Wakaba <[email protected]>
1404
1405 * css-token-1.test: |HASH| and |NUMBER|
1406 test cases are added.
1407
1408 2007-09-08 Wakaba <[email protected]>
1409
1410 * css-token-1.test: |STRING| and |INVALID|
1411 test cases are added.
1412
1413 2007-09-08 Wakaba <[email protected]>
1414
1415 * css-token-1.test: New tests are added.
1416
1417 2007-09-08 Wakaba <[email protected]>
1418
1419 * css-token-1.test, CSS-Tokenizer.t: New files.
1420
1421 2007-09-04 Wakaba <[email protected]>
1422
1423 * tree-test-1.dat: New tests are added.
1424
1425 2007-08-25 Wakaba <[email protected]>
1426
1427 * tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test|
1428 are added.
1429
1430 * tree-construction/, tokenizer/: Sync with latest html5lib.
1431
1432 2007-08-25 Wakaba <[email protected]>
1433
1434 * content-model-1.dat: New tests for |meta| corner cases
1435 are added.
1436
1437 2007-08-22 Wakaba <[email protected]>
1438
1439 * tree-test-2.dat: New tests for |html| innerHTML are added.
1440
1441 2007-08-17 Wakaba <[email protected]>
1442
1443 * content-model-2.dat: New tests for |base|
1444 following URI or hyperlink are added.
1445
1446 2007-08-17 Wakaba <[email protected]>
1447
1448 * content-model-1.dat: New tests for |noscript| in |head| are added.
1449
1450 * content-model-2.dat: A wrong result for |xml:lang| in
1451 HTML document is fixed.
1452
1453 2007-08-11 Wakaba <[email protected]>
1454
1455 * ContentType.t: New tests for bitmap images are added.
1456
1457 2007-08-08 Wakaba <[email protected]>
1458
1459 * content-model-2.dat: Some error messages are changed.
1460
1461 * ContentType.t: New tests for |<script| sniffer are added.
1462
1463 2007-07-21 Wakaba <[email protected]>
1464
1465 * tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot|
1466 fragment parsing.
1467
1468 2007-07-21 Wakaba <[email protected]>
1469
1470 * tree-test-1.dat: More tests for tags "in row" are added.
1471
1472 * HTML-tree.t: Quote test data for readability.
1473
1474 2007-07-21 Wakaba <[email protected]>
1475
1476 * tree-test-1.dat: More tests are added for |noframes|
1477 after |</frameset>|.
1478
1479 2007-07-21 Wakaba <[email protected]>
1480
1481 * tree-test-1.dat: More tests for start tags "in caption"
1482 insertion mode and for tags "in cell" insertion
1483 mode are added.
1484
1485 2007-07-21 Wakaba <[email protected]>
1486
1487 * tree-test-1.dat: More tests for ignoring some tokens
1488 are added.
1489
1490 2007-07-21 Wakaba <[email protected]>
1491
1492 * HTML-tokenizer.t: Set content model flag in new syntax.
1493
1494 2007-07-16 Wakaba <[email protected]>
1495
1496 * content-model-1.dat, content-model-2.dat: Some test data
1497 have been updated due to new warnings.
1498
1499 2007-07-16 Wakaba <[email protected]>
1500
1501 * content-model-1.dat, content-model-2.dat: Add "in XML:charset"
1502 error for test data that has |charset| in XML context.
1503
1504 * content-model-2.dat: Test data for "in XML:charset", "in XML:lang",
1505 and "in HTML:xml:lang" are added.
1506
1507 2007-07-16 Wakaba <[email protected]>
1508
1509 * HTML-tokenizer.t: It now requires newer version
1510 of JSON.pm due to the broken handling for utf8 string
1511 of older version. Test data files |test3.test|
1512 and |test4.test| are added. Convert surrogate
1513 pair |\u| escapes in JSON file before it is input
1514 into JSON.pm parser since it does not decode
1515 them correctly. U+000D convertion was incorrect.
1516
1517 * HTML-tree.t: Support for new format for fragment
1518 parsing tests.
1519
1520 * Makefile (tokenizer-files): New test
1521 data files |test3.test| and |test4.test| are added.
1522
1523 * tokenizer-test-1.test: Test data for bare |hcro| and
1524 entity references in attribute values are added.
1525
1526 * tokenizer-test-2.dat: Test data for U+000D are added.
1527
1528 2007-07-16 Wakaba <[email protected]>
1529
1530 * tree-test-1.dat: Tests for |<html>| in trailing
1531 end phase and |</frameset>| in after frameset mode
1532 are added.
1533
1534 * tree-test-2.dat: Tests for |</frameset>|
1535 in |frameset| fragment parsing are added.
1536
1537 2007-07-16 Wakaba <[email protected]>
1538
1539 * tree-test-1.dat: New tests for trailing end phase
1540 and white space in some insertion modes are added.
1541
1542 2007-07-15 Wakaba <[email protected]>
1543
1544 * Charset-DecodeHandler.t: Cases for charset names has
1545 been changed to match with the module's implementation.
1546
1547 2007-07-15 Wakaba <[email protected]>
1548
1549 * Charset-DecodeHandler.t: New test script.
1550
1551 2007-07-07 Wakaba <[email protected]>
1552
1553 * tokenizer-test-1.test: A comment test is added.
1554
1555 2007-07-01 Wakaba <[email protected]>
1556
1557 * tree-test-1.dat: New tests for unmatched end tags.
1558
1559 2007-07-01 Wakaba <[email protected]>
1560
1561 * table-1.dat: New test data.
1562
1563 * ContentChecker.t: |table-1.dat| is added.
1564
1565 2007-06-30 Wakaba <[email protected]>
1566
1567 * tree-test-2.dat: Tests for <title> in fragments are added.
1568
1569 2007-06-30 Wakaba <[email protected]>
1570
1571 * URIChecker.t: Error level names in test results has
1572 been changed.
1573
1574 * tokenizer-test-1.test: A test for bogus SYSTEM identifier
1575 is added.
1576
1577 * content-model-1.dat, content-model-2.dat, content-model-3.dat,
1578 content-model-4.dat: Error messages has been changed.
1579
1580 * ContentChecker.t: Appends error level to the error
1581 message if any.
1582
1583 2007-06-25 Wakaba <[email protected]>
1584
1585 * content-model-2.dat: Tests for |<img ismap>| context
1586 are added. Tests for |<command>|'s attributes are added.
1587 Tests for |<menu>|'s attributes are added. Tests for |contextmenu|
1588 are added.
1589
1590 * content-model-1.dat: Tests for |<datagrid>| contents
1591 are added.
1592
1593 2007-06-25 Wakaba <[email protected]>
1594
1595 * tree-test-1.dat: The tests using |#document-fragment|
1596 are move to |tree-test-2.dat|.
1597
1598 * tree-test-2.dat: New test data. In addition to
1599 tests from |tree-test-1.dat|, two tests
1600 for |</table>| are added.
1601
1602 * HTML-tree.t: |tree-test-2.dat| is added.
1603
1604 2007-06-25 Wakaba <[email protected]>
1605
1606 * tree-test-1.dat: Tests for end tag strings
1607 in CDATA elements are added.
1608
1609 2007-06-24 Wakaba <[email protected]>
1610
1611 * content-model-1.dat: Tests for |footer|
1612 content model are added.
1613
1614 * content-model-2.dat: Tests for |ping|
1615 and |tabindex| attributes are added. Tests for |datetime|
1616 attribute of |ins| and |del| elements are added.
1617
1618 * content-model-4.dat: New test data.
1619
1620 * ContentChecker.t: |content-model-4.dat| is added.
1621
1622 2007-06-24 Wakaba <[email protected]>
1623
1624 * tokenizer-test-1.test: Tests for HTML5 revisions 1.144
1625 and 1.145 (CR and invalid character references) are added.
1626 Tests for HTML5 revision 1.148 (character references
1627 in attributes) are added.
1628
1629 * tree-test-1.dat: Tests for HTML5 revision 1.146 (white
1630 space characters before root element start tag).
1631
1632 2007-06-24 Wakaba <[email protected]>
1633
1634 * tree-test-1.dat: Some test results are changed
1635 and a test is added according to the HTML5
1636 revisions 1.142 and 1.143 (<noscript> in <head>).
1637
1638 2007-06-24 Wakaba <[email protected]>
1639
1640 * tree-test-1.dat: Some test results are changed
1641 since <base>, <link>, and <meta> in body
1642 are no longer appended to the head element pointer (HTML5
1643 revision 935).
1644
1645 * content-model-2.dat: Tests for |scoped|
1646 attribute are added (HTML5 revision 938).
1647
1648 2007-06-24 Wakaba <[email protected]>
1649
1650 * tree-test-1.dat: Tests for CDATA/RCDATA innerHTML
1651 with matching end tag are added (HTML5 revision 923).
1652 A test for h2 in h1 is added (HTML5 revision 926).
1653
1654 2007-06-23 Wakaba <[email protected]>
1655
1656 * tree-test-1.dat: Tests for |<isindex>| are added (HTML5
1657 revision 920).
1658
1659 2007-06-23 Wakaba <[email protected]>
1660
1661 * tokenizer-test-1.test: Tests for conforming bare |&|
1662 are added.
1663
1664 * tree-test-1.dat: Tests for |</body>| are added.
1665
1666 2007-06-23 Wakaba <[email protected]>
1667
1668 * tree-test-1.dat: Always use uppercase document type name.
1669
1670 2007-06-23 Wakaba <[email protected]>
1671
1672 * HTML-tokenizer.t: Support for new DOCTYPE token syntax.
1673
1674 * tokenizer-test-1.test: Tests for DOCTYPE tokens
1675 are revised and added.
1676
1677 2007-06-23 Wakaba <[email protected]>
1678
1679 * tokenizer-test-1.test: Tests for |<| in tags are
1680 added. (HTML5 revisions 900, 901, 902, and 911.)
1681
1682 2007-06-23 Wakaba <[email protected]>
1683
1684 * tokenizer-test-1.test: |&lang;|, and |&rlang;| tests
1685 are added. (HTML5 revision 895.) A test for |&amp;;|
1686 is added.
1687
1688 2007-06-23 Wakaba <[email protected]>
1689
1690 * tokenizer-test-1.test: |&TRADE;| test added. (HTML5 revision 889.)
1691
1692 * HTML-tree.t: Output test file names. Escaped
1693 new line at the end of test data was removed.
1694
1695 * tokenizer-test-2.dat: Tests for newlines, NULL, and
1696 escape flag stuff in |set_inner_html|.
1697
1698 2007-06-23 Wakaba <[email protected]>
1699
1700 * tree-test-1.dat: New test for HTML5 revision 884 (</form>
1701 try to close its children).
1702
1703 2007-06-23 Wakaba <[email protected]>
1704
1705 * content-model-1.dat: Tests for space characters
1706 in id="" attribute are added.
1707
1708 2007-06-23 Wakaba <[email protected]>
1709
1710 * tree-test-1.dat: New tests for parse errors by
1711 tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.)
1712
1713 2007-06-23 Wakaba <[email protected]>
1714
1715 * tokenizer-test-2.dat: New test. This test file contains
1716 some tests that cannot be reliably tested by |HTML-tokenize.t|,
1717 since they depends on how characeters are supplied to the
1718 tokenizer.
1719
1720 * HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped|
1721 etc. supported.
1722
1723 2007-06-23 Wakaba <[email protected]>
1724
1725 * tokenizer-test-1.test: Tests for C1 character
1726 references are added.
1727
1728 2007-06-23 Wakaba <[email protected]>
1729
1730 * ContentChecker.t: Use NanoDOM-based manakai for XHTML.
1731 Note that a test fails that assumes XML attribute value
1732 normalization fails since XMLParserTemp.pm does
1733 not normalize white space in attribute value when
1734 creating an attribute node (and new NanoDOM-based
1735 manakai's Attr.value does not normalize white space
1736 for more Web compatibility).
1737
1738 2007-06-23 Wakaba <[email protected]>
1739
1740 * Makefile, HTML-tokenizer.t, HTML-tree.t: New test
1741 files are added.
1742
1743 * tokenize/, tree-construction/: Sync with latest html5lib
1744 trunk.
1745
1746 2007-06-05 Wakaba <[email protected]>
1747
1748 * content-model-2.dat: |script| |async| and |defer|
1749 no longer require |src|. |async| MUST NOT be
1750 specified if |defer|. (HTML5 revision 858).
1751
1752 2007-05-30 Wakaba <[email protected]>
1753
1754 * ContentChecker.t: Don't use obsolete |new| method.
1755
1756 * tree-test-1.dat: Nested form test added.
1757
1758 2007-05-27 Wakaba <[email protected]>
1759
1760 * content-model-2.dat: Some error messages are updated.
1761
1762 * content-model-1.dat: Very simple test for |tbody|, |thead|,
1763 and |tfoot| is added.
1764
1765 2007-05-26 Wakaba <[email protected]>
1766
1767 * content-model-2.dat: Tests for |rel| values are added.
1768
1769 2007-05-26 Wakaba <[email protected]>
1770
1771 * content-model-2.dat: Errors on obsolete media
1772 type (i.e. |text/javascript|) are added to the expected results.
1773
1774 * tree-test-1.dat: Tests for |style| elements' attributes
1775 are added.
1776
1777 2007-05-25 Wakaba <[email protected]>
1778
1779 * URIChecker.t: New test entries.
1780
1781 * content-model-2.dat: New test entries for URI attributes.
1782
1783 2007-05-25 Wakaba <[email protected]>
1784
1785 * URIChecker.t: New test.
1786
1787 2007-05-20 Wakaba <[email protected]>
1788
1789 * Makefile (content-type-files, content-checker-files): New rukes.
1790
1791 * content-type-result.txt, content-checker-result.txt: New files.
1792
1793 * tokenizer-result.txt, tree-construction-result.txt: New to CVS.
1794
1795 * content-model-2.dat: Warnings are added to unknown attributes
1796 for unknown elements. New tests for newly implemented
1797 attributes are added.
1798
1799 2007-05-20 Wakaba <[email protected]>
1800
1801 * content-model-1.dat: Required attributes are
1802 added to <link>s.
1803
1804 * content-model-2.dat: Tests for global event handler
1805 content attributes, <link>s and <embed>s are added.
1806
1807 2007-05-20 Wakaba <[email protected]>
1808
1809 * content-model-2.dat: Tests for additionally-implemented
1810 attributes are added.
1811
1812 2007-05-20 Wakaba <[email protected]>
1813
1814 * content-model-2.dat: Tests for <a>/interactive
1815 elements non-nesting are added.
1816
1817 2007-05-19 Wakaba <[email protected]>
1818
1819 * content-model-3.dat: New test.
1820
1821 * ContentChecker.t (@FILES): |content-model-3.dat| added.
1822
1823 2007-05-19 Wakaba <[email protected]>
1824
1825 * tree-test-1.dat: Tests for |<iframe>|, |<noframes>|,
1826 and |<xmp>| are added.
1827
1828 2007-05-19 Wakaba <[email protected]>
1829
1830 * content-model-1.dat: A content model conformance
1831 error was missing.
1832
1833 * content-model-2.dat: Unsupported global attribute (prefixed
1834 attribute) test is added. Tests for many HTML5 elements
1835 are added.
1836
1837 2007-05-19 Wakaba <[email protected]>
1838
1839 * content-model-2.dat: Tests for elements up to |progress|.
1840
1841 2007-05-19 Wakaba <[email protected]>
1842
1843 * content-model-2.dat: Tests for global attributes, |html|, |head|,
1844 |base|, |meta|, and |style|.
1845
1846 * ContentChecker.t: Support for |#data html| (HTML parsing
1847 mode).
1848
1849 2007-05-19 Wakaba <[email protected]>
1850
1851 * content-model-2.dat: New test.
1852
1853 * ContentChecker.t (@FILES): |content-model-2.dat| is added.
1854 (get_node_path): |ATTRIBUTE_NODE| support.
1855
1856 * content-model-1.dat: New tests for unknown
1857 element in HTML namespace.
1858
1859 2007-05-13 Wakaba <[email protected]>
1860
1861 * ContentChecker.t (manakai_element_type_match): Removed.
1862
1863 2007-05-13 Wakaba <[email protected]>
1864
1865 * content-model-1.dat: Tests for |a| content model are added.
1866 Tests for |legend| content model are added.
1867
1868 2007-05-13 Wakaba <[email protected]>
1869
1870 * content-model-1.dat: Tests for |li| content model are added.
1871
1872 2007-05-13 Wakaba <[email protected]>
1873
1874 * content-model-1.dat: Tests for |dd| content model are added.
1875 Tests for |em| content model (inline-level content
1876 or stricly inline-level content) are added.
1877 Tests for |dfn| content model are added.
1878
1879 2007-05-13 Wakaba <[email protected]>
1880
1881 * content-model-1.dat: New test data.
1882
1883 * ContentChecker.t: New test.
1884
1885 2007-05-05 Wakaba <[email protected]>
1886
1887 * tree-test-1.dat: ins > p test and noscript in noscript test
1888 are added.
1889
1890 2007-05-03 Wakaba <[email protected]>
1891
1892 * tokenizer-test-1.test: Incorrect DOCTYPE testa
1893 are added.
1894
1895 * tree-test-1.dat: |innerHTML| tests are added.
1896
1897 2007-05-03 Wakaba <[email protected]>
1898
1899 * LICENSE: New document.
1900
1901 2007-05-02 Wakaba <[email protected]>
1902
1903 * .cvsignore: Result files are added.
1904
1905 * HTML-tree.t: Support for document fragment tests.
1906
1907 * Makefile: Generate test result files.
1908
1909 * tokenizer-test-1.test: A new test to ensure that
1910 characters after end tag are preserved in RCDATA or CDATA
1911 case.
1912
1913 2007-05-01 Wakaba <[email protected]>
1914
1915 * HTML-tree.t: Use new |What::HTML->parse_string| method
1916 so that this test don't have to know parser class's
1917 internals.
1918
1919 * tree-test-1.dat: New tests for "(<head> stuffs) in body"
1920 and "(<head> stuffs) after body" are added.
1921
1922 2007-05-01 Wakaba <[email protected]>
1923
1924 * HTML-tree.t: New test file is added. Sort key
1925 was incorrect.
1926
1927 * HTML-tokenizer.t: New test file is added.
1928
1929 * tokenizer-test-1.test, tree-test-1.dat: New tests.
1930
1931 2007-04-30 Wakaba <[email protected]>
1932
1933 * .cvsignore: |tree-consturction| is added.
1934
1935 * HTML-tree.t: New test.
1936
1937 * Makefile: Rules for tree constructor tests are added.
1938
1939 2007-04-30 Wakaba <[email protected]>
1940
1941 * HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced
1942 by customized ones so that utf8 vs byte string handling
1943 cause no error. Set |$JSON::UTF8| flag on so
1944 that the |JSON| module turns the utf8 flag on.
1945 Support for the |contentModelFlags| and |lastStartTag|
1946 test props. Show the input as well as description
1947 when a test fails.
1948
1949 2007-04-30 Wakaba <[email protected]>
1950
1951 * .cvsignore: New file.
1952
1953 * Makefile: New file.
1954
1955 * HTML-tokenizer.t: New test.
1956
1957 2007-04-24 Wakaba <[email protected]>
1958
1959 * ContentType.t: Remove some |my|s to avoid warnings.
1960
1961 2007-04-24 Wakaba <[email protected]>
1962
1963 * ChangeLog: New file.
1964
1965 * ContentType.t: New Perl test.
1966
1967

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24