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

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.347

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24