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

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.356

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24