/[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.303 by wakaba, Tue Oct 14 05:58:26 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>  2008-10-14  Wakaba  <wakaba@suika.fam.cx>
225    
226          * HTML-tree.t: Test data file parser changed to the common one.          * HTML-tree.t: Test data file parser changed to the common one.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24