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

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.336

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24