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

Legend:
Removed from v.1.300  
changed lines
  Added in v.1.348

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24