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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24