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

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.363

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24