1 |
wakaba |
1.319 |
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* XML-Parser.t: "xml/notations-1.dat" added. |
4 |
|
|
|
5 |
wakaba |
1.318 |
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
|
7 |
|
|
* XML-Parser.t: "xml/attlists-1.dat" added. |
8 |
|
|
|
9 |
wakaba |
1.317 |
2008-10-16 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
|
11 |
|
|
* XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added. |
12 |
|
|
|
13 |
wakaba |
1.313 |
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
|
15 |
wakaba |
1.316 |
* XML-Parser.t: "xml/doctypes-2.dat" added. |
16 |
|
|
|
17 |
|
|
* tokenizer-test-1.test: Keyword case-sensitivility tests added. |
18 |
|
|
|
19 |
|
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
|
21 |
wakaba |
1.315 |
* XML-Parser.t: "xml/ns-elements-1.dat" added. |
22 |
|
|
|
23 |
|
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
|
25 |
wakaba |
1.314 |
* XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added. |
26 |
|
|
Test directifes "#xml-version", "#xml-encoding", and |
27 |
|
|
"#xml-standalone" are added. |
28 |
|
|
|
29 |
|
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
|
31 |
wakaba |
1.313 |
* XML-Parser.t: "xml/charref-1.dat" added. |
32 |
|
|
|
33 |
wakaba |
1.303 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
|
35 |
wakaba |
1.312 |
* XML-Parser.t: "xml/texts-1.dat" added. |
36 |
|
|
|
37 |
|
|
* tokenizer-test-2.dat: Test for ]]> are added. |
38 |
|
|
|
39 |
|
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
|
41 |
wakaba |
1.311 |
* tree-test-foreign.dat: More test data are added. |
42 |
|
|
|
43 |
|
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
|
45 |
wakaba |
1.310 |
* XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat" |
46 |
|
|
added. |
47 |
|
|
|
48 |
|
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
|
50 |
wakaba |
1.309 |
* XML-Parser.t: "xml/ns-attrs-1.dat" added. |
51 |
|
|
|
52 |
|
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
|
54 |
wakaba |
1.308 |
* xml/: New directory. |
55 |
|
|
|
56 |
|
|
* Makefile: Tests for Whatpm::XML::Parser are added. |
57 |
|
|
|
58 |
|
|
* HTML-tree.t: Change the relative order of codes. |
59 |
|
|
|
60 |
|
|
* XML-Parser.t: New test script. |
61 |
|
|
|
62 |
|
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
|
64 |
wakaba |
1.307 |
* HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper. |
65 |
|
|
|
66 |
|
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
|
68 |
wakaba |
1.306 |
* tree-test-phrasing.dat: Wrong test results fixed. |
69 |
|
|
|
70 |
|
|
* tree-test-foreign.dat: New tests added. |
71 |
|
|
|
72 |
|
|
* testfiles.pl: "#..." line at the end of a test entry was not |
73 |
|
|
supported. |
74 |
|
|
|
75 |
|
|
* HTML-tree.t: Show the "#data" content in "no #errors" error |
76 |
|
|
message. |
77 |
|
|
|
78 |
|
|
* tokenizer-test-2.dat: A wrong test result fixed. |
79 |
|
|
|
80 |
|
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
|
82 |
wakaba |
1.305 |
* HTML-tree.t: Test result format for oreign element/attribute |
83 |
|
|
names are updated to the latest one for html5lib tests. Append a |
84 |
|
|
newline to the expected result only when it is not an empty |
85 |
|
|
string, for comparablity with the actual result. |
86 |
|
|
|
87 |
|
|
* tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat, |
88 |
|
|
tree-test-3.dat: Test results for foreign elements are updated. |
89 |
|
|
|
90 |
|
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
|
92 |
wakaba |
1.304 |
* HTML-tree.t: <!DOCTYPE> test result format changed to the latest |
93 |
|
|
format for html5lib tests. |
94 |
|
|
|
95 |
|
|
* tree-test-1.dat, tokenizer-test-2.dat: Test results for |
96 |
|
|
<!DOCTYPE> are updated. |
97 |
|
|
|
98 |
|
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
|
100 |
wakaba |
1.303 |
* HTML-tree.t: Test data file parser changed to the common one. |
101 |
|
|
|
102 |
wakaba |
1.302 |
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
|
104 |
|
|
* tokenizer-test-2.dat: A test result was wrong. |
105 |
|
|
|
106 |
wakaba |
1.300 |
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
|
108 |
wakaba |
1.301 |
* content-model-1.dat: Some entries moved to |
109 |
|
|
dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat, |
110 |
|
|
dom-conformance/html-links-1.dat, |
111 |
|
|
dom-conformance/html-objects-1.dat, and |
112 |
|
|
dom-conformance/html-interactive-1.dat. |
113 |
|
|
|
114 |
|
|
* content-model-2.dat: Removed (moved to |
115 |
|
|
dom-conformance/xml-1.dat, dom-conformance/html-1.dat, |
116 |
|
|
dom-conformance/html-links-1.dat, |
117 |
|
|
dom-conformance/html-objects-1.dat, |
118 |
|
|
dom-conformance/html-interactive-1.dat, and |
119 |
|
|
dom-conformance/html-flows-1.dat). |
120 |
|
|
|
121 |
|
|
* content-model-3.dat: Removed (moved to |
122 |
|
|
dom-conformance/xml-global.dat). |
123 |
|
|
|
124 |
|
|
* content-model-4.dat: Removed (moved to |
125 |
|
|
dom-conformance/html-texts-1.dat and |
126 |
|
|
dom-conformance/html-links-1.dat). |
127 |
|
|
|
128 |
|
|
* content-model-5.dat: Removed (moved to |
129 |
|
|
dom-conformance/html-flows-1.dat). |
130 |
|
|
|
131 |
|
|
* content-model-6.dat: Removed (moved to |
132 |
|
|
dom-conformance/html-dataset.dat). |
133 |
|
|
|
134 |
|
|
* ContentChecker.t: References to the removed files removed and |
135 |
|
|
references to new files added. |
136 |
|
|
|
137 |
|
|
* ContentChecker-XML.t: New script. |
138 |
|
|
|
139 |
|
|
* Makefile: Updated. |
140 |
|
|
|
141 |
|
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
|
143 |
wakaba |
1.300 |
* content-model-2.dat: Repetition model test is moved to another |
144 |
|
|
file. A wrong test result fixed. Broken test entries fixed. |
145 |
|
|
<area rev> is now reported as "unknown attribute", since RDFa spec |
146 |
|
|
adds that attribute to all elements with the Common attribute set. |
147 |
|
|
Note that we have no plan to support RDFa, at the moment. |
148 |
|
|
|
149 |
wakaba |
1.297 |
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
|
151 |
wakaba |
1.299 |
* ContentChecker.t: New files added. |
152 |
|
|
|
153 |
|
|
* content-model-1.dat, content-model-2.dat: Numbers of test |
154 |
|
|
entries are moved to other files. |
155 |
|
|
|
156 |
|
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
|
158 |
wakaba |
1.298 |
* content-model-1.dat, content-model-2.dat: Test results on |
159 |
|
|
|label| contents fixed. |
160 |
|
|
|
161 |
|
|
* ContentChecker.t: |dom-conformance/html-form-label.dat| added. |
162 |
|
|
|
163 |
|
|
* dom-conformance/: New directory. |
164 |
|
|
|
165 |
|
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
|
167 |
wakaba |
1.297 |
* HTML-tree.t: New test files added. |
168 |
|
|
|
169 |
|
|
* Makefile: New test files added. |
170 |
|
|
|
171 |
wakaba |
1.288 |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
|
173 |
wakaba |
1.296 |
* tree-test-1.dat: Test results updated and new tests added on the |
174 |
|
|
boundaries of Text nodes (HTML5 revision 2124). |
175 |
|
|
|
176 |
|
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
|
178 |
wakaba |
1.295 |
* tree-test-form.dat: New test data file. |
179 |
|
|
|
180 |
|
|
* HTML-tree.t: |tree-test-form.dat| added. |
181 |
|
|
|
182 |
|
|
* tree-test-1.dat: Test results related to <option> and <optgroup> |
183 |
|
|
are updated (cf. HTML5 revision 2128). |
184 |
|
|
|
185 |
|
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
|
187 |
wakaba |
1.294 |
* tree-test-foreign.dat: New test data file. |
188 |
wakaba |
1.295 |
|
189 |
|
|
* HTML-tree.t: |tree-test-foreign.dat| added. |
190 |
wakaba |
1.294 |
|
191 |
|
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
|
193 |
wakaba |
1.293 |
* tree-test-void.dat: Test on unmatched void end tag added (cf. |
194 |
|
|
HTML5 revision 1731). |
195 |
|
|
|
196 |
|
|
* tree-test-1.dat: Test on unmatched end tag added (cf. HTML5 |
197 |
|
|
revision 1731). |
198 |
|
|
|
199 |
|
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
|
201 |
wakaba |
1.292 |
* tree-test-void.dat: Test on |param| and |source| start tags are |
202 |
|
|
added, as well as test on polytheistic slashes for new void |
203 |
|
|
elements (HTML5 revision 1731). |
204 |
|
|
|
205 |
|
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
|
207 |
wakaba |
1.291 |
* tree-test-flow.dat: Test on implied end tag before <p> start tag |
208 |
|
|
are added (HTML5 revision 1731). |
209 |
|
|
|
210 |
|
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
|
212 |
wakaba |
1.290 |
* tree-test-phrasing.dat, tree-test-flow.dat: New test data files. |
213 |
|
|
|
214 |
|
|
* HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat| |
215 |
|
|
are added. |
216 |
|
|
|
217 |
|
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
|
219 |
wakaba |
1.289 |
* tree-test-void.dat: New test data (cf. HTML5 revision 1731). |
220 |
|
|
|
221 |
|
|
* HTML-tree.t: |tree-test-void.dat| added. |
222 |
|
|
|
223 |
|
|
* tree-test-1.dat: Test on <listing> as a "special" element are |
224 |
|
|
added. Test on implied |option| and |optgroup| end tags are added |
225 |
|
|
(cf. HTML5 revision 1731). |
226 |
|
|
|
227 |
|
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
228 |
|
|
|
229 |
wakaba |
1.288 |
* tree-test-1.dat: Test related to "special", "formatting", |
230 |
|
|
"scoping", and "phrasing" categories are added (cf. HTML5 revision |
231 |
|
|
1778). |
232 |
|
|
|
233 |
wakaba |
1.287 |
2008-10-02 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
|
235 |
|
|
* ContentType.t: More test cases on BOM are added. Some test |
236 |
|
|
results updated according to HTML5 revision 1927. Tests on the |
237 |
|
|
returned values in the list context are added. |
238 |
|
|
|
239 |
wakaba |
1.284 |
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
|
241 |
wakaba |
1.286 |
* content-model-2.dat: Test data on |for=""| attribute are added. |
242 |
|
|
|
243 |
|
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
244 |
|
|
|
245 |
wakaba |
1.285 |
* tokenizer-test-1.test: Test data on invalid character references |
246 |
|
|
are added (cf. HTML5 revision 2138). |
247 |
|
|
|
248 |
|
|
* tokenizer-test-2.dat: Test data on U+000B are updated (HTML5 |
249 |
|
|
revision 2138). |
250 |
|
|
|
251 |
|
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
|
253 |
wakaba |
1.284 |
* content-model-2.dat: Test data for |area| |alt=""| are added (HTML5 |
254 |
|
|
revision 1932). |
255 |
|
|
|
256 |
wakaba |
1.281 |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
|
258 |
wakaba |
1.283 |
* content-model-2.dat: Test data for |form=""| are added. |
259 |
|
|
|
260 |
|
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
|
262 |
wakaba |
1.282 |
* content-model-1.dat: Test data for |fieldset| |legend| are added. |
263 |
|
|
|
264 |
|
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
|
266 |
wakaba |
1.281 |
* content-model-2.dat: Test data for |form| |name| are added. |
267 |
|
|
|
268 |
wakaba |
1.274 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
|
270 |
wakaba |
1.280 |
* content-model-1.dat, content-model-2.dat, content-model-4.dat: |
271 |
|
|
Test data for U+000B are added (cf. HTML5 revision 1738). |
272 |
|
|
|
273 |
|
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
274 |
|
|
|
275 |
wakaba |
1.279 |
* tokenizer-test-2.dat: Test result updated (cf. HTML5 revision |
276 |
|
|
1738). |
277 |
|
|
|
278 |
|
|
* tree-test-1.dat: Test results updated. New test data for the |
279 |
|
|
treatement of U+000B are added (HTML5 revision 1738). |
280 |
|
|
|
281 |
|
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
282 |
|
|
|
283 |
wakaba |
1.278 |
* tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5 |
284 |
|
|
revision 1738). |
285 |
|
|
|
286 |
|
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
287 |
|
|
|
288 |
wakaba |
1.277 |
* ContentType.t: Updated to disallow 0x0B as text byte (HTML5 |
289 |
|
|
revision 1738). |
290 |
|
|
|
291 |
|
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
292 |
|
|
|
293 |
wakaba |
1.276 |
* content-checker.pl: Remove dedicated parser and adopt |
294 |
|
|
testfiles.pl parser. |
295 |
|
|
|
296 |
|
|
* content-model-1.dat, content-model-2.dat: Typo fixed. |
297 |
|
|
|
298 |
|
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
299 |
|
|
|
300 |
wakaba |
1.275 |
* content-model-1.dat: Test data for interactive contents are |
301 |
|
|
added (cf. HTML5 revision 2018). |
302 |
|
|
|
303 |
|
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
|
305 |
wakaba |
1.274 |
* content-model-2.dat: Add test data for accept-charset="" |
306 |
|
|
attributes. |
307 |
|
|
|
308 |
wakaba |
1.269 |
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
309 |
|
|
|
310 |
wakaba |
1.273 |
* langtag-1.dat: More test data from RFC 4646 are added. |
311 |
|
|
|
312 |
|
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
|
314 |
wakaba |
1.272 |
* langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4. |
315 |
|
|
are added. |
316 |
|
|
|
317 |
|
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
318 |
|
|
|
319 |
wakaba |
1.271 |
* LangTag.t: Completely rewritten using |testfiles.pl|. |
320 |
|
|
|
321 |
|
|
* testfiles.pl: New script. |
322 |
|
|
|
323 |
|
|
* langtag-1.dat: Tests for case are added. |
324 |
|
|
|
325 |
|
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
|
327 |
wakaba |
1.270 |
* ContentChecker.t: Atom tests are moved to another file. |
328 |
|
|
|
329 |
|
|
* ContentChecker-Atom.t, LangTag.t: New test scripts. |
330 |
|
|
|
331 |
|
|
* Makefile: Updated to invoke new test scripts. |
332 |
wakaba |
1.271 |
|
333 |
|
|
* langtag-1.dat: New test data file. |
334 |
wakaba |
1.270 |
|
335 |
|
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
336 |
|
|
|
337 |
wakaba |
1.269 |
* ContentChecker.t: Test engine moved to another script. |
338 |
|
|
|
339 |
|
|
* content-checker.pl: New script. |
340 |
|
|
|
341 |
wakaba |
1.268 |
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
342 |
|
|
|
343 |
|
|
* content-model-1.dat: Test results are updated. |
344 |
|
|
|
345 |
|
|
* content-model-2.dat: Tests for style="" are added. |
346 |
|
|
|
347 |
wakaba |
1.267 |
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
348 |
|
|
|
349 |
|
|
* css-text.dat: Test data for pre-wrap updated. |
350 |
|
|
|
351 |
wakaba |
1.266 |
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
352 |
|
|
|
353 |
|
|
* css-visual.dat: New test data for Firefox3's new 'width' |
354 |
|
|
values. |
355 |
|
|
|
356 |
wakaba |
1.263 |
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
357 |
|
|
|
358 |
wakaba |
1.265 |
* content-model-2.dat: A test case for NCR in charset="" |
359 |
|
|
is added. |
360 |
|
|
|
361 |
|
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
362 |
|
|
|
363 |
wakaba |
1.264 |
* tokenizer-test-3.dat: New test for MSE is added. |
364 |
|
|
|
365 |
|
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
|
367 |
wakaba |
1.263 |
* HTML-tree.t: tokenizer-test-3.dat added. |
368 |
|
|
|
369 |
|
|
* tokenizer-test-3.dat: New test data. |
370 |
|
|
|
371 |
wakaba |
1.262 |
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
372 |
|
|
|
373 |
|
|
* content-model-1.dat, content-model-7.dat: |a| is now |
374 |
|
|
transparent (HTML5 revision 1963). |
375 |
|
|
|
376 |
wakaba |
1.261 |
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
377 |
|
|
|
378 |
|
|
* content-model-7.dat: Typo fixed. |
379 |
|
|
|
380 |
|
|
* content-model-6.dat: Test data for data-UPPERCASE (now |
381 |
|
|
disallowed) are added (HTML5 revision 1945). |
382 |
|
|
|
383 |
wakaba |
1.259 |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
384 |
|
|
|
385 |
wakaba |
1.260 |
* content-model-1.dat: Test data for |XSLT-compat| |
386 |
|
|
added (HTML5 revision 2141). A redundant test |
387 |
|
|
entry is removed. |
388 |
|
|
|
389 |
|
|
* HTML-tree.t: Support for should-level errors. |
390 |
|
|
|
391 |
|
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
392 |
|
|
|
393 |
wakaba |
1.259 |
* content-model-1.dat: Form test data are added (cf. HTML5 |
394 |
|
|
revisions 2142-2155). |
395 |
|
|
|
396 |
wakaba |
1.253 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
397 |
|
|
|
398 |
wakaba |
1.258 |
* content-model-1.dat, content-model-2.dat: |event-source| |
399 |
|
|
is renamed as |eventsource| (HTML5 revision 1863). |
400 |
|
|
|
401 |
|
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
402 |
|
|
|
403 |
|
|
* content-model-2.dat: Uppercase letters are not allowed |
404 |
|
|
as embed custom attributes (HTML5 revision 1946). |
405 |
|
|
|
406 |
|
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
407 |
|
|
|
408 |
wakaba |
1.257 |
* tree-test-1.dat: Test data for after after frameset |
409 |
|
|
insertion mode are added (cf. HTML5 revision 1909). |
410 |
|
|
|
411 |
|
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
412 |
|
|
|
413 |
wakaba |
1.256 |
* content-model-2.dat, content-model-6.dat: Custom |
414 |
|
|
attributes on |embed| and |data-*| attributes must |
415 |
|
|
be XML compatible (HTML5 revision 1836). |
416 |
|
|
|
417 |
|
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
418 |
|
|
|
419 |
|
|
* content-model-2.dat: xmlns="" on HTML elements that are |
420 |
|
|
not the root of the HTML subtree are now allowed (HTML5 |
421 |
|
|
revision 1834). |
422 |
|
|
|
423 |
|
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
424 |
|
|
|
425 |
wakaba |
1.255 |
* content-model-2.dat: Alternate style sheet element must |
426 |
|
|
have a non-empty title attribute (HTML5 revision 1942). |
427 |
|
|
|
428 |
|
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
429 |
|
|
|
430 |
|
|
* content-model-2.dat: A test data for wrong spelling of |irrelevant| |
431 |
|
|
is added. |
432 |
|
|
|
433 |
|
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
434 |
|
|
|
435 |
wakaba |
1.254 |
* content-model-1.dat, content-model-2.dat: Test data |
436 |
|
|
for the |bb| element are added (cf. HTML5 revision 1894). |
437 |
|
|
|
438 |
|
|
* content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5 |
439 |
|
|
revision 2119). |
440 |
|
|
|
441 |
|
|
* content-model-7.dat: New test file. |
442 |
|
|
|
443 |
|
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
444 |
|
|
|
445 |
wakaba |
1.253 |
* content-model-2.dat: <embed> w/o src="" is conforming (HTML5 |
446 |
|
|
revision 1929). |
447 |
|
|
|
448 |
wakaba |
1.244 |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
449 |
|
|
|
450 |
wakaba |
1.252 |
* content-model-2.dat: @autosubmit dropped (HTML5 |
451 |
|
|
revision 2019). |
452 |
|
|
|
453 |
|
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
454 |
|
|
|
455 |
wakaba |
1.251 |
* content-model-4.dat: Some test data for <time> are added (c.f. |
456 |
|
|
HTML5 revision 2094). |
457 |
|
|
|
458 |
|
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
459 |
|
|
|
460 |
|
|
* ContentType.t: Support for image/svg+xml (HTML revision 2096). |
461 |
|
|
|
462 |
|
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
463 |
|
|
|
464 |
wakaba |
1.250 |
* tokenizer-test-1.dat: '"' and "'" at the end of attribute |
465 |
|
|
name (after another attribute) now raise parse error (HTML5 |
466 |
|
|
revision 2123). Empty unquoted attribute is no |
467 |
|
|
longer allowed (HTML5 revision 2122). |
468 |
|
|
|
469 |
|
|
* HTML-tokenizer.t: Hash keys were not sorted when dumped. |
470 |
|
|
|
471 |
|
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
472 |
|
|
|
473 |
wakaba |
1.249 |
* HTML-tree.dat: tree-test-3.dat added. |
474 |
|
|
|
475 |
|
|
* tree-test-3.dat: Test data for definitionURL="" are added (cf. |
476 |
|
|
HTML5 revision 2130). |
477 |
|
|
|
478 |
|
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
479 |
|
|
|
480 |
wakaba |
1.248 |
* content-model-1.dat, content-model-2.dat: Test data updated |
481 |
|
|
and added for HTML5 revision 2062 and so on (@lang and @xml:lang). |
482 |
|
|
|
483 |
|
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
484 |
|
|
|
485 |
wakaba |
1.247 |
* CSS-Parser.t: Updated for latest version of the |
486 |
|
|
Whatpm::CSS::Parser module. |
487 |
|
|
|
488 |
|
|
* css-1.dat, css-2.dat, css-3.dat, css-4.dat, |
489 |
|
|
css-font.dat, css-generated.dat, css-interactive.dat, |
490 |
|
|
css-paged.dat, css-table.dat, css-text.dat, css-visual.dat: |
491 |
|
|
Test results updated. |
492 |
|
|
|
493 |
|
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
494 |
|
|
|
495 |
wakaba |
1.246 |
* ContentChecker.t: Updated for latest version of the |
496 |
|
|
Whatpm::ContentChecker module. |
497 |
|
|
|
498 |
|
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
499 |
|
|
content-model-4.dat, content-model-6.dat, content-model-atom-1.dat, |
500 |
|
|
content-model-atom-2.dat, content-model-atom-threading-1.dat, |
501 |
|
|
table-1.dat: Results updated. |
502 |
|
|
|
503 |
|
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
504 |
|
|
|
505 |
wakaba |
1.245 |
* URIChecker.t: Error results updated. |
506 |
|
|
|
507 |
|
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
508 |
|
|
|
509 |
wakaba |
1.244 |
* URIChecker.t: Test results updated to new error type names. |
510 |
|
|
|
511 |
wakaba |
1.243 |
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
512 |
|
|
|
513 |
|
|
* WebIDL.t: Test data files for exceptions, typedefs, |
514 |
|
|
and valuetypes are added to the list. |
515 |
|
|
|
516 |
wakaba |
1.240 |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
517 |
|
|
|
518 |
wakaba |
1.242 |
* WebIDL.t ($onerror): |value| argument value should be |
519 |
|
|
checked as well as other argument values. |
520 |
|
|
|
521 |
|
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
522 |
|
|
|
523 |
wakaba |
1.241 |
* WebIDL.t: Check whether |text| argument of the error |
524 |
|
|
is correct or not. |
525 |
|
|
|
526 |
|
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
527 |
|
|
|
528 |
wakaba |
1.240 |
* WebIDL.t: New test script. |
529 |
|
|
|
530 |
|
|
* webidl/: New directory. |
531 |
|
|
|
532 |
wakaba |
1.237 |
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
533 |
|
|
|
534 |
wakaba |
1.239 |
* content-model-1.dat, content-model-2.dat: Test data are |
535 |
|
|
updated and added for <map name=""> and <map id=""> (HTML5 |
536 |
|
|
revisions 1722 and 1728). |
537 |
|
|
|
538 |
|
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
539 |
|
|
|
540 |
wakaba |
1.238 |
* content-model-1.dat: Test data for ruby are added (HTML5 revision |
541 |
|
|
1704). |
542 |
|
|
|
543 |
|
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
544 |
|
|
|
545 |
wakaba |
1.237 |
* tree-test-1.dat: Test data added for ruby parsing (HTML5 revision |
546 |
|
|
1704). |
547 |
|
|
|
548 |
wakaba |
1.235 |
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
549 |
|
|
|
550 |
wakaba |
1.236 |
* HTML-tokenizer.t, tokenizer-test-1.test: Update for new format. |
551 |
|
|
|
552 |
|
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
553 |
|
|
|
554 |
wakaba |
1.235 |
* content-model-6.dat: "data-" attribute is no longer allowed (HTML5 |
555 |
|
|
revision 1709). |
556 |
|
|
|
557 |
|
|
* content-model-2.dat: Add tests for rel=contact (cf. HTML5 |
558 |
|
|
revision 1711). |
559 |
|
|
|
560 |
wakaba |
1.230 |
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
561 |
|
|
|
562 |
wakaba |
1.234 |
* ContentType.t: Test result related to UTF-32 updated (HTML5 |
563 |
|
|
revision 1701). |
564 |
|
|
|
565 |
|
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
566 |
|
|
|
567 |
wakaba |
1.233 |
* content-model-2.dat: Test data on sizes="" are added (HTML5 |
568 |
|
|
revision 1558). |
569 |
|
|
|
570 |
|
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
571 |
|
|
|
572 |
wakaba |
1.232 |
* content-model-1.dat: Test data on <datagrid> content model |
573 |
|
|
are added (cf. HTML5 revision 1566). Empty |datagrid| elements |
574 |
|
|
are no longer in error. |
575 |
|
|
|
576 |
|
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
577 |
|
|
|
578 |
wakaba |
1.231 |
* tree-test-1.dat: Test data on <noframes> are added (HTML5 revision |
579 |
|
|
1692). |
580 |
|
|
|
581 |
|
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
582 |
|
|
|
583 |
wakaba |
1.230 |
* tree-test-1.dat: Test data on <isindex/> are added (HTML5 |
584 |
|
|
revision 1697). |
585 |
|
|
|
586 |
wakaba |
1.224 |
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
587 |
|
|
|
588 |
wakaba |
1.229 |
* tree-test-1.dat: Test data on EOF in foreign content insertion |
589 |
|
|
mode are added (HTML5 revision 1693). Test data on SVG camelCase |
590 |
|
|
attributes are added (HTML5 revision 1700). Test data on <textarea> |
591 |
|
|
in <select> are added (HTML5 revision 1699). Test data on HTML start |
592 |
|
|
tags in foreign content insertion mode are added (HTML5 revision |
593 |
|
|
1698). |
594 |
|
|
|
595 |
|
|
* content-model-1.dat, content-model-2.dat: Update test |
596 |
|
|
results for <style> and <script>. |
597 |
|
|
|
598 |
|
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
599 |
|
|
|
600 |
wakaba |
1.228 |
* content-model-2.dat: Test data on sandbox="" and seemless="" |
601 |
|
|
are added (cf. HTML5 revision 1637 and 1643). |
602 |
|
|
|
603 |
|
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
604 |
|
|
|
605 |
wakaba |
1.227 |
* ContentType.t: A fictional test data for image/vnd.microsoft.icon |
606 |
|
|
are added (cf. HTML5 revision 1676). |
607 |
|
|
|
608 |
|
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
609 |
|
|
|
610 |
wakaba |
1.226 |
* tokenizer-test-2.dat: New test data on truncated doctypes (c.f. |
611 |
|
|
HTML5 revision 1685). |
612 |
|
|
|
613 |
|
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
614 |
|
|
|
615 |
wakaba |
1.225 |
* tokenizer-test-1.test: New test data on EOF in tags are added |
616 |
|
|
to cover changes in HTML5 revision 1684. |
617 |
|
|
|
618 |
|
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
619 |
|
|
|
620 |
wakaba |
1.224 |
* tree-test-1.dat: Test data related to changes in HTML5 |
621 |
|
|
revision 1686 are added. |
622 |
|
|
|
623 |
wakaba |
1.222 |
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
624 |
|
|
|
625 |
wakaba |
1.223 |
* content-model-2.dat: Test data for charset="" attribute |
626 |
|
|
are added. |
627 |
|
|
|
628 |
|
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
629 |
|
|
|
630 |
wakaba |
1.222 |
* content-model-2.dat: Test data for pixeldata="" attribute |
631 |
|
|
are added (HTML5 revision 1629). |
632 |
|
|
|
633 |
wakaba |
1.221 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
634 |
|
|
|
635 |
|
|
* content-model-2.dat: Boolean attributes now allow uppercase |
636 |
|
|
letters (HTML5 revision 1572). |
637 |
|
|
|
638 |
wakaba |
1.220 |
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
639 |
|
|
|
640 |
|
|
* content-model-2.dat: Test data for td/@headers are added. |
641 |
|
|
|
642 |
wakaba |
1.214 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
643 |
|
|
|
644 |
wakaba |
1.219 |
* content-model-2.dat: Test data for table/@cellpadding, |
645 |
|
|
table/@cellspacing, @charoff, and script/@langauge are added. |
646 |
|
|
|
647 |
|
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
648 |
|
|
|
649 |
wakaba |
1.218 |
* content-model-1.dat, content-model-2.dat: New test data |
650 |
|
|
for meta refresh; some test results updated. Duplicate |
651 |
|
|
meta http-equiv="" are now non-conforming. |
652 |
|
|
|
653 |
|
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
654 |
|
|
|
655 |
wakaba |
1.217 |
* table-1.dat: Test data updated and some new test data |
656 |
|
|
added for new requirements (HTML5 revisions 1387 and 1388). |
657 |
|
|
|
658 |
|
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
659 |
|
|
|
660 |
wakaba |
1.216 |
* ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding |
661 |
|
|
are no longer safe; test data for them are added (HTML5 revision 1288). |
662 |
|
|
|
663 |
|
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
664 |
|
|
|
665 |
wakaba |
1.215 |
* ContentType.t: Test data of HTML with BOM are added (c.f. |
666 |
|
|
HTML5 revision 1282). |
667 |
|
|
|
668 |
|
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
669 |
|
|
|
670 |
wakaba |
1.214 |
* content-model-2.dat: Test data for repeat* global attributes |
671 |
|
|
are added. |
672 |
|
|
|
673 |
wakaba |
1.213 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
674 |
|
|
|
675 |
|
|
* content-model-2.dat: Test data for |repeat-max=""| |
676 |
|
|
and |repeat-start=""| attributes are added. |
677 |
|
|
|
678 |
|
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
679 |
|
|
|
680 |
|
|
* content-model-2.dat: Test data for repetition template attributes |
681 |
|
|
are added. |
682 |
|
|
|
683 |
|
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
684 |
|
|
|
685 |
|
|
* content-model-2.dat: Test data for data template attributes are |
686 |
|
|
added. |
687 |
|
|
|
688 |
wakaba |
1.210 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
689 |
|
|
|
690 |
wakaba |
1.212 |
* content-model-1.dat: Test data for <font> context are added. |
691 |
|
|
|
692 |
|
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
693 |
|
|
|
694 |
wakaba |
1.211 |
* content-model-4.dat: Terms no longer have to be unique (HTML5 |
695 |
|
|
revision 1467). |
696 |
|
|
|
697 |
|
|
* content-model-2.dat: Tests for |onstorage| attribute |
698 |
|
|
are added (HTML5 revision 1495). Fix test results |
699 |
|
|
for unknown elements and attributes in the HTML namespace. |
700 |
|
|
|
701 |
|
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
702 |
|
|
|
703 |
wakaba |
1.210 |
* content-model-1.dat, content-model-2.dat: Test results |
704 |
|
|
related to browsing context name or keyword are revised |
705 |
wakaba |
1.211 |
and added (HTML5 revision 1470 and 1471). |
706 |
wakaba |
1.210 |
|
707 |
wakaba |
1.207 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
708 |
|
|
|
709 |
wakaba |
1.209 |
* HTML-tokenizer.t: Raise a parse error if there are disallowed |
710 |
|
|
character (for compatibility with existing html5lib test data). |
711 |
|
|
|
712 |
|
|
* tokenizer-test-1.test: Some test results are updated with |
713 |
|
|
regard to parse errors on disallowed characters. |
714 |
|
|
|
715 |
|
|
* tokenizer-test-2.dat: Test data for disallowed characters |
716 |
|
|
are added (HTML5 revision 1263). |
717 |
|
|
|
718 |
|
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
719 |
|
|
|
720 |
wakaba |
1.208 |
* HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib |
721 |
|
|
new test files. |
722 |
|
|
|
723 |
|
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
724 |
|
|
|
725 |
wakaba |
1.207 |
* content-model-2.dat: Test data updated and added for |
726 |
|
|
global |xmlns| attributes (HTML5 revision 1426). |
727 |
|
|
|
728 |
wakaba |
1.205 |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
729 |
|
|
|
730 |
wakaba |
1.206 |
* HTML-tokenizer.t: Remove "self-closing flag" if the start |
731 |
|
|
tag token is that of a slash permitted element (This is necessary |
732 |
|
|
to maintain compatibility with current test data, since in the |
733 |
|
|
new algorithm whether slash is permitted or not is decided in |
734 |
|
|
tree construction stage). |
735 |
|
|
|
736 |
|
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
737 |
|
|
|
738 |
wakaba |
1.205 |
* content-model-6.dat: New test data file. Test data for |
739 |
|
|
HTML custom data attributes (HTML5 revision 1399) are added. |
740 |
|
|
|
741 |
|
|
* ContentChecker.t: New test file |content-model-6.dat| is added. |
742 |
|
|
|
743 |
wakaba |
1.204 |
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
744 |
|
|
|
745 |
|
|
* content-model-1.dat, content-model-2.dat: s/prose/flow/g. |
746 |
|
|
|
747 |
wakaba |
1.198 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
748 |
|
|
|
749 |
wakaba |
1.203 |
* content-model-2.dat: Test data on |rev| attribute are added. |
750 |
|
|
|
751 |
|
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
752 |
|
|
|
753 |
wakaba |
1.202 |
* content-model-2.dat: Some test results were wrong. |
754 |
|
|
|
755 |
|
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
756 |
|
|
|
757 |
|
|
* content-model-2.dat: Test data on more HTML4 attributes |
758 |
|
|
are added. |
759 |
|
|
|
760 |
|
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
761 |
|
|
|
762 |
wakaba |
1.201 |
* content-model-2.dat: Test data on more HTML4 attributes |
763 |
|
|
are added. |
764 |
|
|
|
765 |
|
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
766 |
|
|
|
767 |
wakaba |
1.200 |
* content-model-2.dat: Test data on numbers of HTML4 deprecated |
768 |
|
|
attributes are added. |
769 |
|
|
|
770 |
|
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
771 |
|
|
|
772 |
wakaba |
1.199 |
* content-model-2.dat: Test data on |@profile| and |@version| are |
773 |
|
|
added. |
774 |
|
|
|
775 |
|
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
776 |
|
|
|
777 |
wakaba |
1.198 |
* content-model-1.dat: Now we support RDF. |
778 |
|
|
|
779 |
|
|
* content-model-2.dat: Test data on |@accesskey| attribute |
780 |
|
|
are added. |
781 |
|
|
|
782 |
wakaba |
1.197 |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
783 |
|
|
|
784 |
|
|
* tokenizer-test-2.dat: A test from #whatwg is added. |
785 |
|
|
|
786 |
wakaba |
1.190 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
787 |
|
|
|
788 |
wakaba |
1.196 |
* content-model-atom-1.dat: New test data are added. |
789 |
|
|
|
790 |
|
|
* content-model-atom-2.dat: New test data are |
791 |
|
|
added from Atom test suite. |
792 |
|
|
|
793 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
794 |
|
|
|
795 |
wakaba |
1.195 |
* content-model-atom-threading-1.dat: New test data |
796 |
|
|
on |thr:total| element are added |
797 |
|
|
|
798 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
799 |
|
|
|
800 |
wakaba |
1.194 |
* ContentChecker.t: |content-model-atom-threading-1.dat| |
801 |
|
|
added. |
802 |
|
|
|
803 |
|
|
* content-model-atom-threading-1.dat: New test file. |
804 |
|
|
|
805 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
806 |
|
|
|
807 |
wakaba |
1.193 |
* ContentCheker.t: Replace dummy error type for subdoc |
808 |
|
|
checking invocations to ";SUBDOC". |
809 |
|
|
|
810 |
|
|
* content-model-1.dat, content-model-2.dat: Test |
811 |
|
|
results revised to support the aforementioned change. |
812 |
|
|
|
813 |
|
|
* content-model-atom-1.dat: Test results revised |
814 |
|
|
so that |type=html| in Text construct is now |
815 |
|
|
tested whether the subdoc code is invoked. |
816 |
|
|
|
817 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
818 |
|
|
|
819 |
|
|
* content-model-atom-1.dat: Test data on cases of |
820 |
|
|
missing |atom:summary| in |atom:entry| are added. |
821 |
|
|
|
822 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
823 |
|
|
|
824 |
wakaba |
1.192 |
* content-model-1.dat: Some test results were incorrect, again... orz |
825 |
|
|
|
826 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
827 |
|
|
|
828 |
wakaba |
1.191 |
* content-model-1.dat: Some test results are fixed. |
829 |
|
|
|
830 |
|
|
* content-model-atom-1.dat: Some test results are fixed. |
831 |
|
|
Test data for |atom:author| for |atom:feed| are added. |
832 |
|
|
|
833 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
834 |
|
|
|
835 |
|
|
* content-model-atom-1.dat: Test data for |atom:author| |
836 |
|
|
for |atom:feed| are added. |
837 |
|
|
|
838 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
839 |
|
|
|
840 |
wakaba |
1.190 |
* content-model-1.dat: Some test results related on |atom:entry| |
841 |
|
|
are fixed. |
842 |
|
|
|
843 |
|
|
* content-model-atom-1.dat: Test data for |atom:author| |
844 |
|
|
for |atom:entry| are added. |
845 |
|
|
|
846 |
wakaba |
1.180 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
847 |
|
|
|
848 |
wakaba |
1.189 |
* content-model-1.dat: Test data for |center|, |dir|, and |basefont| |
849 |
|
|
are added. |
850 |
|
|
|
851 |
|
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
852 |
|
|
|
853 |
wakaba |
1.188 |
* content-model-2.dat: |contenteditable=""| tests are added. |
854 |
|
|
|
855 |
|
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
856 |
|
|
|
857 |
wakaba |
1.187 |
* tree-test-1.dat, tree-test-2.dat: Test results are updated |
858 |
|
|
with some test data additions. |
859 |
|
|
|
860 |
|
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
861 |
|
|
|
862 |
wakaba |
1.186 |
* tree-test-1.dat, tree-test-2.dat: Test data on end-of-file |
863 |
|
|
are added (c.f. HTML5 revision 1348). |
864 |
|
|
|
865 |
|
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
866 |
|
|
|
867 |
wakaba |
1.185 |
* tree-test-1.dat: Test data on |applet| are added (HTML5 revision |
868 |
|
|
1347). |
869 |
|
|
|
870 |
|
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
871 |
|
|
|
872 |
wakaba |
1.184 |
* tree-test-1.dat: Test data on foster parenting in AAA |
873 |
|
|
are added (HTML5 revision 1343). |
874 |
|
|
|
875 |
|
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
876 |
|
|
|
877 |
wakaba |
1.183 |
* tree-test-1.dat: Test data on <input> in <select> and <select> |
878 |
|
|
in table are added (HTML5 revision 1342). |
879 |
|
|
|
880 |
|
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
881 |
|
|
|
882 |
wakaba |
1.182 |
* tree-test-1.dat: Test data on <script> or <style> |
883 |
|
|
in <table> are added. |
884 |
|
|
|
885 |
|
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
886 |
|
|
|
887 |
wakaba |
1.181 |
* tree-test-1.dat, tree-test-2.dat: Test data on white space |
888 |
|
|
between <html> and <head> are added (HTML5 revision 1332). |
889 |
|
|
|
890 |
|
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
891 |
|
|
|
892 |
wakaba |
1.180 |
* tree-test-1.dat: More tests are added for foster parenting (HTML5 |
893 |
|
|
revision 1331 and so on). |
894 |
|
|
|
895 |
wakaba |
1.176 |
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
896 |
|
|
|
897 |
wakaba |
1.179 |
* tree-test-1.dat, tree-test-2.dat: Tests on \u000A at |
898 |
|
|
the first of <textarea>, <pre>, and <listing> are |
899 |
|
|
added (c.f. HTML5 revision 1330). |
900 |
|
|
|
901 |
|
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
902 |
|
|
|
903 |
wakaba |
1.178 |
* tree-test-1.dat: A test data on <title> in <table> |
904 |
|
|
are added. |
905 |
|
|
|
906 |
|
|
* tree-test-2.dat: Test results updated (HTML5 revision 1328). |
907 |
|
|
|
908 |
|
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
909 |
|
|
|
910 |
wakaba |
1.177 |
* tree-test-1.dat: Test data for tainted space in tables are |
911 |
|
|
added (HTML5 revision 1326). |
912 |
|
|
|
913 |
|
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
914 |
|
|
|
915 |
wakaba |
1.176 |
* tree-test-1.dat: Tests for </form> are added (HTML5 revision 1320). |
916 |
|
|
|
917 |
wakaba |
1.175 |
2008-03-06 Wakaba <wakaba@suika.fam.cx> |
918 |
|
|
|
919 |
|
|
* tree-test-1.dat, tree-test-2.dat: More <html> test |
920 |
|
|
cases are added (HTML5 revision 1314). |
921 |
|
|
|
922 |
wakaba |
1.173 |
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
923 |
|
|
|
924 |
wakaba |
1.174 |
* HTML-tree.t: Support for \Uhhhhhhhh escapes. Support for |
925 |
|
|
dumping PUBLIC and SYSTEM identifiers of DOCTYPE tokens. |
926 |
|
|
|
927 |
|
|
* tree-test-1.dat, tree-test-2.dat: More test data for previously |
928 |
|
|
uncovered cases are added. Some error descriptions are revised. |
929 |
|
|
|
930 |
|
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
931 |
|
|
|
932 |
wakaba |
1.173 |
* tree-test-1.dat: More test data for previously uncovered |
933 |
|
|
cases are added. |
934 |
|
|
|
935 |
wakaba |
1.171 |
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
936 |
|
|
|
937 |
wakaba |
1.172 |
* tree-test-1.dat: More test data for previously uncovered |
938 |
|
|
cases are added. |
939 |
|
|
|
940 |
|
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
941 |
|
|
|
942 |
wakaba |
1.171 |
* tree-test-1.dat: Missing tests from the initial stage are added. |
943 |
|
|
|
944 |
wakaba |
1.165 |
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
945 |
|
|
|
946 |
wakaba |
1.170 |
* HTML-tokenizer.t: Ignore tree-construction phase and set_inner_html |
947 |
|
|
checkpoints. |
948 |
|
|
|
949 |
|
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
950 |
|
|
|
951 |
wakaba |
1.169 |
* tokenizer-test-1.test: New test data are added to cover |
952 |
|
|
all possible cases. |
953 |
|
|
|
954 |
|
|
* HTML-tree.t: Support for test coverage. |
955 |
|
|
|
956 |
|
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
957 |
|
|
|
958 |
wakaba |
1.168 |
* HTML-tokenizer.t: Support for test coverage caluclation. |
959 |
|
|
|
960 |
|
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
961 |
|
|
|
962 |
wakaba |
1.167 |
* HTML-tokenizer.t: s/_input_character/_input_char/g for simplicity. |
963 |
|
|
|
964 |
|
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
965 |
|
|
|
966 |
wakaba |
1.166 |
* HTML-tokenizer.t: s/correct/force-quirks/. |
967 |
|
|
|
968 |
|
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
969 |
|
|
|
970 |
wakaba |
1.165 |
* tokenizer-test-1.test: New tests on trailing garbage |
971 |
|
|
after SYSTEM literal (HTML5 revision 1306) are added. |
972 |
|
|
|
973 |
wakaba |
1.162 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
974 |
|
|
|
975 |
wakaba |
1.164 |
* tokenizer-test-1.test: Tests for |<span ===>| is added (HTML5 |
976 |
|
|
revision 1292). Tests for & at the end of attribute value |
977 |
|
|
are added (HTML5 revision 1296). Tests for bogus comments |
978 |
|
|
are added (HTML5 revision 1297). Tests for |=| in |
979 |
|
|
unquoted attribute values are added (HTML5 revision 1299). |
980 |
|
|
Tests for single or double quotes in unquoted attribute |
981 |
|
|
values or attribute names and tests for missing spaces |
982 |
|
|
between attributes are added (HTML5 revision 1303). |
983 |
|
|
|
984 |
|
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
985 |
|
|
|
986 |
wakaba |
1.163 |
* content-model-atom-1.dat: New test data are added. |
987 |
|
|
|
988 |
|
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
989 |
|
|
|
990 |
wakaba |
1.162 |
* content-model-1.dat: Test data for |<area>| are added. |
991 |
|
|
|
992 |
|
|
* content-model-2.dat: Test data for |<img ismap>| are added. |
993 |
|
|
|
994 |
wakaba |
1.160 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
995 |
|
|
|
996 |
wakaba |
1.161 |
* content-model-1.dat: |address| content model tests |
997 |
|
|
are added. |
998 |
|
|
|
999 |
|
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
1000 |
|
|
|
1001 |
wakaba |
1.160 |
* tokenizer-test-1.test: Updated (HTML5 recision 1286). |
1002 |
|
|
|
1003 |
|
|
* content-model-2.dat: Updated (HTML5 revision 1275). |
1004 |
|
|
|
1005 |
wakaba |
1.158 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
1006 |
|
|
|
1007 |
wakaba |
1.159 |
* content-model-1.dat: Test data for |header| and |footer| |
1008 |
|
|
exclusions of sectioning contents are added (c.f. HTML5 |
1009 |
|
|
revision 1250). |
1010 |
|
|
|
1011 |
|
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
1012 |
|
|
|
1013 |
wakaba |
1.158 |
* content-model-1.dat: Figure caption is now optional (HTML5 |
1014 |
|
|
revision 1240). Add test data for |ol reversed| (HTML5 |
1015 |
|
|
revision 1248). |
1016 |
|
|
|
1017 |
wakaba |
1.155 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
1018 |
|
|
|
1019 |
wakaba |
1.157 |
* content-model-2.dat: Test data for |acronym|, |big|, |tt|, |s|, |
1020 |
|
|
|strike|, and |u| are added. |
1021 |
|
|
|
1022 |
|
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
1023 |
|
|
|
1024 |
wakaba |
1.156 |
* content-model-1.dat, content-model-2.dat: Some test |
1025 |
|
|
results are updated. New test data on non-standard |
1026 |
|
|
attributes are added. Note that some test results do |
1027 |
|
|
still need to be updated. |
1028 |
|
|
|
1029 |
|
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
1030 |
|
|
|
1031 |
wakaba |
1.155 |
* content-model-1.dat: Some test results on |meta| |
1032 |
|
|
in |noscript| are updated. |
1033 |
|
|
|
1034 |
wakaba |
1.151 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
1035 |
|
|
|
1036 |
wakaba |
1.154 |
* content-model-1.dat: Some test results are updated. |
1037 |
|
|
New tests for |details| are added. |
1038 |
|
|
|
1039 |
|
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
1040 |
|
|
|
1041 |
wakaba |
1.153 |
* content-model-1.dat: Some test results are fixed. |
1042 |
|
|
New tests for |video| and |audio| are added. |
1043 |
|
|
|
1044 |
|
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
1045 |
|
|
|
1046 |
wakaba |
1.152 |
* content-model-1.dat: New test data for |object| transparentness |
1047 |
|
|
are added. |
1048 |
|
|
|
1049 |
|
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
1050 |
|
|
|
1051 |
wakaba |
1.151 |
* content-model-1.dat, content-model-2.dat: Wrong "significant" |
1052 |
|
|
errors are removed. |
1053 |
|
|
|
1054 |
wakaba |
1.148 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
1055 |
|
|
|
1056 |
wakaba |
1.150 |
* content-model-1.dat: New test data for |object| are added. |
1057 |
|
|
|
1058 |
|
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
1059 |
|
|
|
1060 |
wakaba |
1.149 |
* content-model-1.dat: New test data for |mark| are added (HTML5 |
1061 |
|
|
revision 1232). |
1062 |
|
|
|
1063 |
|
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
1064 |
|
|
|
1065 |
wakaba |
1.148 |
* content-model-2.dat: |alt=""| test results revised. |
1066 |
|
|
|
1067 |
|
|
* content-model-1.dat: |<img/>|s in tests are revised so |
1068 |
|
|
that they are conforming. |
1069 |
|
|
|
1070 |
wakaba |
1.140 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1071 |
|
|
|
1072 |
wakaba |
1.147 |
* content-model-1.dat: Test results corrected. |
1073 |
|
|
|
1074 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1075 |
|
|
|
1076 |
wakaba |
1.146 |
* content-model-1.dat: New test data for |<figure>| are added. |
1077 |
|
|
Some test data are corrected. |
1078 |
|
|
|
1079 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1080 |
|
|
|
1081 |
wakaba |
1.145 |
* content-model-1.dat: New test data for |<noscript>| |
1082 |
|
|
in |<head>|. |
1083 |
|
|
|
1084 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1085 |
|
|
|
1086 |
wakaba |
1.144 |
* content-model-1.dat: More test on |<meta http-equiv=Content-Type>| |
1087 |
|
|
are added. |
1088 |
|
|
|
1089 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1090 |
|
|
|
1091 |
wakaba |
1.143 |
* content-model-1.dat, content-model-2.dat: Updated. |
1092 |
|
|
|
1093 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1094 |
|
|
|
1095 |
wakaba |
1.142 |
* content-model-1.dat: Updated. |
1096 |
|
|
|
1097 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1098 |
|
|
|
1099 |
wakaba |
1.141 |
* content-model-1.dat, content-model-2.dat, content-model-4.dat, |
1100 |
|
|
content-model-5.dat: Error result revised. |
1101 |
|
|
|
1102 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1103 |
|
|
|
1104 |
wakaba |
1.140 |
* content-model-1.dat, content-model-2.dat, content-model-5.dat: |
1105 |
|
|
Test results are updated; new tests are added. |
1106 |
|
|
|
1107 |
wakaba |
1.139 |
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
1108 |
|
|
|
1109 |
|
|
* ContentChecker.t: Tentative support for subdoc mode. |
1110 |
|
|
|
1111 |
|
|
* tree-test-1.dat: Some tests are added from #whatwg. |
1112 |
|
|
|
1113 |
wakaba |
1.137 |
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
1114 |
|
|
|
1115 |
wakaba |
1.138 |
* css-text.dat: Test data for 'writing-mode' and 'text-anchor' |
1116 |
|
|
are added. |
1117 |
|
|
|
1118 |
|
|
* CSS-Parser-1.t: New properties are added. |
1119 |
|
|
|
1120 |
|
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
1121 |
|
|
|
1122 |
wakaba |
1.137 |
* css-4.dat: New test file. |
1123 |
|
|
|
1124 |
|
|
* CSS-Parser-1.t: |css-4.dat| added. Support for '@charset' |
1125 |
|
|
and '@import'. |
1126 |
|
|
|
1127 |
wakaba |
1.135 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
1128 |
|
|
|
1129 |
wakaba |
1.136 |
* CSS-Parser-1.t (get_parser): Call |init|. |
1130 |
|
|
|
1131 |
|
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
1132 |
|
|
|
1133 |
wakaba |
1.135 |
* css-3.dat: New test file. |
1134 |
|
|
|
1135 |
|
|
* CSS-Parser-1.t: |css-3.dat| is added. '-moz-pre-wrap' added. |
1136 |
|
|
Typo for 'collapse' value fixed. Support for '@namespace' |
1137 |
|
|
serialization. |
1138 |
|
|
|
1139 |
|
|
* css-1.dat: New test data for selectors parsing. |
1140 |
|
|
|
1141 |
|
|
* css-font.dat: Error locations for 'u' errors are corrected. |
1142 |
|
|
|
1143 |
|
|
* css-table.dat: Test data for 'border-collapse' are added. |
1144 |
|
|
|
1145 |
|
|
* css-text.dat: Test data for '-moz-pre-wrap' are added. |
1146 |
|
|
|
1147 |
|
|
* css-visual.dat: Test data for 'background-position' are added. |
1148 |
|
|
|
1149 |
wakaba |
1.134 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
1150 |
|
|
|
1151 |
|
|
* css-2.dat, css-font.dat: s/unsupported/u/g; |
1152 |
|
|
|
1153 |
wakaba |
1.132 |
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
1154 |
|
|
|
1155 |
wakaba |
1.133 |
* css-2.dat: New test data. |
1156 |
|
|
|
1157 |
|
|
* CSS-Parser-1.t: |css-2.dat| added. Support for |@media|. |
1158 |
|
|
|
1159 |
|
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
1160 |
|
|
|
1161 |
wakaba |
1.132 |
* CSS-MediaQuery.t, mq-1.dat: New files. |
1162 |
|
|
|
1163 |
wakaba |
1.131 |
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
1164 |
|
|
|
1165 |
|
|
* CSS-Parser-1.t: Typo fixed. New properties added. |
1166 |
|
|
|
1167 |
|
|
* css-font.dat, css-table.dat, css-paged.dat, css-generated.dat, |
1168 |
|
|
css-visual.dat: New test data for |
1169 |
|
|
newly supported properties are added. |
1170 |
|
|
|
1171 |
wakaba |
1.130 |
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
1172 |
|
|
|
1173 |
|
|
* CSS-Parser-1.t: 'clip' added. |
1174 |
|
|
|
1175 |
|
|
* css-visual.t: New test data for 'clip' are added. |
1176 |
|
|
|
1177 |
wakaba |
1.129 |
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
1178 |
|
|
|
1179 |
|
|
* css-generated.dat: New test data for 'counter-increment', 'content', |
1180 |
|
|
and 'counter-reset' are added. |
1181 |
|
|
|
1182 |
|
|
* CSS-Parser-1.t: 'counter-reset' and 'counter-increment' |
1183 |
|
|
are added. |
1184 |
|
|
|
1185 |
wakaba |
1.128 |
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
1186 |
|
|
|
1187 |
|
|
* CSS-Parser-1.t: 'content' added to the list of supported |
1188 |
|
|
property and the list of initial values. |
1189 |
|
|
|
1190 |
|
|
* css-generated.dat: Tests for 'content' are added. |
1191 |
|
|
|
1192 |
|
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
1193 |
|
|
|
1194 |
|
|
* CSS-Parser-1.t: Loads test files as UTF-8. |
1195 |
|
|
|
1196 |
|
|
* css-generated.dat: Semi-real-world test data for 'quotes' are added. |
1197 |
|
|
|
1198 |
wakaba |
1.122 |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
1199 |
|
|
|
1200 |
wakaba |
1.127 |
* CSS-Parser-1.t: 'quotes' added. |
1201 |
|
|
|
1202 |
|
|
* css-generated.dat: Test data for 'quotes' are added. |
1203 |
|
|
|
1204 |
|
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
1205 |
|
|
|
1206 |
wakaba |
1.126 |
* CSS-Parser-1.t: 'overflow-x' and 'overflow-y' are added. |
1207 |
|
|
|
1208 |
|
|
* css-visual.dat: New test data for 'overflow', 'overflow-x', |
1209 |
|
|
and 'overflow-y' are added. |
1210 |
|
|
|
1211 |
|
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
1212 |
|
|
|
1213 |
wakaba |
1.125 |
* css-visual.dat: New test data for 'opacity' and '-moz-opacity' |
1214 |
|
|
are added. |
1215 |
|
|
|
1216 |
|
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
1217 |
|
|
|
1218 |
wakaba |
1.124 |
* CSS-Parser-1.t: Files |css-table.dat| and |css-interactive.dat| |
1219 |
|
|
are added. |
1220 |
|
|
|
1221 |
|
|
* css-table.dat: New test file. |
1222 |
|
|
|
1223 |
|
|
* css-interactive.dat: New test file. |
1224 |
|
|
|
1225 |
|
|
* css-font.dat: New test data for 'font-size' are added. |
1226 |
|
|
|
1227 |
|
|
* css-text.dat: New test data for 'text-indent', 'letter-spacing', |
1228 |
|
|
and 'word-spacing' are added. |
1229 |
|
|
|
1230 |
|
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
1231 |
|
|
|
1232 |
wakaba |
1.123 |
* CSS-Parser-1.t: Files |css-text.dat| and |css-paged.dat| |
1233 |
|
|
are added. |
1234 |
|
|
|
1235 |
|
|
* css-visual.dat: New test data for 'background-position' are |
1236 |
|
|
added. |
1237 |
|
|
|
1238 |
|
|
* css-text.dat: New test file. |
1239 |
|
|
|
1240 |
|
|
* css-paged.dat: New test file. |
1241 |
|
|
|
1242 |
|
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
1243 |
|
|
|
1244 |
wakaba |
1.122 |
* css-visual.dat: New test data for 'border-top-width', 'border-width', |
1245 |
|
|
'padding-top', 'top', 'right', 'bottom', 'left', 'z-index', |
1246 |
|
|
'width', 'min-width', 'max-width', 'height', 'min-height', |
1247 |
|
|
'max-height', 'line-height', and 'vertical-align' are added. |
1248 |
|
|
|
1249 |
wakaba |
1.115 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
1250 |
|
|
|
1251 |
wakaba |
1.121 |
* css-font.dat: New test data for 'font-weight' |
1252 |
|
|
and 'font-size' are added. |
1253 |
|
|
|
1254 |
|
|
* css-visual.dat: New test data for leading and |
1255 |
|
|
trailing zeros are added. |
1256 |
|
|
|
1257 |
|
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
1258 |
|
|
|
1259 |
wakaba |
1.120 |
* css-font.dat: New test data for 'font' and 'font-size'. |
1260 |
|
|
|
1261 |
|
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
1262 |
|
|
|
1263 |
wakaba |
1.119 |
* CSS-Parser-1.t: 'background-position' was missing |
1264 |
|
|
from the list of default values. |
1265 |
|
|
|
1266 |
|
|
* css-visual.dat: New test data for 'background' |
1267 |
|
|
and 'background-position' are added. |
1268 |
|
|
|
1269 |
|
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
1270 |
|
|
|
1271 |
wakaba |
1.118 |
* css-visual.dat: New test data for 'border' are added. |
1272 |
|
|
|
1273 |
|
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
1274 |
|
|
|
1275 |
wakaba |
1.117 |
* css-1.dat: Some test results were incorrect. |
1276 |
|
|
|
1277 |
|
|
* css-font.dat: New test data on 'font' are added. |
1278 |
|
|
|
1279 |
|
|
* css-visual.dat: Some test results were incorrect. New |
1280 |
|
|
test data on 'margin' are added. |
1281 |
|
|
|
1282 |
|
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
1283 |
|
|
|
1284 |
wakaba |
1.116 |
* css-font.dat: New test file. |
1285 |
|
|
|
1286 |
|
|
* CSS-Parser-1.dat: |css-font.dat| is added. |
1287 |
|
|
|
1288 |
|
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
1289 |
|
|
|
1290 |
wakaba |
1.115 |
* css-visual.dat: Test data for 'padding', 'margin', |
1291 |
|
|
and 'border' related shorthands are added. |
1292 |
|
|
|
1293 |
|
|
2008-01-25 Wakaba <wakaba@suika.fam.cx> |
1294 |
|
|
|
1295 |
|
|
* CSS-Parser-1.t: |css-generated.dat| is added. |
1296 |
|
|
(get_computed_style): The subject of |query_selector| |
1297 |
|
|
should have been the document. |
1298 |
|
|
|
1299 |
|
|
* css-generated.dat: New test data. |
1300 |
|
|
|
1301 |
|
|
* css-visual.dat: New test data for 'display' are added. |
1302 |
|
|
|
1303 |
wakaba |
1.112 |
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
1304 |
|
|
|
1305 |
wakaba |
1.114 |
* CSS-Parser-1.t: Default values are updated. |
1306 |
|
|
|
1307 |
|
|
* css-1.t: Tests for duplicate declarations are added. |
1308 |
|
|
|
1309 |
|
|
* css-visual.t: Some tests were incorrect. Tests for 'margin' |
1310 |
|
|
serialization and '+' in 'margin' are added. |
1311 |
|
|
|
1312 |
|
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
1313 |
|
|
|
1314 |
wakaba |
1.113 |
* CSS-Parser-1.t: Test data file |css-visual.dat| is added. |
1315 |
|
|
Support for the quirks mode. |
1316 |
|
|
|
1317 |
|
|
* css-visual.dat: New file. |
1318 |
|
|
|
1319 |
|
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
1320 |
|
|
|
1321 |
wakaba |
1.112 |
* css-1.dat: Typo fixed. |
1322 |
|
|
|
1323 |
|
|
* CSS-Parser-1.t: The attribute name for computed style |
1324 |
|
|
has been changed. |
1325 |
|
|
|
1326 |
wakaba |
1.111 |
2008-01-22 Wakaba <wakaba@suika.fam.cx> |
1327 |
|
|
|
1328 |
|
|
* css-1.dat: Basic tests for forward compatible parsing |
1329 |
|
|
are added. |
1330 |
|
|
|
1331 |
|
|
* CSS-Parser-1.t: Support for |#errors| validation. |
1332 |
|
|
|
1333 |
wakaba |
1.110 |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
1334 |
|
|
|
1335 |
|
|
* CSS-Parser-1.t, css-1.dat: New test files. |
1336 |
|
|
|
1337 |
wakaba |
1.109 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
1338 |
|
|
|
1339 |
|
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
1340 |
|
|
content-model-4.dat, table-1.dat: Test data are updated |
1341 |
|
|
for the significant content check. |
1342 |
|
|
|
1343 |
|
|
* content-model-5.dat: New test data. |
1344 |
|
|
|
1345 |
|
|
* ContentChecker.t: New test data file is added. |
1346 |
|
|
|
1347 |
wakaba |
1.108 |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
1348 |
|
|
|
1349 |
|
|
* content-model-2.dat: nest/@mode test data revised. |
1350 |
|
|
Test data for nest/@filter and rule/@condition are added. |
1351 |
|
|
|
1352 |
wakaba |
1.105 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
1353 |
|
|
|
1354 |
wakaba |
1.107 |
* content-model-2.dat: Media type tests are revised. |
1355 |
|
|
|
1356 |
|
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
1357 |
|
|
|
1358 |
wakaba |
1.106 |
* content-model-2.dat: New test data for character references |
1359 |
|
|
in |charset| attribute values. |
1360 |
|
|
|
1361 |
|
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
1362 |
|
|
|
1363 |
wakaba |
1.105 |
* ContentChecker.t: Unset |input_encoding| attribute. |
1364 |
|
|
|
1365 |
|
|
* content-model-1.dat, content-model-2.dat: New tests |
1366 |
|
|
for |charset| attribute value are added. |
1367 |
|
|
|
1368 |
wakaba |
1.103 |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
1369 |
|
|
|
1370 |
wakaba |
1.104 |
* ContentType.t: New tests for HTML5 sniffing algorithm, |
1371 |
|
|
leading white space support (HTML5 revisions 1013 and 1016). |
1372 |
|
|
|
1373 |
|
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
1374 |
|
|
|
1375 |
wakaba |
1.103 |
* ContentType.t: New tests for HTML5 revision 1013 (except |
1376 |
|
|
for leading white spaces). |
1377 |
|
|
|
1378 |
wakaba |
1.102 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
1379 |
|
|
|
1380 |
|
|
* content-model-4.dat: New tests for proposed link types. |
1381 |
|
|
|
1382 |
wakaba |
1.101 |
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
1383 |
|
|
|
1384 |
|
|
* content-model-4.dat: s/noreferer/noreferrer/g |
1385 |
|
|
and s/noreferrer/noreferer/g (HTML5 revision 1132). |
1386 |
|
|
|
1387 |
wakaba |
1.97 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
1388 |
|
|
|
1389 |
wakaba |
1.100 |
* content-model-2.dat: Tests for |manifest=""| are added. |
1390 |
|
|
|
1391 |
|
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
1392 |
|
|
|
1393 |
wakaba |
1.99 |
* content-model-2.dat: <a><img ismap></a> is no longer |
1394 |
|
|
conforming (HTML5 revision 1115). |
1395 |
|
|
|
1396 |
|
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
1397 |
|
|
|
1398 |
wakaba |
1.98 |
* content-model-1.dat, content-model-2.dat: <base> |
1399 |
|
|
w/o @target and @href is non-conforming (HTML5 revision 1115). |
1400 |
|
|
|
1401 |
|
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
1402 |
|
|
|
1403 |
wakaba |
1.97 |
* content-model-4.dat: New tests for rel=up (HTML5 revision 1112) |
1404 |
|
|
and rel=noreferer (HTML5 revision 1118). |
1405 |
|
|
|
1406 |
wakaba |
1.96 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
1407 |
|
|
|
1408 |
|
|
* content-model-2.dat: New test for |poster| (HTML5 revision 1097). |
1409 |
|
|
|
1410 |
wakaba |
1.95 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
1411 |
|
|
|
1412 |
|
|
* content-model-2.dat: <script async defer> is now conforming (HTML5 |
1413 |
|
|
revision 1085). |
1414 |
|
|
|
1415 |
wakaba |
1.94 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
1416 |
|
|
|
1417 |
|
|
* content-model-1.dat, content-model-2.dat: New test |
1418 |
|
|
data for |rule|, |nest|, and |datatemplate| elements. |
1419 |
|
|
|
1420 |
wakaba |
1.92 |
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
1421 |
|
|
|
1422 |
wakaba |
1.93 |
* css-token-1.dat: Test results for |\\{nl}| were incorrect. |
1423 |
|
|
|
1424 |
|
|
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
1425 |
|
|
|
1426 |
wakaba |
1.92 |
* Makefile (update): New rule. |
1427 |
|
|
|
1428 |
wakaba |
1.91 |
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
1429 |
|
|
|
1430 |
|
|
* tokenizer-test-1.test: New tests for invalid |
1431 |
|
|
attribute specifications are added. |
1432 |
|
|
|
1433 |
wakaba |
1.90 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
1434 |
|
|
|
1435 |
|
|
* ContentChecker.t: New test data files are added. |
1436 |
|
|
|
1437 |
|
|
* content-model-atom-1.dat, content-model-atom-2.dat: New test data. |
1438 |
|
|
|
1439 |
wakaba |
1.87 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
1440 |
|
|
|
1441 |
wakaba |
1.89 |
* css-token-1.test: Test cases for remaining CSS tokens |
1442 |
|
|
are added. |
1443 |
|
|
|
1444 |
|
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
1445 |
|
|
|
1446 |
wakaba |
1.88 |
* css-token-1.test: Test cases for one-char tokens, |COMMENT|, |
1447 |
|
|
and |COMMENT_INVALID| are added. |
1448 |
|
|
|
1449 |
|
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
1450 |
|
|
|
1451 |
wakaba |
1.87 |
* css-token-1.test: |URI_PREFIX|, |UNICODE_RANGE|, |CDO|, |
1452 |
|
|
and |CDC| test cases are added. |
1453 |
|
|
|
1454 |
wakaba |
1.81 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
1455 |
|
|
|
1456 |
wakaba |
1.86 |
* css-token-1.test: |URI| and |INVALID| test |
1457 |
|
|
cases are added. |
1458 |
|
|
|
1459 |
|
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
1460 |
|
|
|
1461 |
wakaba |
1.85 |
* css-token-1.test: |NUMBER| and |DIMENSION| test |
1462 |
|
|
cases are added. |
1463 |
|
|
|
1464 |
|
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
1465 |
|
|
|
1466 |
wakaba |
1.84 |
* css-token-1.test: |HASH| and |NUMBER| |
1467 |
|
|
test cases are added. |
1468 |
|
|
|
1469 |
|
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
1470 |
|
|
|
1471 |
wakaba |
1.83 |
* css-token-1.test: |STRING| and |INVALID| |
1472 |
|
|
test cases are added. |
1473 |
|
|
|
1474 |
|
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
1475 |
|
|
|
1476 |
wakaba |
1.82 |
* css-token-1.test: New tests are added. |
1477 |
|
|
|
1478 |
|
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
1479 |
|
|
|
1480 |
wakaba |
1.81 |
* css-token-1.test, CSS-Tokenizer.t: New files. |
1481 |
|
|
|
1482 |
wakaba |
1.80 |
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
1483 |
|
|
|
1484 |
|
|
* tree-test-1.dat: New tests are added. |
1485 |
|
|
|
1486 |
wakaba |
1.78 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
1487 |
|
|
|
1488 |
wakaba |
1.79 |
* tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test| |
1489 |
|
|
are added. |
1490 |
|
|
|
1491 |
|
|
* tree-construction/, tokenizer/: Sync with latest html5lib. |
1492 |
|
|
|
1493 |
|
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
1494 |
|
|
|
1495 |
wakaba |
1.78 |
* content-model-1.dat: New tests for |meta| corner cases |
1496 |
|
|
are added. |
1497 |
|
|
|
1498 |
|
|
2007-08-22 Wakaba <wakaba@suika.fam.cx> |
1499 |
|
|
|
1500 |
|
|
* tree-test-2.dat: New tests for |html| innerHTML are added. |
1501 |
|
|
|
1502 |
wakaba |
1.76 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
1503 |
|
|
|
1504 |
wakaba |
1.77 |
* content-model-2.dat: New tests for |base| |
1505 |
|
|
following URI or hyperlink are added. |
1506 |
|
|
|
1507 |
|
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
1508 |
|
|
|
1509 |
wakaba |
1.76 |
* content-model-1.dat: New tests for |noscript| in |head| are added. |
1510 |
|
|
|
1511 |
|
|
* content-model-2.dat: A wrong result for |xml:lang| in |
1512 |
|
|
HTML document is fixed. |
1513 |
|
|
|
1514 |
wakaba |
1.75 |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
1515 |
|
|
|
1516 |
|
|
* ContentType.t: New tests for bitmap images are added. |
1517 |
|
|
|
1518 |
wakaba |
1.74 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
1519 |
|
|
|
1520 |
|
|
* content-model-2.dat: Some error messages are changed. |
1521 |
|
|
|
1522 |
|
|
* ContentType.t: New tests for |<script| sniffer are added. |
1523 |
|
|
|
1524 |
wakaba |
1.68 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
1525 |
|
|
|
1526 |
wakaba |
1.73 |
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
1527 |
|
|
fragment parsing. |
1528 |
|
|
|
1529 |
|
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
1530 |
|
|
|
1531 |
wakaba |
1.72 |
* tree-test-1.dat: More tests for tags "in row" are added. |
1532 |
|
|
|
1533 |
|
|
* HTML-tree.t: Quote test data for readability. |
1534 |
|
|
|
1535 |
|
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
1536 |
|
|
|
1537 |
wakaba |
1.71 |
* tree-test-1.dat: More tests are added for |noframes| |
1538 |
|
|
after |</frameset>|. |
1539 |
|
|
|
1540 |
|
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
1541 |
|
|
|
1542 |
wakaba |
1.70 |
* tree-test-1.dat: More tests for start tags "in caption" |
1543 |
|
|
insertion mode and for tags "in cell" insertion |
1544 |
|
|
mode are added. |
1545 |
|
|
|
1546 |
|
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
1547 |
|
|
|
1548 |
wakaba |
1.69 |
* tree-test-1.dat: More tests for ignoring some tokens |
1549 |
|
|
are added. |
1550 |
|
|
|
1551 |
|
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
1552 |
|
|
|
1553 |
wakaba |
1.68 |
* HTML-tokenizer.t: Set content model flag in new syntax. |
1554 |
|
|
|
1555 |
wakaba |
1.63 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
1556 |
|
|
|
1557 |
wakaba |
1.67 |
* content-model-1.dat, content-model-2.dat: Some test data |
1558 |
|
|
have been updated due to new warnings. |
1559 |
|
|
|
1560 |
|
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
1561 |
|
|
|
1562 |
wakaba |
1.66 |
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
1563 |
|
|
error for test data that has |charset| in XML context. |
1564 |
|
|
|
1565 |
|
|
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
1566 |
|
|
and "in HTML:xml:lang" are added. |
1567 |
|
|
|
1568 |
|
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
1569 |
|
|
|
1570 |
wakaba |
1.65 |
* HTML-tokenizer.t: It now requires newer version |
1571 |
|
|
of JSON.pm due to the broken handling for utf8 string |
1572 |
|
|
of older version. Test data files |test3.test| |
1573 |
|
|
and |test4.test| are added. Convert surrogate |
1574 |
|
|
pair |\u| escapes in JSON file before it is input |
1575 |
|
|
into JSON.pm parser since it does not decode |
1576 |
|
|
them correctly. U+000D convertion was incorrect. |
1577 |
|
|
|
1578 |
|
|
* HTML-tree.t: Support for new format for fragment |
1579 |
|
|
parsing tests. |
1580 |
|
|
|
1581 |
|
|
* Makefile (tokenizer-files): New test |
1582 |
|
|
data files |test3.test| and |test4.test| are added. |
1583 |
|
|
|
1584 |
|
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
1585 |
|
|
entity references in attribute values are added. |
1586 |
|
|
|
1587 |
|
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
1588 |
|
|
|
1589 |
|
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
1590 |
|
|
|
1591 |
wakaba |
1.64 |
* tree-test-1.dat: Tests for |<html>| in trailing |
1592 |
|
|
end phase and |</frameset>| in after frameset mode |
1593 |
|
|
are added. |
1594 |
|
|
|
1595 |
|
|
* tree-test-2.dat: Tests for |</frameset>| |
1596 |
|
|
in |frameset| fragment parsing are added. |
1597 |
|
|
|
1598 |
|
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
1599 |
|
|
|
1600 |
wakaba |
1.63 |
* tree-test-1.dat: New tests for trailing end phase |
1601 |
|
|
and white space in some insertion modes are added. |
1602 |
|
|
|
1603 |
wakaba |
1.61 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
1604 |
|
|
|
1605 |
wakaba |
1.62 |
* Charset-DecodeHandler.t: Cases for charset names has |
1606 |
|
|
been changed to match with the module's implementation. |
1607 |
|
|
|
1608 |
|
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
1609 |
|
|
|
1610 |
wakaba |
1.61 |
* Charset-DecodeHandler.t: New test script. |
1611 |
|
|
|
1612 |
wakaba |
1.60 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
1613 |
|
|
|
1614 |
|
|
* tokenizer-test-1.test: A comment test is added. |
1615 |
|
|
|
1616 |
wakaba |
1.58 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
1617 |
|
|
|
1618 |
wakaba |
1.59 |
* tree-test-1.dat: New tests for unmatched end tags. |
1619 |
|
|
|
1620 |
|
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
1621 |
|
|
|
1622 |
wakaba |
1.58 |
* table-1.dat: New test data. |
1623 |
|
|
|
1624 |
|
|
* ContentChecker.t: |table-1.dat| is added. |
1625 |
|
|
|
1626 |
wakaba |
1.56 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
1627 |
|
|
|
1628 |
wakaba |
1.57 |
* tree-test-2.dat: Tests for <title> in fragments are added. |
1629 |
|
|
|
1630 |
|
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
1631 |
|
|
|
1632 |
wakaba |
1.56 |
* URIChecker.t: Error level names in test results has |
1633 |
|
|
been changed. |
1634 |
|
|
|
1635 |
|
|
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
1636 |
|
|
is added. |
1637 |
|
|
|
1638 |
|
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
1639 |
|
|
content-model-4.dat: Error messages has been changed. |
1640 |
|
|
|
1641 |
|
|
* ContentChecker.t: Appends error level to the error |
1642 |
|
|
message if any. |
1643 |
|
|
|
1644 |
wakaba |
1.53 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
1645 |
|
|
|
1646 |
wakaba |
1.55 |
* content-model-2.dat: Tests for |<img ismap>| context |
1647 |
|
|
are added. Tests for |<command>|'s attributes are added. |
1648 |
|
|
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
1649 |
|
|
are added. |
1650 |
|
|
|
1651 |
|
|
* content-model-1.dat: Tests for |<datagrid>| contents |
1652 |
|
|
are added. |
1653 |
|
|
|
1654 |
|
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
1655 |
|
|
|
1656 |
wakaba |
1.54 |
* tree-test-1.dat: The tests using |#document-fragment| |
1657 |
|
|
are move to |tree-test-2.dat|. |
1658 |
|
|
|
1659 |
|
|
* tree-test-2.dat: New test data. In addition to |
1660 |
|
|
tests from |tree-test-1.dat|, two tests |
1661 |
|
|
for |</table>| are added. |
1662 |
|
|
|
1663 |
|
|
* HTML-tree.t: |tree-test-2.dat| is added. |
1664 |
|
|
|
1665 |
|
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
1666 |
|
|
|
1667 |
wakaba |
1.53 |
* tree-test-1.dat: Tests for end tag strings |
1668 |
|
|
in CDATA elements are added. |
1669 |
|
|
|
1670 |
wakaba |
1.48 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
1671 |
|
|
|
1672 |
wakaba |
1.52 |
* content-model-1.dat: Tests for |footer| |
1673 |
|
|
content model are added. |
1674 |
|
|
|
1675 |
|
|
* content-model-2.dat: Tests for |ping| |
1676 |
|
|
and |tabindex| attributes are added. Tests for |datetime| |
1677 |
|
|
attribute of |ins| and |del| elements are added. |
1678 |
|
|
|
1679 |
|
|
* content-model-4.dat: New test data. |
1680 |
|
|
|
1681 |
|
|
* ContentChecker.t: |content-model-4.dat| is added. |
1682 |
|
|
|
1683 |
|
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
1684 |
|
|
|
1685 |
wakaba |
1.51 |
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
1686 |
|
|
and 1.145 (CR and invalid character references) are added. |
1687 |
|
|
Tests for HTML5 revision 1.148 (character references |
1688 |
|
|
in attributes) are added. |
1689 |
|
|
|
1690 |
|
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
1691 |
|
|
space characters before root element start tag). |
1692 |
|
|
|
1693 |
|
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
1694 |
|
|
|
1695 |
wakaba |
1.49 |
* tree-test-1.dat: Some test results are changed |
1696 |
wakaba |
1.50 |
and a test is added according to the HTML5 |
1697 |
wakaba |
1.51 |
revisions 1.142 and 1.143 (<noscript> in <head>). |
1698 |
wakaba |
1.50 |
|
1699 |
|
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
1700 |
|
|
|
1701 |
|
|
* tree-test-1.dat: Some test results are changed |
1702 |
wakaba |
1.49 |
since <base>, <link>, and <meta> in body |
1703 |
|
|
are no longer appended to the head element pointer (HTML5 |
1704 |
|
|
revision 935). |
1705 |
|
|
|
1706 |
|
|
* content-model-2.dat: Tests for |scoped| |
1707 |
|
|
attribute are added (HTML5 revision 938). |
1708 |
|
|
|
1709 |
|
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
1710 |
|
|
|
1711 |
wakaba |
1.48 |
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
1712 |
|
|
with matching end tag are added (HTML5 revision 923). |
1713 |
|
|
A test for h2 in h1 is added (HTML5 revision 926). |
1714 |
|
|
|
1715 |
wakaba |
1.34 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1716 |
|
|
|
1717 |
wakaba |
1.48 |
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
1718 |
|
|
revision 920). |
1719 |
wakaba |
1.47 |
|
1720 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1721 |
|
|
|
1722 |
wakaba |
1.46 |
* tokenizer-test-1.test: Tests for conforming bare |&| |
1723 |
|
|
are added. |
1724 |
|
|
|
1725 |
|
|
* tree-test-1.dat: Tests for |</body>| are added. |
1726 |
|
|
|
1727 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1728 |
|
|
|
1729 |
wakaba |
1.45 |
* tree-test-1.dat: Always use uppercase document type name. |
1730 |
|
|
|
1731 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1732 |
|
|
|
1733 |
wakaba |
1.44 |
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
1734 |
|
|
|
1735 |
|
|
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
1736 |
|
|
are revised and added. |
1737 |
|
|
|
1738 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1739 |
|
|
|
1740 |
wakaba |
1.43 |
* tokenizer-test-1.test: Tests for |<| in tags are |
1741 |
|
|
added. (HTML5 revisions 900, 901, 902, and 911.) |
1742 |
|
|
|
1743 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1744 |
|
|
|
1745 |
wakaba |
1.42 |
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
1746 |
|
|
are added. (HTML5 revision 895.) A test for |&;| |
1747 |
|
|
is added. |
1748 |
|
|
|
1749 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1750 |
|
|
|
1751 |
wakaba |
1.41 |
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
1752 |
|
|
|
1753 |
|
|
* HTML-tree.t: Output test file names. Escaped |
1754 |
|
|
new line at the end of test data was removed. |
1755 |
|
|
|
1756 |
|
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
1757 |
|
|
escape flag stuff in |set_inner_html|. |
1758 |
|
|
|
1759 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1760 |
|
|
|
1761 |
wakaba |
1.40 |
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
1762 |
|
|
try to close its children). |
1763 |
|
|
|
1764 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1765 |
|
|
|
1766 |
wakaba |
1.39 |
* content-model-1.dat: Tests for space characters |
1767 |
|
|
in id="" attribute are added. |
1768 |
|
|
|
1769 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1770 |
|
|
|
1771 |
wakaba |
1.38 |
* tree-test-1.dat: New tests for parse errors by |
1772 |
|
|
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
1773 |
|
|
|
1774 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1775 |
|
|
|
1776 |
wakaba |
1.37 |
* tokenizer-test-2.dat: New test. This test file contains |
1777 |
|
|
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
1778 |
|
|
since they depends on how characeters are supplied to the |
1779 |
|
|
tokenizer. |
1780 |
|
|
|
1781 |
|
|
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
1782 |
|
|
etc. supported. |
1783 |
|
|
|
1784 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1785 |
|
|
|
1786 |
wakaba |
1.36 |
* tokenizer-test-1.test: Tests for C1 character |
1787 |
|
|
references are added. |
1788 |
|
|
|
1789 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1790 |
|
|
|
1791 |
wakaba |
1.35 |
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
1792 |
|
|
Note that a test fails that assumes XML attribute value |
1793 |
|
|
normalization fails since XMLParserTemp.pm does |
1794 |
|
|
not normalize white space in attribute value when |
1795 |
|
|
creating an attribute node (and new NanoDOM-based |
1796 |
|
|
manakai's Attr.value does not normalize white space |
1797 |
|
|
for more Web compatibility). |
1798 |
|
|
|
1799 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1800 |
|
|
|
1801 |
wakaba |
1.34 |
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
1802 |
|
|
files are added. |
1803 |
|
|
|
1804 |
|
|
* tokenize/, tree-construction/: Sync with latest html5lib |
1805 |
|
|
trunk. |
1806 |
|
|
|
1807 |
wakaba |
1.33 |
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
1808 |
|
|
|
1809 |
|
|
* content-model-2.dat: |script| |async| and |defer| |
1810 |
|
|
no longer require |src|. |async| MUST NOT be |
1811 |
|
|
specified if |defer|. (HTML5 revision 858). |
1812 |
|
|
|
1813 |
wakaba |
1.32 |
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
1814 |
|
|
|
1815 |
|
|
* ContentChecker.t: Don't use obsolete |new| method. |
1816 |
|
|
|
1817 |
|
|
* tree-test-1.dat: Nested form test added. |
1818 |
|
|
|
1819 |
wakaba |
1.31 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
1820 |
|
|
|
1821 |
|
|
* content-model-2.dat: Some error messages are updated. |
1822 |
|
|
|
1823 |
|
|
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
1824 |
|
|
and |tfoot| is added. |
1825 |
|
|
|
1826 |
wakaba |
1.29 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
1827 |
|
|
|
1828 |
wakaba |
1.30 |
* content-model-2.dat: Tests for |rel| values are added. |
1829 |
|
|
|
1830 |
|
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
1831 |
|
|
|
1832 |
wakaba |
1.29 |
* content-model-2.dat: Errors on obsolete media |
1833 |
|
|
type (i.e. |text/javascript|) are added to the expected results. |
1834 |
|
|
|
1835 |
|
|
* tree-test-1.dat: Tests for |style| elements' attributes |
1836 |
|
|
are added. |
1837 |
|
|
|
1838 |
wakaba |
1.26 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
1839 |
|
|
|
1840 |
wakaba |
1.27 |
* URIChecker.t: New test entries. |
1841 |
|
|
|
1842 |
wakaba |
1.28 |
* content-model-2.dat: New test entries for URI attributes. |
1843 |
|
|
|
1844 |
wakaba |
1.27 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
1845 |
|
|
|
1846 |
wakaba |
1.26 |
* URIChecker.t: New test. |
1847 |
|
|
|
1848 |
wakaba |
1.22 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
1849 |
|
|
|
1850 |
wakaba |
1.25 |
* Makefile (content-type-files, content-checker-files): New rukes. |
1851 |
|
|
|
1852 |
|
|
* content-type-result.txt, content-checker-result.txt: New files. |
1853 |
|
|
|
1854 |
|
|
* tokenizer-result.txt, tree-construction-result.txt: New to CVS. |
1855 |
|
|
|
1856 |
|
|
* content-model-2.dat: Warnings are added to unknown attributes |
1857 |
|
|
for unknown elements. New tests for newly implemented |
1858 |
|
|
attributes are added. |
1859 |
|
|
|
1860 |
|
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
1861 |
|
|
|
1862 |
wakaba |
1.24 |
* content-model-1.dat: Required attributes are |
1863 |
|
|
added to <link>s. |
1864 |
|
|
|
1865 |
|
|
* content-model-2.dat: Tests for global event handler |
1866 |
|
|
content attributes, <link>s and <embed>s are added. |
1867 |
|
|
|
1868 |
|
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
1869 |
|
|
|
1870 |
wakaba |
1.23 |
* content-model-2.dat: Tests for additionally-implemented |
1871 |
|
|
attributes are added. |
1872 |
|
|
|
1873 |
|
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
1874 |
|
|
|
1875 |
wakaba |
1.22 |
* content-model-2.dat: Tests for <a>/interactive |
1876 |
|
|
elements non-nesting are added. |
1877 |
|
|
|
1878 |
wakaba |
1.16 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1879 |
|
|
|
1880 |
wakaba |
1.21 |
* content-model-3.dat: New test. |
1881 |
|
|
|
1882 |
|
|
* ContentChecker.t (@FILES): |content-model-3.dat| added. |
1883 |
|
|
|
1884 |
|
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1885 |
|
|
|
1886 |
wakaba |
1.20 |
* tree-test-1.dat: Tests for |<iframe>|, |<noframes>|, |
1887 |
|
|
and |<xmp>| are added. |
1888 |
|
|
|
1889 |
|
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1890 |
|
|
|
1891 |
wakaba |
1.19 |
* content-model-1.dat: A content model conformance |
1892 |
|
|
error was missing. |
1893 |
|
|
|
1894 |
|
|
* content-model-2.dat: Unsupported global attribute (prefixed |
1895 |
|
|
attribute) test is added. Tests for many HTML5 elements |
1896 |
|
|
are added. |
1897 |
|
|
|
1898 |
|
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1899 |
|
|
|
1900 |
wakaba |
1.18 |
* content-model-2.dat: Tests for elements up to |progress|. |
1901 |
|
|
|
1902 |
|
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1903 |
|
|
|
1904 |
wakaba |
1.17 |
* content-model-2.dat: Tests for global attributes, |html|, |head|, |
1905 |
|
|
|base|, |meta|, and |style|. |
1906 |
|
|
|
1907 |
|
|
* ContentChecker.t: Support for |#data html| (HTML parsing |
1908 |
|
|
mode). |
1909 |
|
|
|
1910 |
|
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1911 |
|
|
|
1912 |
wakaba |
1.16 |
* content-model-2.dat: New test. |
1913 |
|
|
|
1914 |
|
|
* ContentChecker.t (@FILES): |content-model-2.dat| is added. |
1915 |
|
|
(get_node_path): |ATTRIBUTE_NODE| support. |
1916 |
|
|
|
1917 |
|
|
* content-model-1.dat: New tests for unknown |
1918 |
|
|
element in HTML namespace. |
1919 |
|
|
|
1920 |
wakaba |
1.11 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
1921 |
|
|
|
1922 |
wakaba |
1.16 |
* ContentChecker.t (manakai_element_type_match): Removed. |
1923 |
wakaba |
1.15 |
|
1924 |
|
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
1925 |
|
|
|
1926 |
wakaba |
1.14 |
* content-model-1.dat: Tests for |a| content model are added. |
1927 |
|
|
Tests for |legend| content model are added. |
1928 |
|
|
|
1929 |
|
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
1930 |
|
|
|
1931 |
wakaba |
1.13 |
* content-model-1.dat: Tests for |li| content model are added. |
1932 |
|
|
|
1933 |
|
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
1934 |
|
|
|
1935 |
wakaba |
1.12 |
* content-model-1.dat: Tests for |dd| content model are added. |
1936 |
|
|
Tests for |em| content model (inline-level content |
1937 |
|
|
or stricly inline-level content) are added. |
1938 |
|
|
Tests for |dfn| content model are added. |
1939 |
|
|
|
1940 |
|
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
1941 |
|
|
|
1942 |
wakaba |
1.11 |
* content-model-1.dat: New test data. |
1943 |
|
|
|
1944 |
|
|
* ContentChecker.t: New test. |
1945 |
|
|
|
1946 |
wakaba |
1.10 |
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
1947 |
|
|
|
1948 |
|
|
* tree-test-1.dat: ins > p test and noscript in noscript test |
1949 |
|
|
are added. |
1950 |
|
|
|
1951 |
wakaba |
1.9 |
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
1952 |
|
|
|
1953 |
|
|
* tokenizer-test-1.test: Incorrect DOCTYPE testa |
1954 |
|
|
are added. |
1955 |
|
|
|
1956 |
|
|
* tree-test-1.dat: |innerHTML| tests are added. |
1957 |
|
|
|
1958 |
|
|
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
1959 |
|
|
|
1960 |
|
|
* LICENSE: New document. |
1961 |
|
|
|
1962 |
wakaba |
1.8 |
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
1963 |
|
|
|
1964 |
|
|
* .cvsignore: Result files are added. |
1965 |
|
|
|
1966 |
|
|
* HTML-tree.t: Support for document fragment tests. |
1967 |
|
|
|
1968 |
|
|
* Makefile: Generate test result files. |
1969 |
|
|
|
1970 |
|
|
* tokenizer-test-1.test: A new test to ensure that |
1971 |
|
|
characters after end tag are preserved in RCDATA or CDATA |
1972 |
|
|
case. |
1973 |
|
|
|
1974 |
wakaba |
1.6 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
1975 |
|
|
|
1976 |
wakaba |
1.7 |
* HTML-tree.t: Use new |What::HTML->parse_string| method |
1977 |
|
|
so that this test don't have to know parser class's |
1978 |
|
|
internals. |
1979 |
|
|
|
1980 |
|
|
* tree-test-1.dat: New tests for "(<head> stuffs) in body" |
1981 |
|
|
and "(<head> stuffs) after body" are added. |
1982 |
|
|
|
1983 |
|
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
1984 |
|
|
|
1985 |
wakaba |
1.6 |
* HTML-tree.t: New test file is added. Sort key |
1986 |
|
|
was incorrect. |
1987 |
|
|
|
1988 |
|
|
* HTML-tokenizer.t: New test file is added. |
1989 |
|
|
|
1990 |
|
|
* tokenizer-test-1.test, tree-test-1.dat: New tests. |
1991 |
|
|
|
1992 |
wakaba |
1.3 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
1993 |
|
|
|
1994 |
wakaba |
1.5 |
* .cvsignore: |tree-consturction| is added. |
1995 |
|
|
|
1996 |
|
|
* HTML-tree.t: New test. |
1997 |
|
|
|
1998 |
|
|
* Makefile: Rules for tree constructor tests are added. |
1999 |
|
|
|
2000 |
|
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
2001 |
|
|
|
2002 |
wakaba |
1.4 |
* HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced |
2003 |
|
|
by customized ones so that utf8 vs byte string handling |
2004 |
|
|
cause no error. Set |$JSON::UTF8| flag on so |
2005 |
|
|
that the |JSON| module turns the utf8 flag on. |
2006 |
|
|
Support for the |contentModelFlags| and |lastStartTag| |
2007 |
|
|
test props. Show the input as well as description |
2008 |
|
|
when a test fails. |
2009 |
|
|
|
2010 |
|
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
2011 |
|
|
|
2012 |
wakaba |
1.3 |
* .cvsignore: New file. |
2013 |
|
|
|
2014 |
|
|
* Makefile: New file. |
2015 |
|
|
|
2016 |
|
|
* HTML-tokenizer.t: New test. |
2017 |
|
|
|
2018 |
wakaba |
1.1 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
2019 |
|
|
|
2020 |
wakaba |
1.2 |
* ContentType.t: Remove some |my|s to avoid warnings. |
2021 |
|
|
|
2022 |
|
|
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
2023 |
|
|
|
2024 |
wakaba |
1.1 |
* ChangeLog: New file. |
2025 |
|
|
|
2026 |
|
|
* ContentType.t: New Perl test. |
2027 |
|
|
|
2028 |
|
|
|