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

Legend:
Removed from v.1.221  
changed lines
  Added in v.1.340

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24