1 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tree-test-foreign.dat: Added tests for <font> in SVG (cf. HTML5 |
4 |
|
revision 2590). |
5 |
|
|
6 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat, |
9 |
|
tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat, |
10 |
|
tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat: |
11 |
|
DOCTYPE names are now normalized to its lowercased form (HTML5 |
12 |
|
revision 2502). |
13 |
|
|
14 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* tree-test-form.dat: Added test cases for <select> in "in select" |
17 |
|
parsing modes. |
18 |
|
|
19 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* tree-test-foreign.dat: Added xmlns:xlink test cases (cf. HTML5 |
22 |
|
revision 2701). |
23 |
|
|
24 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* tree-test-2.dat: Fixed some wrong test results. |
27 |
|
|
28 |
|
* tree-test-form.dat, tree-test-phrasing.dat: Tests on </body> |
29 |
|
after start tags of end-tag-optional element (cf. HTML5 revision |
30 |
|
2806). |
31 |
|
|
32 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* tree-test-1.dat: Added tests for <table> in <p> (c.f. HTML5 |
35 |
|
revision 3132). |
36 |
|
|
37 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* tokenizer-test-1.test: Updated the result (c.f. HTML5 revision |
40 |
|
3121). |
41 |
|
|
42 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* tree-test-1.dat: Added test on <keygen> in <select> (c.f. HTML5 |
45 |
|
revision 3163). |
46 |
|
|
47 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* tokenizer-test-1.test: < in unquoted attribute value is no |
50 |
|
longer allowed (HTML5 revision 3206). |
51 |
|
|
52 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* tree-test-1.dat, tree-test-flow.dat: Updated test results on |
55 |
|
isindex (c.f. HTML5 revision 3236). |
56 |
|
|
57 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* ContentChecker.t: Added new test data file. |
60 |
|
|
61 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* content-model-7.dat: Added an example from HTML5 spec. |
64 |
|
|
65 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* ContentChecker.t: Added new test data file. |
68 |
|
|
69 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* ContentChecker.t: Added new test data file. |
72 |
|
|
73 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* ContentChecker.t: Added new test data file. |
76 |
|
|
77 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|. |
80 |
|
|
81 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* content-checker.pl: Use new XML parser for parsing test data. |
84 |
|
Use NanoDOM instead of manakai DOM implementation. |
85 |
|
|
86 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* SWML-Parser.t: New test data files added. |
89 |
|
|
90 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* SWML-Parser.t: Test file |swml/blocks-1.dat| added. |
93 |
|
|
94 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* Makefile: A rule for SWML testing is added. |
97 |
|
|
98 |
|
* SWML-Parser.t: New file. |
99 |
|
|
100 |
|
* swml/: New directory. |
101 |
|
|
102 |
|
2008-10-20 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* XML-Parser.t: "xml/attrs-2.dat" added. |
105 |
|
|
106 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* XML-Parser.t: "xml/entrefs-2.dat" added. |
109 |
|
|
110 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* XML-Parser.t: "xml/entrefs-1.dat" added. |
113 |
|
|
114 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* XML-Parser.t: "xml/eldecls-1.dat" added. |
117 |
|
|
118 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* XML-Parser.t: Typo fixed. |
121 |
|
|
122 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat" |
125 |
|
added. Support for the "#entities" directive. |
126 |
|
|
127 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* XML-Parser.t: "xml/notations-1.dat" added. |
130 |
|
|
131 |
|
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* XML-Parser.t: "xml/attlists-1.dat" added. |
134 |
|
|
135 |
|
2008-10-16 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added. |
138 |
|
|
139 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* XML-Parser.t: "xml/doctypes-2.dat" added. |
142 |
|
|
143 |
|
* tokenizer-test-1.test: Keyword case-sensitivility tests added. |
144 |
|
|
145 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* XML-Parser.t: "xml/ns-elements-1.dat" added. |
148 |
|
|
149 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added. |
152 |
|
Test directifes "#xml-version", "#xml-encoding", and |
153 |
|
"#xml-standalone" are added. |
154 |
|
|
155 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* XML-Parser.t: "xml/charref-1.dat" added. |
158 |
|
|
159 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* XML-Parser.t: "xml/texts-1.dat" added. |
162 |
|
|
163 |
|
* tokenizer-test-2.dat: Test for ]]> are added. |
164 |
|
|
165 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* tree-test-foreign.dat: More test data are added. |
168 |
|
|
169 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat" |
172 |
|
added. |
173 |
|
|
174 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* XML-Parser.t: "xml/ns-attrs-1.dat" added. |
177 |
|
|
178 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* xml/: New directory. |
181 |
|
|
182 |
|
* Makefile: Tests for Whatpm::XML::Parser are added. |
183 |
|
|
184 |
|
* HTML-tree.t: Change the relative order of codes. |
185 |
|
|
186 |
|
* XML-Parser.t: New test script. |
187 |
|
|
188 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper. |
191 |
|
|
192 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* tree-test-phrasing.dat: Wrong test results fixed. |
195 |
|
|
196 |
|
* tree-test-foreign.dat: New tests added. |
197 |
|
|
198 |
|
* testfiles.pl: "#..." line at the end of a test entry was not |
199 |
|
supported. |
200 |
|
|
201 |
|
* HTML-tree.t: Show the "#data" content in "no #errors" error |
202 |
|
message. |
203 |
|
|
204 |
|
* tokenizer-test-2.dat: A wrong test result fixed. |
205 |
|
|
206 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* HTML-tree.t: Test result format for oreign element/attribute |
209 |
|
names are updated to the latest one for html5lib tests. Append a |
210 |
|
newline to the expected result only when it is not an empty |
211 |
|
string, for comparablity with the actual result. |
212 |
|
|
213 |
|
* tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat, |
214 |
|
tree-test-3.dat: Test results for foreign elements are updated. |
215 |
|
|
216 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* HTML-tree.t: <!DOCTYPE> test result format changed to the latest |
219 |
|
format for html5lib tests. |
220 |
|
|
221 |
|
* tree-test-1.dat, tokenizer-test-2.dat: Test results for |
222 |
|
<!DOCTYPE> are updated. |
223 |
|
|
224 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* HTML-tree.t: Test data file parser changed to the common one. |
227 |
|
|
228 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* tokenizer-test-2.dat: A test result was wrong. |
231 |
|
|
232 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
233 |
|
|
234 |
|
* content-model-1.dat: Some entries moved to |
235 |
|
dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat, |
236 |
|
dom-conformance/html-links-1.dat, |
237 |
|
dom-conformance/html-objects-1.dat, and |
238 |
|
dom-conformance/html-interactive-1.dat. |
239 |
|
|
240 |
|
* content-model-2.dat: Removed (moved to |
241 |
|
dom-conformance/xml-1.dat, dom-conformance/html-1.dat, |
242 |
|
dom-conformance/html-links-1.dat, |
243 |
|
dom-conformance/html-objects-1.dat, |
244 |
|
dom-conformance/html-interactive-1.dat, and |
245 |
|
dom-conformance/html-flows-1.dat). |
246 |
|
|
247 |
|
* content-model-3.dat: Removed (moved to |
248 |
|
dom-conformance/xml-global.dat). |
249 |
|
|
250 |
|
* content-model-4.dat: Removed (moved to |
251 |
|
dom-conformance/html-texts-1.dat and |
252 |
|
dom-conformance/html-links-1.dat). |
253 |
|
|
254 |
|
* content-model-5.dat: Removed (moved to |
255 |
|
dom-conformance/html-flows-1.dat). |
256 |
|
|
257 |
|
* content-model-6.dat: Removed (moved to |
258 |
|
dom-conformance/html-dataset.dat). |
259 |
|
|
260 |
|
* ContentChecker.t: References to the removed files removed and |
261 |
|
references to new files added. |
262 |
|
|
263 |
|
* ContentChecker-XML.t: New script. |
264 |
|
|
265 |
|
* Makefile: Updated. |
266 |
|
|
267 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
268 |
|
|
269 |
|
* content-model-2.dat: Repetition model test is moved to another |
270 |
|
file. A wrong test result fixed. Broken test entries fixed. |
271 |
|
<area rev> is now reported as "unknown attribute", since RDFa spec |
272 |
|
adds that attribute to all elements with the Common attribute set. |
273 |
|
Note that we have no plan to support RDFa, at the moment. |
274 |
|
|
275 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|
277 |
|
* ContentChecker.t: New files added. |
278 |
|
|
279 |
|
* content-model-1.dat, content-model-2.dat: Numbers of test |
280 |
|
entries are moved to other files. |
281 |
|
|
282 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
284 |
|
* content-model-1.dat, content-model-2.dat: Test results on |
285 |
|
|label| contents fixed. |
286 |
|
|
287 |
|
* ContentChecker.t: |dom-conformance/html-form-label.dat| added. |
288 |
|
|
289 |
|
* dom-conformance/: New directory. |
290 |
|
|
291 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
292 |
|
|
293 |
|
* HTML-tree.t: New test files added. |
294 |
|
|
295 |
|
* Makefile: New test files added. |
296 |
|
|
297 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
298 |
|
|
299 |
|
* tree-test-1.dat: Test results updated and new tests added on the |
300 |
|
boundaries of Text nodes (HTML5 revision 2124). |
301 |
|
|
302 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
303 |
|
|
304 |
|
* tree-test-form.dat: New test data file. |
305 |
|
|
306 |
|
* HTML-tree.t: |tree-test-form.dat| added. |
307 |
|
|
308 |
|
* tree-test-1.dat: Test results related to <option> and <optgroup> |
309 |
|
are updated (cf. HTML5 revision 2128). |
310 |
|
|
311 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
312 |
|
|
313 |
|
* tree-test-foreign.dat: New test data file. |
314 |
|
|
315 |
|
* HTML-tree.t: |tree-test-foreign.dat| added. |
316 |
|
|
317 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
318 |
|
|
319 |
|
* tree-test-void.dat: Test on unmatched void end tag added (cf. |
320 |
|
HTML5 revision 1731). |
321 |
|
|
322 |
|
* tree-test-1.dat: Test on unmatched end tag added (cf. HTML5 |
323 |
|
revision 1731). |
324 |
|
|
325 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
|
* tree-test-void.dat: Test on |param| and |source| start tags are |
328 |
|
added, as well as test on polytheistic slashes for new void |
329 |
|
elements (HTML5 revision 1731). |
330 |
|
|
331 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
332 |
|
|
333 |
|
* tree-test-flow.dat: Test on implied end tag before <p> start tag |
334 |
|
are added (HTML5 revision 1731). |
335 |
|
|
336 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
337 |
|
|
338 |
|
* tree-test-phrasing.dat, tree-test-flow.dat: New test data files. |
339 |
|
|
340 |
|
* HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat| |
341 |
|
are added. |
342 |
|
|
343 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
344 |
|
|
345 |
|
* tree-test-void.dat: New test data (cf. HTML5 revision 1731). |
346 |
|
|
347 |
|
* HTML-tree.t: |tree-test-void.dat| added. |
348 |
|
|
349 |
|
* tree-test-1.dat: Test on <listing> as a "special" element are |
350 |
|
added. Test on implied |option| and |optgroup| end tags are added |
351 |
|
(cf. HTML5 revision 1731). |
352 |
|
|
353 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
354 |
|
|
355 |
|
* tree-test-1.dat: Test related to "special", "formatting", |
356 |
|
"scoping", and "phrasing" categories are added (cf. HTML5 revision |
357 |
|
1778). |
358 |
|
|
359 |
|
2008-10-02 Wakaba <wakaba@suika.fam.cx> |
360 |
|
|
361 |
|
* ContentType.t: More test cases on BOM are added. Some test |
362 |
|
results updated according to HTML5 revision 1927. Tests on the |
363 |
|
returned values in the list context are added. |
364 |
|
|
365 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
367 |
|
* content-model-2.dat: Test data on |for=""| attribute are added. |
368 |
|
|
369 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
370 |
|
|
371 |
|
* tokenizer-test-1.test: Test data on invalid character references |
372 |
|
are added (cf. HTML5 revision 2138). |
373 |
|
|
374 |
|
* tokenizer-test-2.dat: Test data on U+000B are updated (HTML5 |
375 |
|
revision 2138). |
376 |
|
|
377 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
378 |
|
|
379 |
|
* content-model-2.dat: Test data for |area| |alt=""| are added (HTML5 |
380 |
|
revision 1932). |
381 |
|
|
382 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
383 |
|
|
384 |
|
* content-model-2.dat: Test data for |form=""| are added. |
385 |
|
|
386 |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
387 |
|
|
388 |
* content-model-1.dat: Test data for |fieldset| |legend| are added. |
* content-model-1.dat: Test data for |fieldset| |legend| are added. |