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

Legend:
Removed from v.1.296  
changed lines
  Added in v.1.347

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24