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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.293 - (show annotations) (download)
Sat Oct 4 09:17:54 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.292: +8 -0 lines
++ whatpm/t/ChangeLog	4 Oct 2008 09:14:33 -0000
	* tree-test-void.dat: Test on unmatched void end tag added (cf.
	HTML5 revision 1731).

	* tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
	revision 1731).

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

++ whatpm/Whatpm/ChangeLog	4 Oct 2008 09:17:21 -0000
	* HTML.pm.src: Drop redundant code (HTML5 revision 1731).

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24