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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24