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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24