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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24