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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24