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

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.345

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24