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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24