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

Legend:
Removed from v.1.215  
changed lines
  Added in v.1.338

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24