/[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.125 by wakaba, Sun Jan 27 08:22:40 2008 UTC revision 1.341 by wakaba, Sun Jul 26 09:11:18 2009 UTC
# Line 1  Line 1 
1    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-2.dat: Fixed some wrong test results.
4    
5            * tree-test-form.dat, tree-test-phrasing.dat: Tests on </body>
6            after start tags of end-tag-optional element (cf. HTML5 revision
7            2806).
8    
9    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
10    
11            * tree-test-1.dat: Added tests for <table> in <p> (c.f. HTML5
12            revision 3132).
13    
14    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
15    
16            * tokenizer-test-1.test: Updated the result (c.f. HTML5 revision
17            3121).
18    
19    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
20            
21            * tree-test-1.dat: Added test on <keygen> in <select> (c.f. HTML5
22            revision 3163).
23    
24    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
25    
26            * tokenizer-test-1.test: < in unquoted attribute value is no
27            longer allowed (HTML5 revision 3206).
28    
29    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
30    
31            * tree-test-1.dat, tree-test-flow.dat: Updated test results on
32            isindex (c.f. HTML5 revision 3236).
33    
34    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
35    
36            * ContentChecker.t: Added new test data file.
37    
38    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
39    
40            * content-model-7.dat: Added an example from HTML5 spec.
41    
42    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
43    
44            * ContentChecker.t: Added new test data file.
45    
46    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
47    
48            * ContentChecker.t: Added new test data file.
49    
50    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
51    
52            * ContentChecker.t: Added new test data file.
53    
54    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
55    
56            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
57    
58    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
59    
60            * content-checker.pl: Use new XML parser for parsing test data.
61            Use NanoDOM instead of manakai DOM implementation.
62    
63    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
64    
65            * SWML-Parser.t: New test data files added.
66    
67    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
68    
69            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
70    
71    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
72    
73            * Makefile: A rule for SWML testing is added.
74    
75            * SWML-Parser.t: New file.
76    
77            * swml/: New directory.
78    
79    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
80    
81            * XML-Parser.t: "xml/attrs-2.dat" added.
82    
83    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
84    
85            * XML-Parser.t: "xml/entrefs-2.dat" added.
86    
87    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
88    
89            * XML-Parser.t: "xml/entrefs-1.dat" added.
90    
91    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
92    
93            * XML-Parser.t: "xml/eldecls-1.dat" added.
94    
95    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
96    
97            * XML-Parser.t: Typo fixed.
98    
99    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
100    
101            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
102            added.  Support for the "#entities" directive.
103    
104    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
105    
106            * XML-Parser.t: "xml/notations-1.dat" added.
107    
108    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
109    
110            * XML-Parser.t: "xml/attlists-1.dat" added.
111    
112    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
113    
114            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
115    
116    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
117    
118            * XML-Parser.t: "xml/doctypes-2.dat" added.
119    
120            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
121    
122    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
123    
124            * XML-Parser.t: "xml/ns-elements-1.dat" added.
125    
126    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
127    
128            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
129            Test directifes "#xml-version", "#xml-encoding", and
130            "#xml-standalone" are added.
131    
132    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
133    
134            * XML-Parser.t: "xml/charref-1.dat" added.
135    
136    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
137    
138            * XML-Parser.t: "xml/texts-1.dat" added.
139    
140            * tokenizer-test-2.dat: Test for ]]> are added.
141    
142    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
143    
144            * tree-test-foreign.dat: More test data are added.
145    
146    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
147    
148            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
149            added.
150    
151    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
152    
153            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
154    
155    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
156    
157            * xml/: New directory.
158    
159            * Makefile: Tests for Whatpm::XML::Parser are added.
160    
161            * HTML-tree.t: Change the relative order of codes.
162    
163            * XML-Parser.t: New test script.
164    
165    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
168    
169    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
170    
171            * tree-test-phrasing.dat: Wrong test results fixed.
172    
173            * tree-test-foreign.dat: New tests added.
174    
175            * testfiles.pl: "#..." line at the end of a test entry was not
176            supported.
177    
178            * HTML-tree.t: Show the "#data" content in "no #errors" error
179            message.
180    
181            * tokenizer-test-2.dat: A wrong test result fixed.
182    
183    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML-tree.t: Test result format for oreign element/attribute
186            names are updated to the latest one for html5lib tests.  Append a
187            newline to the expected result only when it is not an empty
188            string, for comparablity with the actual result.
189    
190            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
191            tree-test-3.dat: Test results for foreign elements are updated.
192    
193    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
196            format for html5lib tests.
197    
198            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
199            <!DOCTYPE> are updated.
200    
201    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
202    
203            * HTML-tree.t: Test data file parser changed to the common one.
204    
205    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
206    
207            * tokenizer-test-2.dat: A test result was wrong.
208    
209    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
210    
211            * content-model-1.dat: Some entries moved to
212            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
213            dom-conformance/html-links-1.dat,
214            dom-conformance/html-objects-1.dat, and
215            dom-conformance/html-interactive-1.dat.
216    
217            * content-model-2.dat: Removed (moved to
218            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
219            dom-conformance/html-links-1.dat,
220            dom-conformance/html-objects-1.dat,
221            dom-conformance/html-interactive-1.dat, and
222            dom-conformance/html-flows-1.dat).
223    
224            * content-model-3.dat: Removed (moved to
225            dom-conformance/xml-global.dat).
226    
227            * content-model-4.dat: Removed (moved to
228            dom-conformance/html-texts-1.dat and
229            dom-conformance/html-links-1.dat).
230    
231            * content-model-5.dat: Removed (moved to
232            dom-conformance/html-flows-1.dat).
233    
234            * content-model-6.dat: Removed (moved to
235            dom-conformance/html-dataset.dat).
236    
237            * ContentChecker.t: References to the removed files removed and
238            references to new files added.
239    
240            * ContentChecker-XML.t: New script.
241    
242            * Makefile: Updated.
243    
244    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
245    
246            * content-model-2.dat: Repetition model test is moved to another
247            file.  A wrong test result fixed.  Broken test entries fixed.
248            <area rev> is now reported as "unknown attribute", since RDFa spec
249            adds that attribute to all elements with the Common attribute set.
250            Note that we have no plan to support RDFa, at the moment.
251    
252    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
253    
254            * ContentChecker.t: New files added.
255    
256            * content-model-1.dat, content-model-2.dat: Numbers of test
257            entries are moved to other files.
258    
259    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
260    
261            * content-model-1.dat, content-model-2.dat: Test results on
262            |label| contents fixed.
263    
264            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
265    
266            * dom-conformance/: New directory.
267    
268    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
269    
270            * HTML-tree.t: New test files added.
271    
272            * Makefile: New test files added.
273    
274    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
275    
276            * tree-test-1.dat: Test results updated and new tests added on the
277            boundaries of Text nodes (HTML5 revision 2124).
278    
279    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
280    
281            * tree-test-form.dat: New test data file.
282    
283            * HTML-tree.t: |tree-test-form.dat| added.
284    
285            * tree-test-1.dat: Test results related to <option> and <optgroup>
286            are updated (cf. HTML5 revision 2128).
287    
288    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
289    
290            * tree-test-foreign.dat: New test data file.
291    
292            * HTML-tree.t: |tree-test-foreign.dat| added.
293    
294    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
295    
296            * tree-test-void.dat: Test on unmatched void end tag added (cf.
297            HTML5 revision 1731).
298    
299            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
300            revision 1731).
301    
302    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
303    
304            * tree-test-void.dat: Test on |param| and |source| start tags are
305            added, as well as test on polytheistic slashes for new void
306            elements (HTML5 revision 1731).
307    
308    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
309    
310            * tree-test-flow.dat: Test on implied end tag before <p> start tag
311            are added (HTML5 revision 1731).
312    
313    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
314    
315            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
316    
317            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
318            are added.
319    
320    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
321    
322            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
323    
324            * HTML-tree.t: |tree-test-void.dat| added.
325    
326            * tree-test-1.dat: Test on <listing> as a "special" element are
327            added.  Test on implied |option| and |optgroup| end tags are added
328            (cf. HTML5 revision 1731).
329    
330    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
331    
332            * tree-test-1.dat: Test related to "special", "formatting",
333            "scoping", and "phrasing" categories are added (cf. HTML5 revision
334            1778).
335    
336    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
337    
338            * ContentType.t: More test cases on BOM are added.  Some test
339            results updated according to HTML5 revision 1927.  Tests on the
340            returned values in the list context are added.
341    
342    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
343    
344            * content-model-2.dat: Test data on |for=""| attribute are added.
345    
346    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
347    
348            * tokenizer-test-1.test: Test data on invalid character references
349            are added (cf. HTML5 revision 2138).
350    
351            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
352            revision 2138).
353    
354    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
355    
356            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
357            revision 1932).
358    
359    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
360    
361            * content-model-2.dat: Test data for |form=""| are added.
362    
363    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
364    
365            * content-model-1.dat: Test data for |fieldset| |legend| are added.
366    
367    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
368    
369            * content-model-2.dat: Test data for |form| |name| are added.
370    
371    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
372    
373            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
374            Test data for U+000B are added (cf. HTML5 revision 1738).
375    
376    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
377    
378            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
379            1738).
380    
381            * tree-test-1.dat: Test results updated.  New test data for the
382            treatement of U+000B are added (HTML5 revision 1738).
383    
384    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
385    
386            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
387            revision 1738).
388    
389    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
390    
391            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
392            revision 1738).
393    
394    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
395    
396            * content-checker.pl: Remove dedicated parser and adopt
397            testfiles.pl parser.
398    
399            * content-model-1.dat, content-model-2.dat: Typo fixed.
400    
401    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
402    
403            * content-model-1.dat: Test data for interactive contents are
404            added (cf. HTML5 revision 2018).
405    
406    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
407    
408            * content-model-2.dat: Add test data for accept-charset=""
409            attributes.
410    
411    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
412    
413            * langtag-1.dat: More test data from RFC 4646 are added.
414    
415    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
416    
417            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
418            are added.
419    
420    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
421    
422            * LangTag.t: Completely rewritten using |testfiles.pl|.
423    
424            * testfiles.pl: New script.
425    
426            * langtag-1.dat: Tests for case are added.
427    
428    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
429    
430            * ContentChecker.t: Atom tests are moved to another file.
431    
432            * ContentChecker-Atom.t, LangTag.t: New test scripts.
433    
434            * Makefile: Updated to invoke new test scripts.
435    
436            * langtag-1.dat: New test data file.
437    
438    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
439    
440            * ContentChecker.t: Test engine moved to another script.
441    
442            * content-checker.pl: New script.
443    
444    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
445    
446            * content-model-1.dat: Test results are updated.
447    
448            * content-model-2.dat: Tests for style="" are added.
449    
450    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
451    
452            * css-text.dat: Test data for pre-wrap updated.
453    
454    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
455    
456            * css-visual.dat: New test data for Firefox3's new 'width'
457            values.
458    
459    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
460    
461            * content-model-2.dat: A test case for NCR in charset=""
462            is added.
463    
464    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
465    
466            * tokenizer-test-3.dat: New test for MSE is added.
467    
468    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
469    
470            * HTML-tree.t: tokenizer-test-3.dat added.
471    
472            * tokenizer-test-3.dat: New test data.
473    
474    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
475    
476            * content-model-1.dat, content-model-7.dat: |a| is now
477            transparent (HTML5 revision 1963).
478    
479    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
480    
481            * content-model-7.dat: Typo fixed.
482    
483            * content-model-6.dat: Test data for data-UPPERCASE (now
484            disallowed) are added (HTML5 revision 1945).
485    
486    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
487    
488            * content-model-1.dat: Test data for |XSLT-compat|
489            added (HTML5 revision 2141).  A redundant test
490            entry is removed.
491    
492            * HTML-tree.t: Support for should-level errors.
493    
494    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
495    
496            * content-model-1.dat: Form test data are added (cf. HTML5
497            revisions 2142-2155).
498    
499    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
500    
501            * content-model-1.dat, content-model-2.dat: |event-source|
502            is renamed as |eventsource| (HTML5 revision 1863).
503    
504    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
505    
506            * content-model-2.dat: Uppercase letters are not allowed
507            as embed custom attributes (HTML5 revision 1946).
508    
509    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
510    
511            * tree-test-1.dat: Test data for after after frameset
512            insertion mode are added (cf. HTML5 revision 1909).
513    
514    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
515    
516            * content-model-2.dat, content-model-6.dat: Custom
517            attributes on |embed| and |data-*| attributes must
518            be XML compatible (HTML5 revision 1836).
519    
520    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
521    
522            * content-model-2.dat: xmlns="" on HTML elements that are
523            not the root of the HTML subtree are now allowed (HTML5
524            revision 1834).
525    
526    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
527    
528            * content-model-2.dat: Alternate style sheet element must
529            have a non-empty title attribute (HTML5 revision 1942).
530    
531    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
532    
533            * content-model-2.dat: A test data for wrong spelling of |irrelevant|
534            is added.
535    
536    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
537    
538            * content-model-1.dat, content-model-2.dat: Test data
539            for the |bb| element are added (cf. HTML5 revision 1894).
540    
541            * content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5
542            revision 2119).
543    
544            * content-model-7.dat: New test file.
545    
546    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
547    
548            * content-model-2.dat: <embed> w/o src="" is conforming (HTML5
549            revision 1929).
550    
551    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
552    
553            * content-model-2.dat: @autosubmit dropped (HTML5
554            revision 2019).
555    
556    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
557    
558            * content-model-4.dat: Some test data for <time> are added (c.f.
559            HTML5 revision 2094).
560    
561    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
562    
563            * ContentType.t: Support for image/svg+xml (HTML revision 2096).
564    
565    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
566    
567            * tokenizer-test-1.dat: '"' and "'" at the end of attribute
568            name (after another attribute) now raise parse error (HTML5
569            revision 2123).  Empty unquoted attribute is no
570            longer allowed (HTML5 revision 2122).
571    
572            * HTML-tokenizer.t: Hash keys were not sorted when dumped.
573    
574    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
575    
576            * HTML-tree.dat: tree-test-3.dat added.
577    
578            * tree-test-3.dat: Test data for definitionURL="" are added (cf.
579            HTML5 revision 2130).
580    
581    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
582    
583            * content-model-1.dat, content-model-2.dat: Test data updated
584            and added for HTML5 revision 2062 and so on (@lang and @xml:lang).
585    
586    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
587    
588            * CSS-Parser.t: Updated for latest version of the
589            Whatpm::CSS::Parser module.
590    
591            * css-1.dat, css-2.dat, css-3.dat, css-4.dat,
592            css-font.dat, css-generated.dat, css-interactive.dat,
593            css-paged.dat, css-table.dat, css-text.dat, css-visual.dat:
594            Test results updated.
595    
596    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
597    
598            * ContentChecker.t: Updated for latest version of the
599            Whatpm::ContentChecker module.
600    
601            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
602            content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
603            content-model-atom-2.dat, content-model-atom-threading-1.dat,
604            table-1.dat: Results updated.
605    
606    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
607    
608            * URIChecker.t: Error results updated.
609    
610    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
611    
612            * URIChecker.t: Test results updated to new error type names.
613    
614    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
615    
616            * WebIDL.t: Test data files for exceptions, typedefs,
617            and valuetypes are added to the list.
618    
619    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
620    
621            * WebIDL.t ($onerror): |value| argument value should be
622            checked as well as other argument values.
623    
624    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
625    
626            * WebIDL.t: Check whether |text| argument of the error
627            is correct or not.
628    
629    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
630    
631            * WebIDL.t: New test script.
632    
633            * webidl/: New directory.
634    
635    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
636    
637            * content-model-1.dat, content-model-2.dat: Test data are
638            updated and added for <map name=""> and <map id=""> (HTML5
639            revisions 1722 and 1728).
640    
641    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
642    
643            * content-model-1.dat: Test data for ruby are added (HTML5 revision
644            1704).
645    
646    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
647    
648            * tree-test-1.dat: Test data added for ruby parsing (HTML5 revision
649            1704).
650    
651    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
652    
653            * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format.
654    
655    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
656    
657            * content-model-6.dat: "data-" attribute is no longer allowed (HTML5
658            revision 1709).
659    
660            * content-model-2.dat: Add tests for rel=contact (cf. HTML5
661            revision 1711).
662    
663    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
664    
665            * ContentType.t: Test result related to UTF-32 updated (HTML5
666            revision 1701).
667    
668    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
669    
670            * content-model-2.dat: Test data on sizes="" are added (HTML5
671            revision 1558).
672    
673    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
674    
675            * content-model-1.dat: Test data on <datagrid> content model
676            are added (cf. HTML5 revision 1566).  Empty |datagrid| elements
677            are no longer in error.
678    
679    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
680    
681            * tree-test-1.dat: Test data on <noframes> are added (HTML5 revision
682            1692).
683    
684    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
685    
686            * tree-test-1.dat: Test data on <isindex/> are added (HTML5
687            revision 1697).
688    
689    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
690    
691            * tree-test-1.dat: Test data on EOF in foreign content insertion
692            mode are added (HTML5 revision 1693).  Test data on SVG camelCase
693            attributes are added (HTML5 revision 1700).  Test data on <textarea>
694            in <select> are added (HTML5 revision 1699).  Test data on HTML start
695            tags in foreign content insertion mode are added (HTML5 revision
696            1698).
697    
698            * content-model-1.dat, content-model-2.dat: Update test
699            results for <style> and <script>.
700    
701    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
702    
703            * content-model-2.dat: Test data on sandbox="" and seemless=""
704            are added (cf. HTML5 revision 1637 and 1643).
705    
706    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
707    
708            * ContentType.t: A fictional test data for image/vnd.microsoft.icon
709            are added (cf. HTML5 revision 1676).
710    
711    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
712    
713            * tokenizer-test-2.dat: New test data on truncated doctypes (c.f.
714            HTML5 revision 1685).
715    
716    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
717    
718            * tokenizer-test-1.test: New test data on EOF in tags are added
719            to cover changes in HTML5 revision 1684.
720    
721    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
722    
723            * tree-test-1.dat: Test data related to changes in HTML5
724            revision 1686 are added.
725    
726    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
727    
728            * content-model-2.dat: Test data for charset="" attribute
729            are added.
730    
731    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
732    
733            * content-model-2.dat: Test data for pixeldata="" attribute
734            are added (HTML5 revision 1629).
735    
736    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
737    
738            * content-model-2.dat: Boolean attributes now allow uppercase
739            letters (HTML5 revision 1572).
740    
741    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
742    
743            * content-model-2.dat: Test data for td/@headers are added.
744    
745    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
746    
747            * content-model-2.dat: Test data for table/@cellpadding,
748            table/@cellspacing, @charoff, and script/@langauge are added.
749    
750    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
751    
752            * content-model-1.dat, content-model-2.dat: New test data
753            for meta refresh; some test results updated.  Duplicate
754            meta http-equiv="" are now non-conforming.
755    
756    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
757    
758            * table-1.dat: Test data updated and some new test data
759            added for new requirements (HTML5 revisions 1387 and 1388).
760    
761    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
762    
763            * ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding
764            are no longer safe; test data for them are added (HTML5 revision 1288).
765    
766    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
767    
768            * ContentType.t: Test data of HTML with BOM are added (c.f.
769            HTML5 revision 1282).
770    
771    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
772    
773            * content-model-2.dat: Test data for repeat* global attributes
774            are added.
775    
776    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
777    
778            * content-model-2.dat: Test data for |repeat-max=""|
779            and |repeat-start=""| attributes are added.
780    
781    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
782    
783            * content-model-2.dat: Test data for repetition template attributes
784            are added.
785    
786    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
787    
788            * content-model-2.dat: Test data for data template attributes are
789            added.
790    
791    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
792    
793            * content-model-1.dat: Test data for <font> context are added.
794    
795    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
796    
797            * content-model-4.dat: Terms no longer have to be unique (HTML5
798            revision 1467).
799    
800            * content-model-2.dat: Tests for |onstorage| attribute
801            are added (HTML5 revision 1495).  Fix test results
802            for unknown elements and attributes in the HTML namespace.
803    
804    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
805    
806            * content-model-1.dat, content-model-2.dat: Test results
807            related to browsing context name or keyword are revised
808            and added (HTML5 revision 1470 and 1471).
809    
810    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
811    
812            * HTML-tokenizer.t: Raise a parse error if there are disallowed
813            character (for compatibility with existing html5lib test data).
814    
815            * tokenizer-test-1.test: Some test results are updated with
816            regard to parse errors on disallowed characters.
817    
818            * tokenizer-test-2.dat: Test data for disallowed characters
819            are added (HTML5 revision 1263).
820    
821    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
822    
823            * HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib
824            new test files.
825    
826    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
827    
828            * content-model-2.dat: Test data updated and added for
829            global |xmlns| attributes (HTML5 revision 1426).
830    
831    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
832    
833            * HTML-tokenizer.t: Remove "self-closing flag" if the start
834            tag token is that of a slash permitted element (This is necessary
835            to maintain compatibility with current test data, since in the
836            new algorithm whether slash is permitted or not is decided in
837            tree construction stage).
838    
839    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
840    
841            * content-model-6.dat: New test data file.  Test data for
842            HTML custom data attributes (HTML5 revision 1399) are added.
843    
844            * ContentChecker.t: New test file |content-model-6.dat| is added.
845    
846    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
847    
848            * content-model-1.dat, content-model-2.dat: s/prose/flow/g.
849    
850    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
851    
852            * content-model-2.dat: Test data on |rev| attribute are added.
853    
854    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
855    
856            * content-model-2.dat: Some test results were wrong.
857    
858    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
859    
860            * content-model-2.dat: Test data on more HTML4 attributes
861            are added.
862    
863    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
864    
865            * content-model-2.dat: Test data on more HTML4 attributes
866            are added.
867    
868    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
869    
870            * content-model-2.dat: Test data on numbers of HTML4 deprecated
871            attributes are added.
872    
873    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
874    
875            * content-model-2.dat: Test data on |@profile| and |@version| are
876            added.
877    
878    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
879    
880            * content-model-1.dat: Now we support RDF.
881    
882            * content-model-2.dat: Test data on |@accesskey| attribute
883            are added.
884    
885    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
886    
887            * tokenizer-test-2.dat: A test from #whatwg is added.
888    
889    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
890    
891            * content-model-atom-1.dat: New test data are added.
892    
893            * content-model-atom-2.dat: New test data are
894            added from Atom test suite.
895    
896    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
897    
898            * content-model-atom-threading-1.dat: New test data
899            on |thr:total| element are added
900    
901    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
902    
903            * ContentChecker.t: |content-model-atom-threading-1.dat|
904            added.
905    
906            * content-model-atom-threading-1.dat: New test file.
907    
908    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
909    
910            * ContentCheker.t: Replace dummy error type for subdoc
911            checking invocations to ";SUBDOC".
912    
913            * content-model-1.dat, content-model-2.dat: Test
914            results revised to support the aforementioned change.
915    
916            * content-model-atom-1.dat: Test results revised
917            so that |type=html| in Text construct is now
918            tested whether the subdoc code is invoked.
919    
920    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
921    
922            * content-model-atom-1.dat: Test data on cases of
923            missing |atom:summary| in |atom:entry| are added.
924    
925    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
926    
927            * content-model-1.dat: Some test results were incorrect, again... orz
928    
929    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
930    
931            * content-model-1.dat: Some test results are fixed.
932    
933            * content-model-atom-1.dat: Some test results are fixed.
934            Test data for |atom:author| for |atom:feed| are added.
935    
936    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
937    
938            * content-model-atom-1.dat: Test data for |atom:author|
939            for |atom:feed| are added.
940    
941    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
942    
943            * content-model-1.dat: Some test results related on |atom:entry|
944            are fixed.
945    
946            * content-model-atom-1.dat: Test data for |atom:author|
947            for |atom:entry| are added.
948    
949    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
950    
951            * content-model-1.dat: Test data for |center|, |dir|, and |basefont|
952            are added.
953    
954    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
955    
956            * content-model-2.dat: |contenteditable=""| tests are added.
957    
958    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
959    
960            * tree-test-1.dat, tree-test-2.dat: Test results are updated
961            with some test data additions.
962    
963    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
964    
965            * tree-test-1.dat, tree-test-2.dat: Test data on end-of-file
966            are added (c.f. HTML5 revision 1348).
967    
968    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
969    
970            * tree-test-1.dat: Test data on |applet| are added (HTML5 revision
971            1347).
972    
973    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
974    
975            * tree-test-1.dat: Test data on foster parenting in AAA
976            are added (HTML5 revision 1343).
977    
978    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
979    
980            * tree-test-1.dat: Test data on <input> in <select> and <select>
981            in table are added (HTML5 revision 1342).
982    
983    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
984    
985            * tree-test-1.dat: Test data on <script> or <style>
986            in <table> are added.
987    
988    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
989    
990            * tree-test-1.dat, tree-test-2.dat: Test data on white space
991            between <html> and <head> are added (HTML5 revision 1332).
992    
993    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
994    
995            * tree-test-1.dat: More tests are added for foster parenting (HTML5
996            revision 1331 and so on).
997    
998    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
999    
1000            * tree-test-1.dat, tree-test-2.dat: Tests on \u000A at
1001            the first of <textarea>, <pre>, and <listing> are
1002            added (c.f. HTML5 revision 1330).
1003    
1004    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
1005    
1006            * tree-test-1.dat: A test data on <title> in <table>
1007            are added.
1008    
1009            * tree-test-2.dat: Test results updated (HTML5 revision 1328).
1010    
1011    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
1012    
1013            * tree-test-1.dat: Test data for tainted space in tables are
1014            added (HTML5 revision 1326).
1015    
1016    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
1017    
1018            * tree-test-1.dat: Tests for </form> are added (HTML5 revision 1320).
1019    
1020    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
1021    
1022            * tree-test-1.dat, tree-test-2.dat: More <html> test
1023            cases are added (HTML5 revision 1314).
1024    
1025    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
1026    
1027            * HTML-tree.t: Support for \Uhhhhhhhh escapes.  Support for
1028            dumping PUBLIC and SYSTEM identifiers of DOCTYPE tokens.
1029    
1030            * tree-test-1.dat, tree-test-2.dat: More test data for previously
1031            uncovered cases are added.  Some error descriptions are revised.
1032    
1033    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
1034    
1035            * tree-test-1.dat: More test data for previously uncovered
1036            cases are added.
1037    
1038    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
1039    
1040            * tree-test-1.dat: More test data for previously uncovered
1041            cases are added.
1042    
1043    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
1044    
1045            * tree-test-1.dat: Missing tests from the initial stage are added.
1046    
1047    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
1048    
1049            * HTML-tokenizer.t: Ignore tree-construction phase and set_inner_html
1050            checkpoints.
1051    
1052    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
1053    
1054            * tokenizer-test-1.test: New test data are added to cover
1055            all possible cases.
1056    
1057            * HTML-tree.t: Support for test coverage.
1058    
1059    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
1060    
1061            * HTML-tokenizer.t: Support for test coverage caluclation.
1062    
1063    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
1064    
1065            * HTML-tokenizer.t: s/_input_character/_input_char/g for simplicity.
1066    
1067    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
1068    
1069            * HTML-tokenizer.t: s/correct/force-quirks/.
1070    
1071    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
1072    
1073            * tokenizer-test-1.test: New tests on trailing garbage
1074            after SYSTEM literal (HTML5 revision 1306) are added.
1075    
1076    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
1077    
1078            * tokenizer-test-1.test: Tests for |<span ===>| is added (HTML5
1079            revision 1292).  Tests for & at the end of attribute value
1080            are added (HTML5 revision 1296).  Tests for bogus comments
1081            are added (HTML5 revision 1297).  Tests for |=| in
1082            unquoted attribute values are added (HTML5 revision 1299).
1083            Tests for single or double quotes in unquoted attribute
1084            values or attribute names and tests for missing spaces
1085            between attributes are added (HTML5 revision 1303).
1086    
1087    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
1088    
1089            * content-model-atom-1.dat: New test data are added.
1090    
1091    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
1092    
1093            * content-model-1.dat: Test data for |<area>| are added.
1094    
1095            * content-model-2.dat: Test data for |<img ismap>| are added.
1096    
1097    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
1098    
1099            * content-model-1.dat: |address| content model tests
1100            are added.
1101    
1102    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
1103    
1104            * tokenizer-test-1.test: Updated (HTML5 recision 1286).
1105    
1106            * content-model-2.dat: Updated (HTML5 revision 1275).
1107    
1108    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
1109    
1110            * content-model-1.dat: Test data for |header| and |footer|
1111            exclusions of sectioning contents are added (c.f. HTML5
1112            revision 1250).
1113    
1114    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
1115    
1116            * content-model-1.dat: Figure caption is now optional (HTML5
1117            revision 1240).  Add test data for |ol reversed| (HTML5
1118            revision 1248).
1119    
1120    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
1121    
1122            * content-model-2.dat: Test data for |acronym|, |big|, |tt|, |s|,
1123            |strike|, and |u| are added.
1124    
1125    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
1126    
1127            * content-model-1.dat, content-model-2.dat: Some test
1128            results are updated.  New test data on non-standard
1129            attributes are added.  Note that some test results do
1130            still need to be updated.
1131    
1132    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
1133    
1134            * content-model-1.dat: Some test results on |meta|
1135            in |noscript| are updated.
1136    
1137    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
1138    
1139            * content-model-1.dat: Some test results are updated.
1140            New tests for |details| are added.
1141    
1142    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
1143    
1144            * content-model-1.dat: Some test results are fixed.
1145            New tests for |video| and |audio| are added.
1146    
1147    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
1148    
1149            * content-model-1.dat: New test data for |object| transparentness
1150            are added.
1151    
1152    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
1153    
1154            * content-model-1.dat, content-model-2.dat: Wrong "significant"
1155            errors are removed.
1156    
1157    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
1158    
1159            * content-model-1.dat: New test data for |object| are added.
1160    
1161    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
1162    
1163            * content-model-1.dat: New test data for |mark| are added (HTML5
1164            revision 1232).
1165    
1166    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
1167    
1168            * content-model-2.dat: |alt=""| test results revised.
1169    
1170            * content-model-1.dat: |<img/>|s in tests are revised so
1171            that they are conforming.
1172    
1173    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
1174    
1175            * content-model-1.dat: Test results corrected.
1176    
1177    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
1178    
1179            * content-model-1.dat: New test data for |<figure>| are added.
1180            Some test data are corrected.
1181    
1182    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
1183    
1184            * content-model-1.dat: New test data for |<noscript>|
1185            in |<head>|.
1186    
1187    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
1188    
1189            * content-model-1.dat: More test on |<meta http-equiv=Content-Type>|
1190            are added.
1191    
1192    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
1193    
1194            * content-model-1.dat, content-model-2.dat: Updated.
1195    
1196    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
1197    
1198            * content-model-1.dat: Updated.
1199    
1200    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
1201    
1202            * content-model-1.dat, content-model-2.dat, content-model-4.dat,
1203            content-model-5.dat: Error result revised.
1204    
1205    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
1206    
1207            * content-model-1.dat, content-model-2.dat, content-model-5.dat:
1208            Test results are updated; new tests are added.
1209    
1210    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
1211    
1212            * ContentChecker.t: Tentative support for subdoc mode.
1213    
1214            * tree-test-1.dat: Some tests are added from #whatwg.
1215    
1216    2008-02-11  Wakaba  <wakaba@suika.fam.cx>
1217    
1218            * css-text.dat: Test data for 'writing-mode' and 'text-anchor'
1219            are added.
1220    
1221            * CSS-Parser-1.t: New properties are added.
1222    
1223    2008-02-11  Wakaba  <wakaba@suika.fam.cx>
1224    
1225            * css-4.dat: New test file.
1226    
1227            * CSS-Parser-1.t: |css-4.dat| added.  Support for '@charset'
1228            and '@import'.
1229    
1230    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
1231    
1232            * CSS-Parser-1.t (get_parser): Call |init|.
1233    
1234    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
1235    
1236            * css-3.dat: New test file.
1237    
1238            * CSS-Parser-1.t: |css-3.dat| is added.  '-moz-pre-wrap' added.
1239            Typo for 'collapse' value fixed.  Support for '@namespace'
1240            serialization.
1241    
1242            * css-1.dat: New test data for selectors parsing.
1243    
1244            * css-font.dat: Error locations for 'u' errors are corrected.
1245    
1246            * css-table.dat: Test data for 'border-collapse' are added.
1247    
1248            * css-text.dat: Test data for '-moz-pre-wrap' are added.
1249    
1250            * css-visual.dat: Test data for 'background-position' are added.
1251    
1252    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
1253    
1254            * css-2.dat, css-font.dat: s/unsupported/u/g;
1255    
1256    2008-02-08  Wakaba  <wakaba@suika.fam.cx>
1257    
1258            * css-2.dat: New test data.
1259    
1260            * CSS-Parser-1.t: |css-2.dat| added.  Support for |@media|.
1261    
1262    2008-02-08  Wakaba  <wakaba@suika.fam.cx>
1263    
1264            * CSS-MediaQuery.t, mq-1.dat: New files.
1265    
1266    2008-02-03  Wakaba  <wakaba@suika.fam.cx>
1267    
1268            * CSS-Parser-1.t: Typo fixed.  New properties added.
1269    
1270            * css-font.dat, css-table.dat, css-paged.dat, css-generated.dat,
1271            css-visual.dat: New test data for
1272            newly supported properties are added.
1273    
1274    2008-02-02  Wakaba  <wakaba@suika.fam.cx>
1275    
1276            * CSS-Parser-1.t: 'clip' added.
1277    
1278            * css-visual.t: New test data for 'clip' are added.
1279    
1280    2008-01-30  Wakaba  <wakaba@suika.fam.cx>
1281    
1282            * css-generated.dat: New test data for 'counter-increment', 'content',
1283            and 'counter-reset' are added.
1284    
1285            * CSS-Parser-1.t: 'counter-reset' and 'counter-increment'
1286            are added.
1287    
1288    2008-01-28  Wakaba  <wakaba@suika.fam.cx>
1289    
1290            * CSS-Parser-1.t: 'content' added to the list of supported
1291            property and the list of initial values.
1292    
1293            * css-generated.dat: Tests for 'content' are added.
1294    
1295    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
1296    
1297            * CSS-Parser-1.t: Loads test files as UTF-8.
1298    
1299            * css-generated.dat: Semi-real-world test data for 'quotes' are added.
1300    
1301    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
1302    
1303            * CSS-Parser-1.t: 'quotes' added.
1304    
1305            * css-generated.dat: Test data for 'quotes' are added.
1306    
1307    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
1308    
1309            * CSS-Parser-1.t: 'overflow-x' and 'overflow-y' are added.
1310    
1311            * css-visual.dat: New test data for 'overflow', 'overflow-x',
1312            and 'overflow-y' are added.
1313    
1314  2008-01-27  Wakaba  <wakaba@suika.fam.cx>  2008-01-27  Wakaba  <wakaba@suika.fam.cx>
1315    
1316          * css-visual.dat: New test data for 'opacity' and '-moz-opacity'          * css-visual.dat: New test data for 'opacity' and '-moz-opacity'

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.341

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24