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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.319 - (show annotations) (download)
Sat Oct 18 11:34:49 2008 UTC (17 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.318: +4 -0 lines
++ whatpm/t/ChangeLog	18 Oct 2008 11:34:40 -0000
2008-10-18  Wakaba  <wakaba@suika.fam.cx>

	* XML-Parser.t: "xml/notations-1.dat" added.

++ whatpm/t/xml/ChangeLog	18 Oct 2008 11:25:41 -0000
	* attlists-1.dat: A test result updated.

	* notations-1.dat: New test result file.

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

++ whatpm/Whatpm/ChangeLog	18 Oct 2008 11:31:41 -0000
	* NanoDOM.pm (public_id, system_id): New attributes.

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

++ whatpm/Whatpm/HTML/ChangeLog	18 Oct 2008 11:34:04 -0000
	* Tokenizer.pm.src: Modifies PUBLIC/SYSTEM identifier tokenizer
	states such that <!ENTITY> and <!NOTATION> can be tokenized by
	those states as well.
	(BOGUS_MD_STATE): A new state; used for bogus markup declarations,
	in favor of BOGUS_COMMENT_STATE.

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

++ whatpm/Whatpm/XML/ChangeLog	18 Oct 2008 11:34:26 -0000
	* Parser.pm.src: Set public_id and system_id attributes of Entity
	and Notation nodes.

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24