/[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.353 by wakaba, Sat Sep 5 09:26:55 2009 UTC
# Line 1  Line 1 
1    2009-09-05  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tokenizer-test-1.test: Added test cases for "comment end bang
4            state" (HTML5 revision 3191).
5    
6    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
7    
8            * ContentChecker.t: Added a new test data file.
9    
10    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
11    
12            * ContentChecker.t: Added a new test data file.
13    
14    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
15    
16            * content-model-7.dat: The |bb| element has been removed from the
17            spec so that relevant test results are changed (HTML5 revision
18            3621).
19    
20    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
21    
22            * tree-test-1.dat: Added tests for about:legacy-compat and changed
23            test results for XSLT-compat (HTML5 revision 2725).
24    
25    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
26    
27            * tree-test-form.dat: Added tests for <script> elements in
28            <select> and <select> in <table> (HTML5 revision 2500).
29    
30    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
31    
32            * tokenizer-test-1.test: "<" in attribute names are now parse
33            errors (HTML5 revision 3354).
34    
35    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
36    
37            * tree-test-1.dat: Changed test results for </br> in the after
38            head parsing mode (HTML5 revision 2586).
39    
40    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
41    
42            * tree-test-foreign.dat: Added tests for <font> in SVG (cf. HTML5
43            revision 2590).
44    
45    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
46    
47            * tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat,
48            tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat,
49            tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat:
50            DOCTYPE names are now normalized to its lowercased form (HTML5
51            revision 2502).
52    
53    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
54    
55            * tree-test-form.dat: Added test cases for <select> in "in select"
56            parsing modes.
57    
58    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
59    
60            * tree-test-foreign.dat: Added xmlns:xlink test cases (cf. HTML5
61            revision 2701).
62    
63    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
64    
65            * tree-test-2.dat: Fixed some wrong test results.
66    
67            * tree-test-form.dat, tree-test-phrasing.dat: Tests on </body>
68            after start tags of end-tag-optional element (cf. HTML5 revision
69            2806).
70    
71    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
72    
73            * tree-test-1.dat: Added tests for <table> in <p> (c.f. HTML5
74            revision 3132).
75    
76    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
77    
78            * tokenizer-test-1.test: Updated the result (c.f. HTML5 revision
79            3121).
80    
81    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
82            
83            * tree-test-1.dat: Added test on <keygen> in <select> (c.f. HTML5
84            revision 3163).
85    
86    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
87    
88            * tokenizer-test-1.test: < in unquoted attribute value is no
89            longer allowed (HTML5 revision 3206).
90    
91    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
92    
93            * tree-test-1.dat, tree-test-flow.dat: Updated test results on
94            isindex (c.f. HTML5 revision 3236).
95    
96    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
97    
98            * ContentChecker.t: Added new test data file.
99    
100    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
101    
102            * content-model-7.dat: Added an example from HTML5 spec.
103    
104    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
105    
106            * ContentChecker.t: Added new test data file.
107    
108    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
109    
110            * ContentChecker.t: Added new test data file.
111    
112    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
113    
114            * ContentChecker.t: Added new test data file.
115    
116    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
117    
118            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
119    
120    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
121    
122            * content-checker.pl: Use new XML parser for parsing test data.
123            Use NanoDOM instead of manakai DOM implementation.
124    
125    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
126    
127            * SWML-Parser.t: New test data files added.
128    
129    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
130    
131            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
132    
133    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
134    
135            * Makefile: A rule for SWML testing is added.
136    
137            * SWML-Parser.t: New file.
138    
139            * swml/: New directory.
140    
141    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
142    
143            * XML-Parser.t: "xml/attrs-2.dat" added.
144    
145    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
146    
147            * XML-Parser.t: "xml/entrefs-2.dat" added.
148    
149    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
150    
151            * XML-Parser.t: "xml/entrefs-1.dat" added.
152    
153    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
154    
155            * XML-Parser.t: "xml/eldecls-1.dat" added.
156    
157    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
158    
159            * XML-Parser.t: Typo fixed.
160    
161    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
162    
163            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
164            added.  Support for the "#entities" directive.
165    
166    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
167    
168            * XML-Parser.t: "xml/notations-1.dat" added.
169    
170    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
171    
172            * XML-Parser.t: "xml/attlists-1.dat" added.
173    
174    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
175    
176            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
177    
178    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
179    
180            * XML-Parser.t: "xml/doctypes-2.dat" added.
181    
182            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
183    
184    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
185    
186            * XML-Parser.t: "xml/ns-elements-1.dat" added.
187    
188    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
189    
190            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
191            Test directifes "#xml-version", "#xml-encoding", and
192            "#xml-standalone" are added.
193    
194    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
195    
196            * XML-Parser.t: "xml/charref-1.dat" added.
197    
198    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
199    
200            * XML-Parser.t: "xml/texts-1.dat" added.
201    
202            * tokenizer-test-2.dat: Test for ]]> are added.
203    
204    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
205    
206            * tree-test-foreign.dat: More test data are added.
207    
208    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
209    
210            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
211            added.
212    
213    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
214    
215            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
216    
217    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
218    
219            * xml/: New directory.
220    
221            * Makefile: Tests for Whatpm::XML::Parser are added.
222    
223            * HTML-tree.t: Change the relative order of codes.
224    
225            * XML-Parser.t: New test script.
226    
227    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
228    
229            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
230    
231    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
232    
233            * tree-test-phrasing.dat: Wrong test results fixed.
234    
235            * tree-test-foreign.dat: New tests added.
236    
237            * testfiles.pl: "#..." line at the end of a test entry was not
238            supported.
239    
240            * HTML-tree.t: Show the "#data" content in "no #errors" error
241            message.
242    
243            * tokenizer-test-2.dat: A wrong test result fixed.
244    
245    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
246    
247            * HTML-tree.t: Test result format for oreign element/attribute
248            names are updated to the latest one for html5lib tests.  Append a
249            newline to the expected result only when it is not an empty
250            string, for comparablity with the actual result.
251    
252            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
253            tree-test-3.dat: Test results for foreign elements are updated.
254    
255    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
256    
257            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
258            format for html5lib tests.
259    
260            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
261            <!DOCTYPE> are updated.
262    
263  2008-10-14  Wakaba  <wakaba@suika.fam.cx>  2008-10-14  Wakaba  <wakaba@suika.fam.cx>
264    
265          * 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.353

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24