/[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.227 by wakaba, Sat May 24 10:56:31 2008 UTC revision 1.349 by wakaba, Sun Aug 16 06:47:59 2009 UTC
# Line 1  Line 1 
1    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-1.dat: Added tests for about:legacy-compat and changed
4            test results for XSLT-compat (HTML5 revision 2725).
5    
6    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
7    
8            * tree-test-form.dat: Added tests for <script> elements in
9            <select> and <select> in <table> (HTML5 revision 2500).
10    
11    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
12    
13            * tokenizer-test-1.test: "<" in attribute names are now parse
14            errors (HTML5 revision 3354).
15    
16    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
17    
18            * tree-test-1.dat: Changed test results for </br> in the after
19            head parsing mode (HTML5 revision 2586).
20    
21    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
22    
23            * tree-test-foreign.dat: Added tests for <font> in SVG (cf. HTML5
24            revision 2590).
25    
26    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
27    
28            * tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat,
29            tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat,
30            tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat:
31            DOCTYPE names are now normalized to its lowercased form (HTML5
32            revision 2502).
33    
34    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
35    
36            * tree-test-form.dat: Added test cases for <select> in "in select"
37            parsing modes.
38    
39    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
40    
41            * tree-test-foreign.dat: Added xmlns:xlink test cases (cf. HTML5
42            revision 2701).
43    
44    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
45    
46            * tree-test-2.dat: Fixed some wrong test results.
47    
48            * tree-test-form.dat, tree-test-phrasing.dat: Tests on </body>
49            after start tags of end-tag-optional element (cf. HTML5 revision
50            2806).
51    
52    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
53    
54            * tree-test-1.dat: Added tests for <table> in <p> (c.f. HTML5
55            revision 3132).
56    
57    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
58    
59            * tokenizer-test-1.test: Updated the result (c.f. HTML5 revision
60            3121).
61    
62    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
63            
64            * tree-test-1.dat: Added test on <keygen> in <select> (c.f. HTML5
65            revision 3163).
66    
67    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
68    
69            * tokenizer-test-1.test: < in unquoted attribute value is no
70            longer allowed (HTML5 revision 3206).
71    
72    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
73    
74            * tree-test-1.dat, tree-test-flow.dat: Updated test results on
75            isindex (c.f. HTML5 revision 3236).
76    
77    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
78    
79            * ContentChecker.t: Added new test data file.
80    
81    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
82    
83            * content-model-7.dat: Added an example from HTML5 spec.
84    
85    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
86    
87            * ContentChecker.t: Added new test data file.
88    
89    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
90    
91            * ContentChecker.t: Added new test data file.
92    
93    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
94    
95            * ContentChecker.t: Added new test data file.
96    
97    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
98    
99            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
100    
101    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
102    
103            * content-checker.pl: Use new XML parser for parsing test data.
104            Use NanoDOM instead of manakai DOM implementation.
105    
106    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
107    
108            * SWML-Parser.t: New test data files added.
109    
110    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
111    
112            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
113    
114    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
115    
116            * Makefile: A rule for SWML testing is added.
117    
118            * SWML-Parser.t: New file.
119    
120            * swml/: New directory.
121    
122    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
123    
124            * XML-Parser.t: "xml/attrs-2.dat" added.
125    
126    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
127    
128            * XML-Parser.t: "xml/entrefs-2.dat" added.
129    
130    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
131    
132            * XML-Parser.t: "xml/entrefs-1.dat" added.
133    
134    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
135    
136            * XML-Parser.t: "xml/eldecls-1.dat" added.
137    
138    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
139    
140            * XML-Parser.t: Typo fixed.
141    
142    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
143    
144            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
145            added.  Support for the "#entities" directive.
146    
147    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
148    
149            * XML-Parser.t: "xml/notations-1.dat" added.
150    
151    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
152    
153            * XML-Parser.t: "xml/attlists-1.dat" added.
154    
155    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
156    
157            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
158    
159    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
160    
161            * XML-Parser.t: "xml/doctypes-2.dat" added.
162    
163            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
164    
165    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
166    
167            * XML-Parser.t: "xml/ns-elements-1.dat" added.
168    
169    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
170    
171            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
172            Test directifes "#xml-version", "#xml-encoding", and
173            "#xml-standalone" are added.
174    
175    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
176    
177            * XML-Parser.t: "xml/charref-1.dat" added.
178    
179    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
180    
181            * XML-Parser.t: "xml/texts-1.dat" added.
182    
183            * tokenizer-test-2.dat: Test for ]]> are added.
184    
185    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
186    
187            * tree-test-foreign.dat: More test data are added.
188    
189    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
190    
191            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
192            added.
193    
194    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
195    
196            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
197    
198    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
199    
200            * xml/: New directory.
201    
202            * Makefile: Tests for Whatpm::XML::Parser are added.
203    
204            * HTML-tree.t: Change the relative order of codes.
205    
206            * XML-Parser.t: New test script.
207    
208    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
209    
210            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
211    
212    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
213    
214            * tree-test-phrasing.dat: Wrong test results fixed.
215    
216            * tree-test-foreign.dat: New tests added.
217    
218            * testfiles.pl: "#..." line at the end of a test entry was not
219            supported.
220    
221            * HTML-tree.t: Show the "#data" content in "no #errors" error
222            message.
223    
224            * tokenizer-test-2.dat: A wrong test result fixed.
225    
226    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
227    
228            * HTML-tree.t: Test result format for oreign element/attribute
229            names are updated to the latest one for html5lib tests.  Append a
230            newline to the expected result only when it is not an empty
231            string, for comparablity with the actual result.
232    
233            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
234            tree-test-3.dat: Test results for foreign elements are updated.
235    
236    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
237    
238            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
239            format for html5lib tests.
240    
241            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
242            <!DOCTYPE> are updated.
243    
244    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
245    
246            * HTML-tree.t: Test data file parser changed to the common one.
247    
248    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
249    
250            * tokenizer-test-2.dat: A test result was wrong.
251    
252    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
253    
254            * content-model-1.dat: Some entries moved to
255            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
256            dom-conformance/html-links-1.dat,
257            dom-conformance/html-objects-1.dat, and
258            dom-conformance/html-interactive-1.dat.
259    
260            * content-model-2.dat: Removed (moved to
261            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
262            dom-conformance/html-links-1.dat,
263            dom-conformance/html-objects-1.dat,
264            dom-conformance/html-interactive-1.dat, and
265            dom-conformance/html-flows-1.dat).
266    
267            * content-model-3.dat: Removed (moved to
268            dom-conformance/xml-global.dat).
269    
270            * content-model-4.dat: Removed (moved to
271            dom-conformance/html-texts-1.dat and
272            dom-conformance/html-links-1.dat).
273    
274            * content-model-5.dat: Removed (moved to
275            dom-conformance/html-flows-1.dat).
276    
277            * content-model-6.dat: Removed (moved to
278            dom-conformance/html-dataset.dat).
279    
280            * ContentChecker.t: References to the removed files removed and
281            references to new files added.
282    
283            * ContentChecker-XML.t: New script.
284    
285            * Makefile: Updated.
286    
287    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
288    
289            * content-model-2.dat: Repetition model test is moved to another
290            file.  A wrong test result fixed.  Broken test entries fixed.
291            <area rev> is now reported as "unknown attribute", since RDFa spec
292            adds that attribute to all elements with the Common attribute set.
293            Note that we have no plan to support RDFa, at the moment.
294    
295    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
296    
297            * ContentChecker.t: New files added.
298    
299            * content-model-1.dat, content-model-2.dat: Numbers of test
300            entries are moved to other files.
301    
302    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
303    
304            * content-model-1.dat, content-model-2.dat: Test results on
305            |label| contents fixed.
306    
307            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
308    
309            * dom-conformance/: New directory.
310    
311    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
312    
313            * HTML-tree.t: New test files added.
314    
315            * Makefile: New test files added.
316    
317    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
318    
319            * tree-test-1.dat: Test results updated and new tests added on the
320            boundaries of Text nodes (HTML5 revision 2124).
321    
322    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
323    
324            * tree-test-form.dat: New test data file.
325    
326            * HTML-tree.t: |tree-test-form.dat| added.
327    
328            * tree-test-1.dat: Test results related to <option> and <optgroup>
329            are updated (cf. HTML5 revision 2128).
330    
331    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
332    
333            * tree-test-foreign.dat: New test data file.
334    
335            * HTML-tree.t: |tree-test-foreign.dat| added.
336    
337    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
338    
339            * tree-test-void.dat: Test on unmatched void end tag added (cf.
340            HTML5 revision 1731).
341    
342            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
343            revision 1731).
344    
345    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
346    
347            * tree-test-void.dat: Test on |param| and |source| start tags are
348            added, as well as test on polytheistic slashes for new void
349            elements (HTML5 revision 1731).
350    
351    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
352    
353            * tree-test-flow.dat: Test on implied end tag before <p> start tag
354            are added (HTML5 revision 1731).
355    
356    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
357    
358            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
359    
360            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
361            are added.
362    
363    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
364    
365            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
366    
367            * HTML-tree.t: |tree-test-void.dat| added.
368    
369            * tree-test-1.dat: Test on <listing> as a "special" element are
370            added.  Test on implied |option| and |optgroup| end tags are added
371            (cf. HTML5 revision 1731).
372    
373    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
374    
375            * tree-test-1.dat: Test related to "special", "formatting",
376            "scoping", and "phrasing" categories are added (cf. HTML5 revision
377            1778).
378    
379    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
380    
381            * ContentType.t: More test cases on BOM are added.  Some test
382            results updated according to HTML5 revision 1927.  Tests on the
383            returned values in the list context are added.
384    
385    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
386    
387            * content-model-2.dat: Test data on |for=""| attribute are added.
388    
389    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
390    
391            * tokenizer-test-1.test: Test data on invalid character references
392            are added (cf. HTML5 revision 2138).
393    
394            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
395            revision 2138).
396    
397    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
398    
399            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
400            revision 1932).
401    
402    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
403    
404            * content-model-2.dat: Test data for |form=""| are added.
405    
406    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
407    
408            * content-model-1.dat: Test data for |fieldset| |legend| are added.
409    
410    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
411    
412            * content-model-2.dat: Test data for |form| |name| are added.
413    
414    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
415    
416            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
417            Test data for U+000B are added (cf. HTML5 revision 1738).
418    
419    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
420    
421            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
422            1738).
423    
424            * tree-test-1.dat: Test results updated.  New test data for the
425            treatement of U+000B are added (HTML5 revision 1738).
426    
427    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
428    
429            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
430            revision 1738).
431    
432    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
433    
434            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
435            revision 1738).
436    
437    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
438    
439            * content-checker.pl: Remove dedicated parser and adopt
440            testfiles.pl parser.
441    
442            * content-model-1.dat, content-model-2.dat: Typo fixed.
443    
444    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
445    
446            * content-model-1.dat: Test data for interactive contents are
447            added (cf. HTML5 revision 2018).
448    
449    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
450    
451            * content-model-2.dat: Add test data for accept-charset=""
452            attributes.
453    
454    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
455    
456            * langtag-1.dat: More test data from RFC 4646 are added.
457    
458    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
459    
460            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
461            are added.
462    
463    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
464    
465            * LangTag.t: Completely rewritten using |testfiles.pl|.
466    
467            * testfiles.pl: New script.
468    
469            * langtag-1.dat: Tests for case are added.
470    
471    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
472    
473            * ContentChecker.t: Atom tests are moved to another file.
474    
475            * ContentChecker-Atom.t, LangTag.t: New test scripts.
476    
477            * Makefile: Updated to invoke new test scripts.
478    
479            * langtag-1.dat: New test data file.
480    
481    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
482    
483            * ContentChecker.t: Test engine moved to another script.
484    
485            * content-checker.pl: New script.
486    
487    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
488    
489            * content-model-1.dat: Test results are updated.
490    
491            * content-model-2.dat: Tests for style="" are added.
492    
493    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
494    
495            * css-text.dat: Test data for pre-wrap updated.
496    
497    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
498    
499            * css-visual.dat: New test data for Firefox3's new 'width'
500            values.
501    
502    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
503    
504            * content-model-2.dat: A test case for NCR in charset=""
505            is added.
506    
507    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
508    
509            * tokenizer-test-3.dat: New test for MSE is added.
510    
511    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
512    
513            * HTML-tree.t: tokenizer-test-3.dat added.
514    
515            * tokenizer-test-3.dat: New test data.
516    
517    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
518    
519            * content-model-1.dat, content-model-7.dat: |a| is now
520            transparent (HTML5 revision 1963).
521    
522    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
523    
524            * content-model-7.dat: Typo fixed.
525    
526            * content-model-6.dat: Test data for data-UPPERCASE (now
527            disallowed) are added (HTML5 revision 1945).
528    
529    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
530    
531            * content-model-1.dat: Test data for |XSLT-compat|
532            added (HTML5 revision 2141).  A redundant test
533            entry is removed.
534    
535            * HTML-tree.t: Support for should-level errors.
536    
537    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
538    
539            * content-model-1.dat: Form test data are added (cf. HTML5
540            revisions 2142-2155).
541    
542    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
543    
544            * content-model-1.dat, content-model-2.dat: |event-source|
545            is renamed as |eventsource| (HTML5 revision 1863).
546    
547    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
548    
549            * content-model-2.dat: Uppercase letters are not allowed
550            as embed custom attributes (HTML5 revision 1946).
551    
552    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
553    
554            * tree-test-1.dat: Test data for after after frameset
555            insertion mode are added (cf. HTML5 revision 1909).
556    
557    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
558    
559            * content-model-2.dat, content-model-6.dat: Custom
560            attributes on |embed| and |data-*| attributes must
561            be XML compatible (HTML5 revision 1836).
562    
563    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
564    
565            * content-model-2.dat: xmlns="" on HTML elements that are
566            not the root of the HTML subtree are now allowed (HTML5
567            revision 1834).
568    
569    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
570    
571            * content-model-2.dat: Alternate style sheet element must
572            have a non-empty title attribute (HTML5 revision 1942).
573    
574    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
575    
576            * content-model-2.dat: A test data for wrong spelling of |irrelevant|
577            is added.
578    
579    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
580    
581            * content-model-1.dat, content-model-2.dat: Test data
582            for the |bb| element are added (cf. HTML5 revision 1894).
583    
584            * content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5
585            revision 2119).
586    
587            * content-model-7.dat: New test file.
588    
589    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
590    
591            * content-model-2.dat: <embed> w/o src="" is conforming (HTML5
592            revision 1929).
593    
594    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
595    
596            * content-model-2.dat: @autosubmit dropped (HTML5
597            revision 2019).
598    
599    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
600    
601            * content-model-4.dat: Some test data for <time> are added (c.f.
602            HTML5 revision 2094).
603    
604    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
605    
606            * ContentType.t: Support for image/svg+xml (HTML revision 2096).
607    
608    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
609    
610            * tokenizer-test-1.dat: '"' and "'" at the end of attribute
611            name (after another attribute) now raise parse error (HTML5
612            revision 2123).  Empty unquoted attribute is no
613            longer allowed (HTML5 revision 2122).
614    
615            * HTML-tokenizer.t: Hash keys were not sorted when dumped.
616    
617    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
618    
619            * HTML-tree.dat: tree-test-3.dat added.
620    
621            * tree-test-3.dat: Test data for definitionURL="" are added (cf.
622            HTML5 revision 2130).
623    
624    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
625    
626            * content-model-1.dat, content-model-2.dat: Test data updated
627            and added for HTML5 revision 2062 and so on (@lang and @xml:lang).
628    
629    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
630    
631            * CSS-Parser.t: Updated for latest version of the
632            Whatpm::CSS::Parser module.
633    
634            * css-1.dat, css-2.dat, css-3.dat, css-4.dat,
635            css-font.dat, css-generated.dat, css-interactive.dat,
636            css-paged.dat, css-table.dat, css-text.dat, css-visual.dat:
637            Test results updated.
638    
639    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
640    
641            * ContentChecker.t: Updated for latest version of the
642            Whatpm::ContentChecker module.
643    
644            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
645            content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
646            content-model-atom-2.dat, content-model-atom-threading-1.dat,
647            table-1.dat: Results updated.
648    
649    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
650    
651            * URIChecker.t: Error results updated.
652    
653    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
654    
655            * URIChecker.t: Test results updated to new error type names.
656    
657    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
658    
659            * WebIDL.t: Test data files for exceptions, typedefs,
660            and valuetypes are added to the list.
661    
662    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
663    
664            * WebIDL.t ($onerror): |value| argument value should be
665            checked as well as other argument values.
666    
667    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
668    
669            * WebIDL.t: Check whether |text| argument of the error
670            is correct or not.
671    
672    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
673    
674            * WebIDL.t: New test script.
675    
676            * webidl/: New directory.
677    
678    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
679    
680            * content-model-1.dat, content-model-2.dat: Test data are
681            updated and added for <map name=""> and <map id=""> (HTML5
682            revisions 1722 and 1728).
683    
684    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
685    
686            * content-model-1.dat: Test data for ruby are added (HTML5 revision
687            1704).
688    
689    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
690    
691            * tree-test-1.dat: Test data added for ruby parsing (HTML5 revision
692            1704).
693    
694    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
695    
696            * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format.
697    
698    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
699    
700            * content-model-6.dat: "data-" attribute is no longer allowed (HTML5
701            revision 1709).
702    
703            * content-model-2.dat: Add tests for rel=contact (cf. HTML5
704            revision 1711).
705    
706    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
707    
708            * ContentType.t: Test result related to UTF-32 updated (HTML5
709            revision 1701).
710    
711    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
712    
713            * content-model-2.dat: Test data on sizes="" are added (HTML5
714            revision 1558).
715    
716    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
717    
718            * content-model-1.dat: Test data on <datagrid> content model
719            are added (cf. HTML5 revision 1566).  Empty |datagrid| elements
720            are no longer in error.
721    
722    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
723    
724            * tree-test-1.dat: Test data on <noframes> are added (HTML5 revision
725            1692).
726    
727    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
728    
729            * tree-test-1.dat: Test data on <isindex/> are added (HTML5
730            revision 1697).
731    
732    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
733    
734            * tree-test-1.dat: Test data on EOF in foreign content insertion
735            mode are added (HTML5 revision 1693).  Test data on SVG camelCase
736            attributes are added (HTML5 revision 1700).  Test data on <textarea>
737            in <select> are added (HTML5 revision 1699).  Test data on HTML start
738            tags in foreign content insertion mode are added (HTML5 revision
739            1698).
740    
741            * content-model-1.dat, content-model-2.dat: Update test
742            results for <style> and <script>.
743    
744    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
745    
746            * content-model-2.dat: Test data on sandbox="" and seemless=""
747            are added (cf. HTML5 revision 1637 and 1643).
748    
749  2008-05-24  Wakaba  <wakaba@suika.fam.cx>  2008-05-24  Wakaba  <wakaba@suika.fam.cx>
750    
751          * ContentType.t: A fictional test data for image/vnd.microsoft.icon          * ContentType.t: A fictional test data for image/vnd.microsoft.icon

Legend:
Removed from v.1.227  
changed lines
  Added in v.1.349

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24