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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24