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

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.344

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24