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

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.345

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24