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

Diff of /markup/html/whatpm/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.176 by wakaba, Sat Mar 8 03:29:30 2008 UTC revision 1.348 by wakaba, Sun Aug 16 06:26:14 2009 UTC
# Line 1  Line 1 
1    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-form.dat: Added tests for <script> elements in
4            <select> and <select> in <table> (HTML5 revision 2500).
5    
6    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
7    
8            * tokenizer-test-1.test: "<" in attribute names are now parse
9            errors (HTML5 revision 3354).
10    
11    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
12    
13            * tree-test-1.dat: Changed test results for </br> in the after
14            head parsing mode (HTML5 revision 2586).
15    
16    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
17    
18            * tree-test-foreign.dat: Added tests for <font> in SVG (cf. HTML5
19            revision 2590).
20    
21    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
22    
23            * tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat,
24            tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat,
25            tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat:
26            DOCTYPE names are now normalized to its lowercased form (HTML5
27            revision 2502).
28    
29    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
30    
31            * tree-test-form.dat: Added test cases for <select> in "in select"
32            parsing modes.
33    
34    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
35    
36            * tree-test-foreign.dat: Added xmlns:xlink test cases (cf. HTML5
37            revision 2701).
38    
39    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
40    
41            * tree-test-2.dat: Fixed some wrong test results.
42    
43            * tree-test-form.dat, tree-test-phrasing.dat: Tests on </body>
44            after start tags of end-tag-optional element (cf. HTML5 revision
45            2806).
46    
47    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
48    
49            * tree-test-1.dat: Added tests for <table> in <p> (c.f. HTML5
50            revision 3132).
51    
52    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
53    
54            * tokenizer-test-1.test: Updated the result (c.f. HTML5 revision
55            3121).
56    
57    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
58            
59            * tree-test-1.dat: Added test on <keygen> in <select> (c.f. HTML5
60            revision 3163).
61    
62    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
63    
64            * tokenizer-test-1.test: < in unquoted attribute value is no
65            longer allowed (HTML5 revision 3206).
66    
67    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
68    
69            * tree-test-1.dat, tree-test-flow.dat: Updated test results on
70            isindex (c.f. HTML5 revision 3236).
71    
72    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
73    
74            * ContentChecker.t: Added new test data file.
75    
76    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
77    
78            * content-model-7.dat: Added an example from HTML5 spec.
79    
80    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
81    
82            * ContentChecker.t: Added new test data file.
83    
84    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
85    
86            * ContentChecker.t: Added new test data file.
87    
88    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
89    
90            * ContentChecker.t: Added new test data file.
91    
92    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
93    
94            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
95    
96    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
97    
98            * content-checker.pl: Use new XML parser for parsing test data.
99            Use NanoDOM instead of manakai DOM implementation.
100    
101    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
102    
103            * SWML-Parser.t: New test data files added.
104    
105    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
106    
107            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
108    
109    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
110    
111            * Makefile: A rule for SWML testing is added.
112    
113            * SWML-Parser.t: New file.
114    
115            * swml/: New directory.
116    
117    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
118    
119            * XML-Parser.t: "xml/attrs-2.dat" added.
120    
121    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
122    
123            * XML-Parser.t: "xml/entrefs-2.dat" added.
124    
125    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
126    
127            * XML-Parser.t: "xml/entrefs-1.dat" added.
128    
129    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
130    
131            * XML-Parser.t: "xml/eldecls-1.dat" added.
132    
133    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
134    
135            * XML-Parser.t: Typo fixed.
136    
137    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
138    
139            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
140            added.  Support for the "#entities" directive.
141    
142    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
143    
144            * XML-Parser.t: "xml/notations-1.dat" added.
145    
146    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
147    
148            * XML-Parser.t: "xml/attlists-1.dat" added.
149    
150    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
151    
152            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
153    
154    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
155    
156            * XML-Parser.t: "xml/doctypes-2.dat" added.
157    
158            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
159    
160    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
161    
162            * XML-Parser.t: "xml/ns-elements-1.dat" added.
163    
164    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
165    
166            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
167            Test directifes "#xml-version", "#xml-encoding", and
168            "#xml-standalone" are added.
169    
170    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
171    
172            * XML-Parser.t: "xml/charref-1.dat" added.
173    
174    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
175    
176            * XML-Parser.t: "xml/texts-1.dat" added.
177    
178            * tokenizer-test-2.dat: Test for ]]> are added.
179    
180    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
181    
182            * tree-test-foreign.dat: More test data are added.
183    
184    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
185    
186            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
187            added.
188    
189    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
190    
191            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
192    
193    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
194    
195            * xml/: New directory.
196    
197            * Makefile: Tests for Whatpm::XML::Parser are added.
198    
199            * HTML-tree.t: Change the relative order of codes.
200    
201            * XML-Parser.t: New test script.
202    
203    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
204    
205            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
206    
207    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
208    
209            * tree-test-phrasing.dat: Wrong test results fixed.
210    
211            * tree-test-foreign.dat: New tests added.
212    
213            * testfiles.pl: "#..." line at the end of a test entry was not
214            supported.
215    
216            * HTML-tree.t: Show the "#data" content in "no #errors" error
217            message.
218    
219            * tokenizer-test-2.dat: A wrong test result fixed.
220    
221    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
222    
223            * HTML-tree.t: Test result format for oreign element/attribute
224            names are updated to the latest one for html5lib tests.  Append a
225            newline to the expected result only when it is not an empty
226            string, for comparablity with the actual result.
227    
228            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
229            tree-test-3.dat: Test results for foreign elements are updated.
230    
231    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
232    
233            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
234            format for html5lib tests.
235    
236            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
237            <!DOCTYPE> are updated.
238    
239    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
240    
241            * HTML-tree.t: Test data file parser changed to the common one.
242    
243    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
244    
245            * tokenizer-test-2.dat: A test result was wrong.
246    
247    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
248    
249            * content-model-1.dat: Some entries moved to
250            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
251            dom-conformance/html-links-1.dat,
252            dom-conformance/html-objects-1.dat, and
253            dom-conformance/html-interactive-1.dat.
254    
255            * content-model-2.dat: Removed (moved to
256            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
257            dom-conformance/html-links-1.dat,
258            dom-conformance/html-objects-1.dat,
259            dom-conformance/html-interactive-1.dat, and
260            dom-conformance/html-flows-1.dat).
261    
262            * content-model-3.dat: Removed (moved to
263            dom-conformance/xml-global.dat).
264    
265            * content-model-4.dat: Removed (moved to
266            dom-conformance/html-texts-1.dat and
267            dom-conformance/html-links-1.dat).
268    
269            * content-model-5.dat: Removed (moved to
270            dom-conformance/html-flows-1.dat).
271    
272            * content-model-6.dat: Removed (moved to
273            dom-conformance/html-dataset.dat).
274    
275            * ContentChecker.t: References to the removed files removed and
276            references to new files added.
277    
278            * ContentChecker-XML.t: New script.
279    
280            * Makefile: Updated.
281    
282    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
283    
284            * content-model-2.dat: Repetition model test is moved to another
285            file.  A wrong test result fixed.  Broken test entries fixed.
286            <area rev> is now reported as "unknown attribute", since RDFa spec
287            adds that attribute to all elements with the Common attribute set.
288            Note that we have no plan to support RDFa, at the moment.
289    
290    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
291    
292            * ContentChecker.t: New files added.
293    
294            * content-model-1.dat, content-model-2.dat: Numbers of test
295            entries are moved to other files.
296    
297    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
298    
299            * content-model-1.dat, content-model-2.dat: Test results on
300            |label| contents fixed.
301    
302            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
303    
304            * dom-conformance/: New directory.
305    
306    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
307    
308            * HTML-tree.t: New test files added.
309    
310            * Makefile: New test files added.
311    
312    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
313    
314            * tree-test-1.dat: Test results updated and new tests added on the
315            boundaries of Text nodes (HTML5 revision 2124).
316    
317    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
318    
319            * tree-test-form.dat: New test data file.
320    
321            * HTML-tree.t: |tree-test-form.dat| added.
322    
323            * tree-test-1.dat: Test results related to <option> and <optgroup>
324            are updated (cf. HTML5 revision 2128).
325    
326    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
327    
328            * tree-test-foreign.dat: New test data file.
329    
330            * HTML-tree.t: |tree-test-foreign.dat| added.
331    
332    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
333    
334            * tree-test-void.dat: Test on unmatched void end tag added (cf.
335            HTML5 revision 1731).
336    
337            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
338            revision 1731).
339    
340    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
341    
342            * tree-test-void.dat: Test on |param| and |source| start tags are
343            added, as well as test on polytheistic slashes for new void
344            elements (HTML5 revision 1731).
345    
346    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
347    
348            * tree-test-flow.dat: Test on implied end tag before <p> start tag
349            are added (HTML5 revision 1731).
350    
351    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
352    
353            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
354    
355            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
356            are added.
357    
358    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
359    
360            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
361    
362            * HTML-tree.t: |tree-test-void.dat| added.
363    
364            * tree-test-1.dat: Test on <listing> as a "special" element are
365            added.  Test on implied |option| and |optgroup| end tags are added
366            (cf. HTML5 revision 1731).
367    
368    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
369    
370            * tree-test-1.dat: Test related to "special", "formatting",
371            "scoping", and "phrasing" categories are added (cf. HTML5 revision
372            1778).
373    
374    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
375    
376            * ContentType.t: More test cases on BOM are added.  Some test
377            results updated according to HTML5 revision 1927.  Tests on the
378            returned values in the list context are added.
379    
380    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
381    
382            * content-model-2.dat: Test data on |for=""| attribute are added.
383    
384    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
385    
386            * tokenizer-test-1.test: Test data on invalid character references
387            are added (cf. HTML5 revision 2138).
388    
389            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
390            revision 2138).
391    
392    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
393    
394            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
395            revision 1932).
396    
397    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
398    
399            * content-model-2.dat: Test data for |form=""| are added.
400    
401    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
402    
403            * content-model-1.dat: Test data for |fieldset| |legend| are added.
404    
405    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
406    
407            * content-model-2.dat: Test data for |form| |name| are added.
408    
409    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
410    
411            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
412            Test data for U+000B are added (cf. HTML5 revision 1738).
413    
414    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
415    
416            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
417            1738).
418    
419            * tree-test-1.dat: Test results updated.  New test data for the
420            treatement of U+000B are added (HTML5 revision 1738).
421    
422    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
423    
424            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
425            revision 1738).
426    
427    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
428    
429            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
430            revision 1738).
431    
432    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
433    
434            * content-checker.pl: Remove dedicated parser and adopt
435            testfiles.pl parser.
436    
437            * content-model-1.dat, content-model-2.dat: Typo fixed.
438    
439    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
440    
441            * content-model-1.dat: Test data for interactive contents are
442            added (cf. HTML5 revision 2018).
443    
444    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
445    
446            * content-model-2.dat: Add test data for accept-charset=""
447            attributes.
448    
449    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
450    
451            * langtag-1.dat: More test data from RFC 4646 are added.
452    
453    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
454    
455            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
456            are added.
457    
458    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
459    
460            * LangTag.t: Completely rewritten using |testfiles.pl|.
461    
462            * testfiles.pl: New script.
463    
464            * langtag-1.dat: Tests for case are added.
465    
466    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
467    
468            * ContentChecker.t: Atom tests are moved to another file.
469    
470            * ContentChecker-Atom.t, LangTag.t: New test scripts.
471    
472            * Makefile: Updated to invoke new test scripts.
473    
474            * langtag-1.dat: New test data file.
475    
476    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
477    
478            * ContentChecker.t: Test engine moved to another script.
479    
480            * content-checker.pl: New script.
481    
482    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
483    
484            * content-model-1.dat: Test results are updated.
485    
486            * content-model-2.dat: Tests for style="" are added.
487    
488    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
489    
490            * css-text.dat: Test data for pre-wrap updated.
491    
492    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
493    
494            * css-visual.dat: New test data for Firefox3's new 'width'
495            values.
496    
497    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
498    
499            * content-model-2.dat: A test case for NCR in charset=""
500            is added.
501    
502    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
503    
504            * tokenizer-test-3.dat: New test for MSE is added.
505    
506    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
507    
508            * HTML-tree.t: tokenizer-test-3.dat added.
509    
510            * tokenizer-test-3.dat: New test data.
511    
512    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
513    
514            * content-model-1.dat, content-model-7.dat: |a| is now
515            transparent (HTML5 revision 1963).
516    
517    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
518    
519            * content-model-7.dat: Typo fixed.
520    
521            * content-model-6.dat: Test data for data-UPPERCASE (now
522            disallowed) are added (HTML5 revision 1945).
523    
524    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
525    
526            * content-model-1.dat: Test data for |XSLT-compat|
527            added (HTML5 revision 2141).  A redundant test
528            entry is removed.
529    
530            * HTML-tree.t: Support for should-level errors.
531    
532    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
533    
534            * content-model-1.dat: Form test data are added (cf. HTML5
535            revisions 2142-2155).
536    
537    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
538    
539            * content-model-1.dat, content-model-2.dat: |event-source|
540            is renamed as |eventsource| (HTML5 revision 1863).
541    
542    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
543    
544            * content-model-2.dat: Uppercase letters are not allowed
545            as embed custom attributes (HTML5 revision 1946).
546    
547    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
548    
549            * tree-test-1.dat: Test data for after after frameset
550            insertion mode are added (cf. HTML5 revision 1909).
551    
552    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
553    
554            * content-model-2.dat, content-model-6.dat: Custom
555            attributes on |embed| and |data-*| attributes must
556            be XML compatible (HTML5 revision 1836).
557    
558    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
559    
560            * content-model-2.dat: xmlns="" on HTML elements that are
561            not the root of the HTML subtree are now allowed (HTML5
562            revision 1834).
563    
564    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
565    
566            * content-model-2.dat: Alternate style sheet element must
567            have a non-empty title attribute (HTML5 revision 1942).
568    
569    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
570    
571            * content-model-2.dat: A test data for wrong spelling of |irrelevant|
572            is added.
573    
574    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
575    
576            * content-model-1.dat, content-model-2.dat: Test data
577            for the |bb| element are added (cf. HTML5 revision 1894).
578    
579            * content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5
580            revision 2119).
581    
582            * content-model-7.dat: New test file.
583    
584    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
585    
586            * content-model-2.dat: <embed> w/o src="" is conforming (HTML5
587            revision 1929).
588    
589    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
590    
591            * content-model-2.dat: @autosubmit dropped (HTML5
592            revision 2019).
593    
594    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
595    
596            * content-model-4.dat: Some test data for <time> are added (c.f.
597            HTML5 revision 2094).
598    
599    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
600    
601            * ContentType.t: Support for image/svg+xml (HTML revision 2096).
602    
603    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
604    
605            * tokenizer-test-1.dat: '"' and "'" at the end of attribute
606            name (after another attribute) now raise parse error (HTML5
607            revision 2123).  Empty unquoted attribute is no
608            longer allowed (HTML5 revision 2122).
609    
610            * HTML-tokenizer.t: Hash keys were not sorted when dumped.
611    
612    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
613    
614            * HTML-tree.dat: tree-test-3.dat added.
615    
616            * tree-test-3.dat: Test data for definitionURL="" are added (cf.
617            HTML5 revision 2130).
618    
619    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
620    
621            * content-model-1.dat, content-model-2.dat: Test data updated
622            and added for HTML5 revision 2062 and so on (@lang and @xml:lang).
623    
624    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
625    
626            * CSS-Parser.t: Updated for latest version of the
627            Whatpm::CSS::Parser module.
628    
629            * css-1.dat, css-2.dat, css-3.dat, css-4.dat,
630            css-font.dat, css-generated.dat, css-interactive.dat,
631            css-paged.dat, css-table.dat, css-text.dat, css-visual.dat:
632            Test results updated.
633    
634    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
635    
636            * ContentChecker.t: Updated for latest version of the
637            Whatpm::ContentChecker module.
638    
639            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
640            content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
641            content-model-atom-2.dat, content-model-atom-threading-1.dat,
642            table-1.dat: Results updated.
643    
644    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
645    
646            * URIChecker.t: Error results updated.
647    
648    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
649    
650            * URIChecker.t: Test results updated to new error type names.
651    
652    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
653    
654            * WebIDL.t: Test data files for exceptions, typedefs,
655            and valuetypes are added to the list.
656    
657    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
658    
659            * WebIDL.t ($onerror): |value| argument value should be
660            checked as well as other argument values.
661    
662    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
663    
664            * WebIDL.t: Check whether |text| argument of the error
665            is correct or not.
666    
667    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
668    
669            * WebIDL.t: New test script.
670    
671            * webidl/: New directory.
672    
673    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
674    
675            * content-model-1.dat, content-model-2.dat: Test data are
676            updated and added for <map name=""> and <map id=""> (HTML5
677            revisions 1722 and 1728).
678    
679    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
680    
681            * content-model-1.dat: Test data for ruby are added (HTML5 revision
682            1704).
683    
684    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
685    
686            * tree-test-1.dat: Test data added for ruby parsing (HTML5 revision
687            1704).
688    
689    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
690    
691            * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format.
692    
693    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
694    
695            * content-model-6.dat: "data-" attribute is no longer allowed (HTML5
696            revision 1709).
697    
698            * content-model-2.dat: Add tests for rel=contact (cf. HTML5
699            revision 1711).
700    
701    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
702    
703            * ContentType.t: Test result related to UTF-32 updated (HTML5
704            revision 1701).
705    
706    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
707    
708            * content-model-2.dat: Test data on sizes="" are added (HTML5
709            revision 1558).
710    
711    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
712    
713            * content-model-1.dat: Test data on <datagrid> content model
714            are added (cf. HTML5 revision 1566).  Empty |datagrid| elements
715            are no longer in error.
716    
717    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
718    
719            * tree-test-1.dat: Test data on <noframes> are added (HTML5 revision
720            1692).
721    
722    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
723    
724            * tree-test-1.dat: Test data on <isindex/> are added (HTML5
725            revision 1697).
726    
727    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
728    
729            * tree-test-1.dat: Test data on EOF in foreign content insertion
730            mode are added (HTML5 revision 1693).  Test data on SVG camelCase
731            attributes are added (HTML5 revision 1700).  Test data on <textarea>
732            in <select> are added (HTML5 revision 1699).  Test data on HTML start
733            tags in foreign content insertion mode are added (HTML5 revision
734            1698).
735    
736            * content-model-1.dat, content-model-2.dat: Update test
737            results for <style> and <script>.
738    
739    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
740    
741            * content-model-2.dat: Test data on sandbox="" and seemless=""
742            are added (cf. HTML5 revision 1637 and 1643).
743    
744    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
745    
746            * ContentType.t: A fictional test data for image/vnd.microsoft.icon
747            are added (cf. HTML5 revision 1676).
748    
749    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
750    
751            * tokenizer-test-2.dat: New test data on truncated doctypes (c.f.
752            HTML5 revision 1685).
753    
754    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
755    
756            * tokenizer-test-1.test: New test data on EOF in tags are added
757            to cover changes in HTML5 revision 1684.
758    
759    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
760    
761            * tree-test-1.dat: Test data related to changes in HTML5
762            revision 1686 are added.
763    
764    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
765    
766            * content-model-2.dat: Test data for charset="" attribute
767            are added.
768    
769    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
770    
771            * content-model-2.dat: Test data for pixeldata="" attribute
772            are added (HTML5 revision 1629).
773    
774    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
775    
776            * content-model-2.dat: Boolean attributes now allow uppercase
777            letters (HTML5 revision 1572).
778    
779    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
780    
781            * content-model-2.dat: Test data for td/@headers are added.
782    
783    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
784    
785            * content-model-2.dat: Test data for table/@cellpadding,
786            table/@cellspacing, @charoff, and script/@langauge are added.
787    
788    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
789    
790            * content-model-1.dat, content-model-2.dat: New test data
791            for meta refresh; some test results updated.  Duplicate
792            meta http-equiv="" are now non-conforming.
793    
794    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
795    
796            * table-1.dat: Test data updated and some new test data
797            added for new requirements (HTML5 revisions 1387 and 1388).
798    
799    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
800    
801            * ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding
802            are no longer safe; test data for them are added (HTML5 revision 1288).
803    
804    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
805    
806            * ContentType.t: Test data of HTML with BOM are added (c.f.
807            HTML5 revision 1282).
808    
809    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
810    
811            * content-model-2.dat: Test data for repeat* global attributes
812            are added.
813    
814    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
815    
816            * content-model-2.dat: Test data for |repeat-max=""|
817            and |repeat-start=""| attributes are added.
818    
819    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
820    
821            * content-model-2.dat: Test data for repetition template attributes
822            are added.
823    
824    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
825    
826            * content-model-2.dat: Test data for data template attributes are
827            added.
828    
829    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
830    
831            * content-model-1.dat: Test data for <font> context are added.
832    
833    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
834    
835            * content-model-4.dat: Terms no longer have to be unique (HTML5
836            revision 1467).
837    
838            * content-model-2.dat: Tests for |onstorage| attribute
839            are added (HTML5 revision 1495).  Fix test results
840            for unknown elements and attributes in the HTML namespace.
841    
842    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
843    
844            * content-model-1.dat, content-model-2.dat: Test results
845            related to browsing context name or keyword are revised
846            and added (HTML5 revision 1470 and 1471).
847    
848    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
849    
850            * HTML-tokenizer.t: Raise a parse error if there are disallowed
851            character (for compatibility with existing html5lib test data).
852    
853            * tokenizer-test-1.test: Some test results are updated with
854            regard to parse errors on disallowed characters.
855    
856            * tokenizer-test-2.dat: Test data for disallowed characters
857            are added (HTML5 revision 1263).
858    
859    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
860    
861            * HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib
862            new test files.
863    
864    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
865    
866            * content-model-2.dat: Test data updated and added for
867            global |xmlns| attributes (HTML5 revision 1426).
868    
869    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
870    
871            * HTML-tokenizer.t: Remove "self-closing flag" if the start
872            tag token is that of a slash permitted element (This is necessary
873            to maintain compatibility with current test data, since in the
874            new algorithm whether slash is permitted or not is decided in
875            tree construction stage).
876    
877    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
878    
879            * content-model-6.dat: New test data file.  Test data for
880            HTML custom data attributes (HTML5 revision 1399) are added.
881    
882            * ContentChecker.t: New test file |content-model-6.dat| is added.
883    
884    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
885    
886            * content-model-1.dat, content-model-2.dat: s/prose/flow/g.
887    
888    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
889    
890            * content-model-2.dat: Test data on |rev| attribute are added.
891    
892    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
893    
894            * content-model-2.dat: Some test results were wrong.
895    
896    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
897    
898            * content-model-2.dat: Test data on more HTML4 attributes
899            are added.
900    
901    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
902    
903            * content-model-2.dat: Test data on more HTML4 attributes
904            are added.
905    
906    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
907    
908            * content-model-2.dat: Test data on numbers of HTML4 deprecated
909            attributes are added.
910    
911    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
912    
913            * content-model-2.dat: Test data on |@profile| and |@version| are
914            added.
915    
916    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
917    
918            * content-model-1.dat: Now we support RDF.
919    
920            * content-model-2.dat: Test data on |@accesskey| attribute
921            are added.
922    
923    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
924    
925            * tokenizer-test-2.dat: A test from #whatwg is added.
926    
927    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
928    
929            * content-model-atom-1.dat: New test data are added.
930    
931            * content-model-atom-2.dat: New test data are
932            added from Atom test suite.
933    
934    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
935    
936            * content-model-atom-threading-1.dat: New test data
937            on |thr:total| element are added
938    
939    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
940    
941            * ContentChecker.t: |content-model-atom-threading-1.dat|
942            added.
943    
944            * content-model-atom-threading-1.dat: New test file.
945    
946    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
947    
948            * ContentCheker.t: Replace dummy error type for subdoc
949            checking invocations to ";SUBDOC".
950    
951            * content-model-1.dat, content-model-2.dat: Test
952            results revised to support the aforementioned change.
953    
954            * content-model-atom-1.dat: Test results revised
955            so that |type=html| in Text construct is now
956            tested whether the subdoc code is invoked.
957    
958    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
959    
960            * content-model-atom-1.dat: Test data on cases of
961            missing |atom:summary| in |atom:entry| are added.
962    
963    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
964    
965            * content-model-1.dat: Some test results were incorrect, again... orz
966    
967    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
968    
969            * content-model-1.dat: Some test results are fixed.
970    
971            * content-model-atom-1.dat: Some test results are fixed.
972            Test data for |atom:author| for |atom:feed| are added.
973    
974    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
975    
976            * content-model-atom-1.dat: Test data for |atom:author|
977            for |atom:feed| are added.
978    
979    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
980    
981            * content-model-1.dat: Some test results related on |atom:entry|
982            are fixed.
983    
984            * content-model-atom-1.dat: Test data for |atom:author|
985            for |atom:entry| are added.
986    
987    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
988    
989            * content-model-1.dat: Test data for |center|, |dir|, and |basefont|
990            are added.
991    
992    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
993    
994            * content-model-2.dat: |contenteditable=""| tests are added.
995    
996    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
997    
998            * tree-test-1.dat, tree-test-2.dat: Test results are updated
999            with some test data additions.
1000    
1001    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
1002    
1003            * tree-test-1.dat, tree-test-2.dat: Test data on end-of-file
1004            are added (c.f. HTML5 revision 1348).
1005    
1006    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
1007    
1008            * tree-test-1.dat: Test data on |applet| are added (HTML5 revision
1009            1347).
1010    
1011    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
1012    
1013            * tree-test-1.dat: Test data on foster parenting in AAA
1014            are added (HTML5 revision 1343).
1015    
1016    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
1017    
1018            * tree-test-1.dat: Test data on <input> in <select> and <select>
1019            in table are added (HTML5 revision 1342).
1020    
1021    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
1022    
1023            * tree-test-1.dat: Test data on <script> or <style>
1024            in <table> are added.
1025    
1026    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
1027    
1028            * tree-test-1.dat, tree-test-2.dat: Test data on white space
1029            between <html> and <head> are added (HTML5 revision 1332).
1030    
1031    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
1032    
1033            * tree-test-1.dat: More tests are added for foster parenting (HTML5
1034            revision 1331 and so on).
1035    
1036    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
1037    
1038            * tree-test-1.dat, tree-test-2.dat: Tests on \u000A at
1039            the first of <textarea>, <pre>, and <listing> are
1040            added (c.f. HTML5 revision 1330).
1041    
1042    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
1043    
1044            * tree-test-1.dat: A test data on <title> in <table>
1045            are added.
1046    
1047            * tree-test-2.dat: Test results updated (HTML5 revision 1328).
1048    
1049    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
1050    
1051            * tree-test-1.dat: Test data for tainted space in tables are
1052            added (HTML5 revision 1326).
1053    
1054  2008-03-08  Wakaba  <wakaba@suika.fam.cx>  2008-03-08  Wakaba  <wakaba@suika.fam.cx>
1055    
1056          * tree-test-1.dat: Tests for </form> are added (HTML5 revision 1320).          * tree-test-1.dat: Tests for </form> are added (HTML5 revision 1320).

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.348

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24