1 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* xml/: New directory. |
4 |
|
|
5 |
|
* Makefile: Tests for Whatpm::XML::Parser are added. |
6 |
|
|
7 |
|
* HTML-tree.t: Change the relative order of codes. |
8 |
|
|
9 |
|
* XML-Parser.t: New test script. |
10 |
|
|
11 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper. |
14 |
|
|
15 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* tree-test-phrasing.dat: Wrong test results fixed. |
18 |
|
|
19 |
|
* tree-test-foreign.dat: New tests added. |
20 |
|
|
21 |
|
* testfiles.pl: "#..." line at the end of a test entry was not |
22 |
|
supported. |
23 |
|
|
24 |
|
* HTML-tree.t: Show the "#data" content in "no #errors" error |
25 |
|
message. |
26 |
|
|
27 |
|
* tokenizer-test-2.dat: A wrong test result fixed. |
28 |
|
|
29 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML-tree.t: Test result format for oreign element/attribute |
32 |
|
names are updated to the latest one for html5lib tests. Append a |
33 |
|
newline to the expected result only when it is not an empty |
34 |
|
string, for comparablity with the actual result. |
35 |
|
|
36 |
|
* tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat, |
37 |
|
tree-test-3.dat: Test results for foreign elements are updated. |
38 |
|
|
39 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML-tree.t: <!DOCTYPE> test result format changed to the latest |
42 |
|
format for html5lib tests. |
43 |
|
|
44 |
|
* tree-test-1.dat, tokenizer-test-2.dat: Test results for |
45 |
|
<!DOCTYPE> are updated. |
46 |
|
|
47 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML-tree.t: Test data file parser changed to the common one. |
50 |
|
|
51 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* tokenizer-test-2.dat: A test result was wrong. |
54 |
|
|
55 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* content-model-1.dat: Some entries moved to |
58 |
|
dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat, |
59 |
|
dom-conformance/html-links-1.dat, |
60 |
|
dom-conformance/html-objects-1.dat, and |
61 |
|
dom-conformance/html-interactive-1.dat. |
62 |
|
|
63 |
|
* content-model-2.dat: Removed (moved to |
64 |
|
dom-conformance/xml-1.dat, dom-conformance/html-1.dat, |
65 |
|
dom-conformance/html-links-1.dat, |
66 |
|
dom-conformance/html-objects-1.dat, |
67 |
|
dom-conformance/html-interactive-1.dat, and |
68 |
|
dom-conformance/html-flows-1.dat). |
69 |
|
|
70 |
|
* content-model-3.dat: Removed (moved to |
71 |
|
dom-conformance/xml-global.dat). |
72 |
|
|
73 |
|
* content-model-4.dat: Removed (moved to |
74 |
|
dom-conformance/html-texts-1.dat and |
75 |
|
dom-conformance/html-links-1.dat). |
76 |
|
|
77 |
|
* content-model-5.dat: Removed (moved to |
78 |
|
dom-conformance/html-flows-1.dat). |
79 |
|
|
80 |
|
* content-model-6.dat: Removed (moved to |
81 |
|
dom-conformance/html-dataset.dat). |
82 |
|
|
83 |
|
* ContentChecker.t: References to the removed files removed and |
84 |
|
references to new files added. |
85 |
|
|
86 |
|
* ContentChecker-XML.t: New script. |
87 |
|
|
88 |
|
* Makefile: Updated. |
89 |
|
|
90 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* content-model-2.dat: Repetition model test is moved to another |
93 |
|
file. A wrong test result fixed. Broken test entries fixed. |
94 |
|
<area rev> is now reported as "unknown attribute", since RDFa spec |
95 |
|
adds that attribute to all elements with the Common attribute set. |
96 |
|
Note that we have no plan to support RDFa, at the moment. |
97 |
|
|
98 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* ContentChecker.t: New files added. |
101 |
|
|
102 |
|
* content-model-1.dat, content-model-2.dat: Numbers of test |
103 |
|
entries are moved to other files. |
104 |
|
|
105 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* content-model-1.dat, content-model-2.dat: Test results on |
108 |
|
|label| contents fixed. |
109 |
|
|
110 |
|
* ContentChecker.t: |dom-conformance/html-form-label.dat| added. |
111 |
|
|
112 |
|
* dom-conformance/: New directory. |
113 |
|
|
114 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* HTML-tree.t: New test files added. |
117 |
|
|
118 |
|
* Makefile: New test files added. |
119 |
|
|
120 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* tree-test-1.dat: Test results updated and new tests added on the |
123 |
|
boundaries of Text nodes (HTML5 revision 2124). |
124 |
|
|
125 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* tree-test-form.dat: New test data file. |
128 |
|
|
129 |
|
* HTML-tree.t: |tree-test-form.dat| added. |
130 |
|
|
131 |
|
* tree-test-1.dat: Test results related to <option> and <optgroup> |
132 |
|
are updated (cf. HTML5 revision 2128). |
133 |
|
|
134 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* tree-test-foreign.dat: New test data file. |
137 |
|
|
138 |
|
* HTML-tree.t: |tree-test-foreign.dat| added. |
139 |
|
|
140 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* tree-test-void.dat: Test on unmatched void end tag added (cf. |
143 |
|
HTML5 revision 1731). |
144 |
|
|
145 |
|
* tree-test-1.dat: Test on unmatched end tag added (cf. HTML5 |
146 |
|
revision 1731). |
147 |
|
|
148 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* tree-test-void.dat: Test on |param| and |source| start tags are |
151 |
|
added, as well as test on polytheistic slashes for new void |
152 |
|
elements (HTML5 revision 1731). |
153 |
|
|
154 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* tree-test-flow.dat: Test on implied end tag before <p> start tag |
157 |
|
are added (HTML5 revision 1731). |
158 |
|
|
159 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* tree-test-phrasing.dat, tree-test-flow.dat: New test data files. |
162 |
|
|
163 |
|
* HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat| |
164 |
|
are added. |
165 |
|
|
166 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* tree-test-void.dat: New test data (cf. HTML5 revision 1731). |
169 |
|
|
170 |
|
* HTML-tree.t: |tree-test-void.dat| added. |
171 |
|
|
172 |
|
* tree-test-1.dat: Test on <listing> as a "special" element are |
173 |
|
added. Test on implied |option| and |optgroup| end tags are added |
174 |
|
(cf. HTML5 revision 1731). |
175 |
|
|
176 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* tree-test-1.dat: Test related to "special", "formatting", |
179 |
|
"scoping", and "phrasing" categories are added (cf. HTML5 revision |
180 |
|
1778). |
181 |
|
|
182 |
|
2008-10-02 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* ContentType.t: More test cases on BOM are added. Some test |
185 |
|
results updated according to HTML5 revision 1927. Tests on the |
186 |
|
returned values in the list context are added. |
187 |
|
|
188 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* content-model-2.dat: Test data on |for=""| attribute are added. |
191 |
|
|
192 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* tokenizer-test-1.test: Test data on invalid character references |
195 |
|
are added (cf. HTML5 revision 2138). |
196 |
|
|
197 |
|
* tokenizer-test-2.dat: Test data on U+000B are updated (HTML5 |
198 |
|
revision 2138). |
199 |
|
|
200 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
201 |
|
|
202 |
|
* content-model-2.dat: Test data for |area| |alt=""| are added (HTML5 |
203 |
|
revision 1932). |
204 |
|
|
205 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* content-model-2.dat: Test data for |form=""| are added. |
208 |
|
|
209 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* content-model-1.dat: Test data for |fieldset| |legend| are added. |
212 |
|
|
213 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* content-model-2.dat: Test data for |form| |name| are added. |
216 |
|
|
217 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* content-model-1.dat, content-model-2.dat, content-model-4.dat: |
220 |
|
Test data for U+000B are added (cf. HTML5 revision 1738). |
221 |
|
|
222 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* tokenizer-test-2.dat: Test result updated (cf. HTML5 revision |
225 |
|
1738). |
226 |
|
|
227 |
|
* tree-test-1.dat: Test results updated. New test data for the |
228 |
|
treatement of U+000B are added (HTML5 revision 1738). |
229 |
|
|
230 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5 |
233 |
|
revision 1738). |
234 |
|
|
235 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* ContentType.t: Updated to disallow 0x0B as text byte (HTML5 |
238 |
|
revision 1738). |
239 |
|
|
240 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* content-checker.pl: Remove dedicated parser and adopt |
243 |
|
testfiles.pl parser. |
244 |
|
|
245 |
|
* content-model-1.dat, content-model-2.dat: Typo fixed. |
246 |
|
|
247 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
248 |
|
|
249 |
|
* content-model-1.dat: Test data for interactive contents are |
250 |
|
added (cf. HTML5 revision 2018). |
251 |
|
|
252 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
254 |
|
* content-model-2.dat: Add test data for accept-charset="" |
255 |
|
attributes. |
256 |
|
|
257 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
258 |
|
|
259 |
|
* langtag-1.dat: More test data from RFC 4646 are added. |
260 |
|
|
261 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
262 |
|
|
263 |
|
* langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4. |
264 |
|
are added. |
265 |
|
|
266 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
267 |
|
|
268 |
|
* LangTag.t: Completely rewritten using |testfiles.pl|. |
269 |
|
|
270 |
|
* testfiles.pl: New script. |
271 |
|
|
272 |
|
* langtag-1.dat: Tests for case are added. |
273 |
|
|
274 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
276 |
|
* ContentChecker.t: Atom tests are moved to another file. |
277 |
|
|
278 |
|
* ContentChecker-Atom.t, LangTag.t: New test scripts. |
279 |
|
|
280 |
|
* Makefile: Updated to invoke new test scripts. |
281 |
|
|
282 |
|
* langtag-1.dat: New test data file. |
283 |
|
|
284 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
285 |
|
|
286 |
|
* ContentChecker.t: Test engine moved to another script. |
287 |
|
|
288 |
|
* content-checker.pl: New script. |
289 |
|
|
290 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
291 |
|
|
292 |
|
* content-model-1.dat: Test results are updated. |
293 |
|
|
294 |
|
* content-model-2.dat: Tests for style="" are added. |
295 |
|
|
296 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
297 |
|
|
298 |
|
* css-text.dat: Test data for pre-wrap updated. |
299 |
|
|
300 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
302 |
|
* css-visual.dat: New test data for Firefox3's new 'width' |
303 |
|
values. |
304 |
|
|
305 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
306 |
|
|
307 |
|
* content-model-2.dat: A test case for NCR in charset="" |
308 |
|
is added. |
309 |
|
|
310 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
311 |
|
|
312 |
|
* tokenizer-test-3.dat: New test for MSE is added. |
313 |
|
|
314 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
315 |
|
|
316 |
|
* HTML-tree.t: tokenizer-test-3.dat added. |
317 |
|
|
318 |
|
* tokenizer-test-3.dat: New test data. |
319 |
|
|
320 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
321 |
|
|
322 |
|
* content-model-1.dat, content-model-7.dat: |a| is now |
323 |
|
transparent (HTML5 revision 1963). |
324 |
|
|
325 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
|
* content-model-7.dat: Typo fixed. |
328 |
|
|
329 |
|
* content-model-6.dat: Test data for data-UPPERCASE (now |
330 |
|
disallowed) are added (HTML5 revision 1945). |
331 |
|
|
332 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
333 |
|
|
334 |
|
* content-model-1.dat: Test data for |XSLT-compat| |
335 |
|
added (HTML5 revision 2141). A redundant test |
336 |
|
entry is removed. |
337 |
|
|
338 |
|
* HTML-tree.t: Support for should-level errors. |
339 |
|
|
340 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
341 |
|
|
342 |
|
* content-model-1.dat: Form test data are added (cf. HTML5 |
343 |
|
revisions 2142-2155). |
344 |
|
|
345 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
346 |
|
|
347 |
|
* content-model-1.dat, content-model-2.dat: |event-source| |
348 |
|
is renamed as |eventsource| (HTML5 revision 1863). |
349 |
|
|
350 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
351 |
|
|
352 |
|
* content-model-2.dat: Uppercase letters are not allowed |
353 |
|
as embed custom attributes (HTML5 revision 1946). |
354 |
|
|
355 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
356 |
|
|
357 |
|
* tree-test-1.dat: Test data for after after frameset |
358 |
|
insertion mode are added (cf. HTML5 revision 1909). |
359 |
|
|
360 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
361 |
|
|
362 |
|
* content-model-2.dat, content-model-6.dat: Custom |
363 |
|
attributes on |embed| and |data-*| attributes must |
364 |
|
be XML compatible (HTML5 revision 1836). |
365 |
|
|
366 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
367 |
|
|
368 |
|
* content-model-2.dat: xmlns="" on HTML elements that are |
369 |
|
not the root of the HTML subtree are now allowed (HTML5 |
370 |
|
revision 1834). |
371 |
|
|
372 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
373 |
|
|
374 |
|
* content-model-2.dat: Alternate style sheet element must |
375 |
|
have a non-empty title attribute (HTML5 revision 1942). |
376 |
|
|
377 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
378 |
|
|
379 |
|
* content-model-2.dat: A test data for wrong spelling of |irrelevant| |
380 |
|
is added. |
381 |
|
|
382 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
383 |
|
|
384 |
|
* content-model-1.dat, content-model-2.dat: Test data |
385 |
|
for the |bb| element are added (cf. HTML5 revision 1894). |
386 |
|
|
387 |
|
* content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5 |
388 |
|
revision 2119). |
389 |
|
|
390 |
|
* content-model-7.dat: New test file. |
391 |
|
|
392 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
393 |
|
|
394 |
|
* content-model-2.dat: <embed> w/o src="" is conforming (HTML5 |
395 |
|
revision 1929). |
396 |
|
|
397 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
398 |
|
|
399 |
|
* content-model-2.dat: @autosubmit dropped (HTML5 |
400 |
|
revision 2019). |
401 |
|
|
402 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
403 |
|
|
404 |
|
* content-model-4.dat: Some test data for <time> are added (c.f. |
405 |
|
HTML5 revision 2094). |
406 |
|
|
407 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
408 |
|
|
409 |
|
* ContentType.t: Support for image/svg+xml (HTML revision 2096). |
410 |
|
|
411 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
412 |
|
|
413 |
|
* tokenizer-test-1.dat: '"' and "'" at the end of attribute |
414 |
|
name (after another attribute) now raise parse error (HTML5 |
415 |
|
revision 2123). Empty unquoted attribute is no |
416 |
|
longer allowed (HTML5 revision 2122). |
417 |
|
|
418 |
|
* HTML-tokenizer.t: Hash keys were not sorted when dumped. |
419 |
|
|
420 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
421 |
|
|
422 |
|
* HTML-tree.dat: tree-test-3.dat added. |
423 |
|
|
424 |
|
* tree-test-3.dat: Test data for definitionURL="" are added (cf. |
425 |
|
HTML5 revision 2130). |
426 |
|
|
427 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
428 |
|
|
429 |
|
* content-model-1.dat, content-model-2.dat: Test data updated |
430 |
|
and added for HTML5 revision 2062 and so on (@lang and @xml:lang). |
431 |
|
|
432 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
433 |
|
|
434 |
|
* CSS-Parser.t: Updated for latest version of the |
435 |
|
Whatpm::CSS::Parser module. |
436 |
|
|
437 |
|
* css-1.dat, css-2.dat, css-3.dat, css-4.dat, |
438 |
|
css-font.dat, css-generated.dat, css-interactive.dat, |
439 |
|
css-paged.dat, css-table.dat, css-text.dat, css-visual.dat: |
440 |
|
Test results updated. |
441 |
|
|
442 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
443 |
|
|
444 |
|
* ContentChecker.t: Updated for latest version of the |
445 |
|
Whatpm::ContentChecker module. |
446 |
|
|
447 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
448 |
|
content-model-4.dat, content-model-6.dat, content-model-atom-1.dat, |
449 |
|
content-model-atom-2.dat, content-model-atom-threading-1.dat, |
450 |
|
table-1.dat: Results updated. |
451 |
|
|
452 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
453 |
|
|
454 |
|
* URIChecker.t: Error results updated. |
455 |
|
|
456 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
457 |
|
|
458 |
|
* URIChecker.t: Test results updated to new error type names. |
459 |
|
|
460 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
461 |
|
|
462 |
|
* WebIDL.t: Test data files for exceptions, typedefs, |
463 |
|
and valuetypes are added to the list. |
464 |
|
|
465 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
466 |
|
|
467 |
|
* WebIDL.t ($onerror): |value| argument value should be |
468 |
|
checked as well as other argument values. |
469 |
|
|
470 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
471 |
|
|
472 |
|
* WebIDL.t: Check whether |text| argument of the error |
473 |
|
is correct or not. |
474 |
|
|
475 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
476 |
|
|
477 |
|
* WebIDL.t: New test script. |
478 |
|
|
479 |
|
* webidl/: New directory. |
480 |
|
|
481 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
482 |
|
|
483 |
|
* content-model-1.dat, content-model-2.dat: Test data are |
484 |
|
updated and added for <map name=""> and <map id=""> (HTML5 |
485 |
|
revisions 1722 and 1728). |
486 |
|
|
487 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
488 |
|
|
489 |
|
* content-model-1.dat: Test data for ruby are added (HTML5 revision |
490 |
|
1704). |
491 |
|
|
492 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
493 |
|
|
494 |
|
* tree-test-1.dat: Test data added for ruby parsing (HTML5 revision |
495 |
|
1704). |
496 |
|
|
497 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
498 |
|
|
499 |
|
* HTML-tokenizer.t, tokenizer-test-1.test: Update for new format. |
500 |
|
|
501 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
502 |
|
|
503 |
|
* content-model-6.dat: "data-" attribute is no longer allowed (HTML5 |
504 |
|
revision 1709). |
505 |
|
|
506 |
|
* content-model-2.dat: Add tests for rel=contact (cf. HTML5 |
507 |
|
revision 1711). |
508 |
|
|
509 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
510 |
|
|
511 |
|
* ContentType.t: Test result related to UTF-32 updated (HTML5 |
512 |
|
revision 1701). |
513 |
|
|
514 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
515 |
|
|
516 |
|
* content-model-2.dat: Test data on sizes="" are added (HTML5 |
517 |
|
revision 1558). |
518 |
|
|
519 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
520 |
|
|
521 |
|
* content-model-1.dat: Test data on <datagrid> content model |
522 |
|
are added (cf. HTML5 revision 1566). Empty |datagrid| elements |
523 |
|
are no longer in error. |
524 |
|
|
525 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
526 |
|
|
527 |
|
* tree-test-1.dat: Test data on <noframes> are added (HTML5 revision |
528 |
|
1692). |
529 |
|
|
530 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
531 |
|
|
532 |
|
* tree-test-1.dat: Test data on <isindex/> are added (HTML5 |
533 |
|
revision 1697). |
534 |
|
|
535 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
536 |
|
|
537 |
|
* tree-test-1.dat: Test data on EOF in foreign content insertion |
538 |
|
mode are added (HTML5 revision 1693). Test data on SVG camelCase |
539 |
|
attributes are added (HTML5 revision 1700). Test data on <textarea> |
540 |
|
in <select> are added (HTML5 revision 1699). Test data on HTML start |
541 |
|
tags in foreign content insertion mode are added (HTML5 revision |
542 |
|
1698). |
543 |
|
|
544 |
|
* content-model-1.dat, content-model-2.dat: Update test |
545 |
|
results for <style> and <script>. |
546 |
|
|
547 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
548 |
|
|
549 |
|
* content-model-2.dat: Test data on sandbox="" and seemless="" |
550 |
|
are added (cf. HTML5 revision 1637 and 1643). |
551 |
|
|
552 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
553 |
|
|
554 |
|
* ContentType.t: A fictional test data for image/vnd.microsoft.icon |
555 |
|
are added (cf. HTML5 revision 1676). |
556 |
|
|
557 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
558 |
|
|
559 |
|
* tokenizer-test-2.dat: New test data on truncated doctypes (c.f. |
560 |
|
HTML5 revision 1685). |
561 |
|
|
562 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
563 |
|
|
564 |
|
* tokenizer-test-1.test: New test data on EOF in tags are added |
565 |
|
to cover changes in HTML5 revision 1684. |
566 |
|
|
567 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
568 |
|
|
569 |
|
* tree-test-1.dat: Test data related to changes in HTML5 |
570 |
|
revision 1686 are added. |
571 |
|
|
572 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
573 |
|
|
574 |
|
* content-model-2.dat: Test data for charset="" attribute |
575 |
|
are added. |
576 |
|
|
577 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
578 |
|
|
579 |
|
* content-model-2.dat: Test data for pixeldata="" attribute |
580 |
|
are added (HTML5 revision 1629). |
581 |
|
|
582 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
583 |
|
|
584 |
|
* content-model-2.dat: Boolean attributes now allow uppercase |
585 |
|
letters (HTML5 revision 1572). |
586 |
|
|
587 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
588 |
|
|
589 |
|
* content-model-2.dat: Test data for td/@headers are added. |
590 |
|
|
591 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
592 |
|
|
593 |
|
* content-model-2.dat: Test data for table/@cellpadding, |
594 |
|
table/@cellspacing, @charoff, and script/@langauge are added. |
595 |
|
|
596 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
597 |
|
|
598 |
|
* content-model-1.dat, content-model-2.dat: New test data |
599 |
|
for meta refresh; some test results updated. Duplicate |
600 |
|
meta http-equiv="" are now non-conforming. |
601 |
|
|
602 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
603 |
|
|
604 |
|
* table-1.dat: Test data updated and some new test data |
605 |
|
added for new requirements (HTML5 revisions 1387 and 1388). |
606 |
|
|
607 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
608 |
|
|
609 |
|
* ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding |
610 |
|
are no longer safe; test data for them are added (HTML5 revision 1288). |
611 |
|
|
612 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
613 |
|
|
614 |
|
* ContentType.t: Test data of HTML with BOM are added (c.f. |
615 |
|
HTML5 revision 1282). |
616 |
|
|
617 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
618 |
|
|
619 |
|
* content-model-2.dat: Test data for repeat* global attributes |
620 |
|
are added. |
621 |
|
|
622 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
623 |
|
|
624 |
|
* content-model-2.dat: Test data for |repeat-max=""| |
625 |
|
and |repeat-start=""| attributes are added. |
626 |
|
|
627 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
628 |
|
|
629 |
|
* content-model-2.dat: Test data for repetition template attributes |
630 |
|
are added. |
631 |
|
|
632 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
633 |
|
|
634 |
|
* content-model-2.dat: Test data for data template attributes are |
635 |
|
added. |
636 |
|
|
637 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
638 |
|
|
639 |
|
* content-model-1.dat: Test data for <font> context are added. |
640 |
|
|
641 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
642 |
|
|
643 |
|
* content-model-4.dat: Terms no longer have to be unique (HTML5 |
644 |
|
revision 1467). |
645 |
|
|
646 |
|
* content-model-2.dat: Tests for |onstorage| attribute |
647 |
|
are added (HTML5 revision 1495). Fix test results |
648 |
|
for unknown elements and attributes in the HTML namespace. |
649 |
|
|
650 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
651 |
|
|
652 |
|
* content-model-1.dat, content-model-2.dat: Test results |
653 |
|
related to browsing context name or keyword are revised |
654 |
|
and added (HTML5 revision 1470 and 1471). |
655 |
|
|
656 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
657 |
|
|
658 |
|
* HTML-tokenizer.t: Raise a parse error if there are disallowed |
659 |
|
character (for compatibility with existing html5lib test data). |
660 |
|
|
661 |
|
* tokenizer-test-1.test: Some test results are updated with |
662 |
|
regard to parse errors on disallowed characters. |
663 |
|
|
664 |
|
* tokenizer-test-2.dat: Test data for disallowed characters |
665 |
|
are added (HTML5 revision 1263). |
666 |
|
|
667 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
668 |
|
|
669 |
|
* HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib |
670 |
|
new test files. |
671 |
|
|
672 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
673 |
|
|
674 |
|
* content-model-2.dat: Test data updated and added for |
675 |
|
global |xmlns| attributes (HTML5 revision 1426). |
676 |
|
|
677 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
678 |
|
|
679 |
|
* HTML-tokenizer.t: Remove "self-closing flag" if the start |
680 |
|
tag token is that of a slash permitted element (This is necessary |
681 |
|
to maintain compatibility with current test data, since in the |
682 |
|
new algorithm whether slash is permitted or not is decided in |
683 |
|
tree construction stage). |
684 |
|
|
685 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
686 |
|
|
687 |
|
* content-model-6.dat: New test data file. Test data for |
688 |
|
HTML custom data attributes (HTML5 revision 1399) are added. |
689 |
|
|
690 |
|
* ContentChecker.t: New test file |content-model-6.dat| is added. |
691 |
|
|
692 |
|
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
693 |
|
|
694 |
|
* content-model-1.dat, content-model-2.dat: s/prose/flow/g. |
695 |
|
|
696 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
697 |
|
|
698 |
|
* content-model-2.dat: Test data on |rev| attribute are added. |
699 |
|
|
700 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
701 |
|
|
702 |
|
* content-model-2.dat: Some test results were wrong. |
703 |
|
|
704 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
705 |
|
|
706 |
|
* content-model-2.dat: Test data on more HTML4 attributes |
707 |
|
are added. |
708 |
|
|
709 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
710 |
|
|
711 |
|
* content-model-2.dat: Test data on more HTML4 attributes |
712 |
|
are added. |
713 |
|
|
714 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
715 |
|
|
716 |
|
* content-model-2.dat: Test data on numbers of HTML4 deprecated |
717 |
|
attributes are added. |
718 |
|
|
719 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
720 |
|
|
721 |
|
* content-model-2.dat: Test data on |@profile| and |@version| are |
722 |
|
added. |
723 |
|
|
724 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
725 |
|
|
726 |
|
* content-model-1.dat: Now we support RDF. |
727 |
|
|
728 |
|
* content-model-2.dat: Test data on |@accesskey| attribute |
729 |
|
are added. |
730 |
|
|
731 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
732 |
|
|
733 |
|
* tokenizer-test-2.dat: A test from #whatwg is added. |
734 |
|
|
735 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
736 |
|
|
737 |
|
* content-model-atom-1.dat: New test data are added. |
738 |
|
|
739 |
|
* content-model-atom-2.dat: New test data are |
740 |
|
added from Atom test suite. |
741 |
|
|
742 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
743 |
|
|
744 |
|
* content-model-atom-threading-1.dat: New test data |
745 |
|
on |thr:total| element are added |
746 |
|
|
747 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
748 |
|
|
749 |
|
* ContentChecker.t: |content-model-atom-threading-1.dat| |
750 |
|
added. |
751 |
|
|
752 |
|
* content-model-atom-threading-1.dat: New test file. |
753 |
|
|
754 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
755 |
|
|
756 |
|
* ContentCheker.t: Replace dummy error type for subdoc |
757 |
|
checking invocations to ";SUBDOC". |
758 |
|
|
759 |
|
* content-model-1.dat, content-model-2.dat: Test |
760 |
|
results revised to support the aforementioned change. |
761 |
|
|
762 |
|
* content-model-atom-1.dat: Test results revised |
763 |
|
so that |type=html| in Text construct is now |
764 |
|
tested whether the subdoc code is invoked. |
765 |
|
|
766 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
767 |
|
|
768 |
|
* content-model-atom-1.dat: Test data on cases of |
769 |
|
missing |atom:summary| in |atom:entry| are added. |
770 |
|
|
771 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
772 |
|
|
773 |
|
* content-model-1.dat: Some test results were incorrect, again... orz |
774 |
|
|
775 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
776 |
|
|
777 |
|
* content-model-1.dat: Some test results are fixed. |
778 |
|
|
779 |
|
* content-model-atom-1.dat: Some test results are fixed. |
780 |
|
Test data for |atom:author| for |atom:feed| are added. |
781 |
|
|
782 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
783 |
|
|
784 |
|
* content-model-atom-1.dat: Test data for |atom:author| |
785 |
|
for |atom:feed| are added. |
786 |
|
|
787 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
788 |
|
|
789 |
|
* content-model-1.dat: Some test results related on |atom:entry| |
790 |
|
are fixed. |
791 |
|
|
792 |
|
* content-model-atom-1.dat: Test data for |atom:author| |
793 |
|
for |atom:entry| are added. |
794 |
|
|
795 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
796 |
|
|
797 |
|
* content-model-1.dat: Test data for |center|, |dir|, and |basefont| |
798 |
|
are added. |
799 |
|
|
800 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
801 |
|
|
802 |
|
* content-model-2.dat: |contenteditable=""| tests are added. |
803 |
|
|
804 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
805 |
|
|
806 |
|
* tree-test-1.dat, tree-test-2.dat: Test results are updated |
807 |
|
with some test data additions. |
808 |
|
|
809 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
810 |
|
|
811 |
|
* tree-test-1.dat, tree-test-2.dat: Test data on end-of-file |
812 |
|
are added (c.f. HTML5 revision 1348). |
813 |
|
|
814 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
815 |
|
|
816 |
|
* tree-test-1.dat: Test data on |applet| are added (HTML5 revision |
817 |
|
1347). |
818 |
|
|
819 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
820 |
|
|
821 |
|
* tree-test-1.dat: Test data on foster parenting in AAA |
822 |
|
are added (HTML5 revision 1343). |
823 |
|
|
824 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
825 |
|
|
826 |
|
* tree-test-1.dat: Test data on <input> in <select> and <select> |
827 |
|
in table are added (HTML5 revision 1342). |
828 |
|
|
829 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
830 |
|
|
831 |
|
* tree-test-1.dat: Test data on <script> or <style> |
832 |
|
in <table> are added. |
833 |
|
|
834 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
835 |
|
|
836 |
|
* tree-test-1.dat, tree-test-2.dat: Test data on white space |
837 |
|
between <html> and <head> are added (HTML5 revision 1332). |
838 |
|
|
839 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
840 |
|
|
841 |
|
* tree-test-1.dat: More tests are added for foster parenting (HTML5 |
842 |
|
revision 1331 and so on). |
843 |
|
|
844 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
845 |
|
|
846 |
|
* tree-test-1.dat, tree-test-2.dat: Tests on \u000A at |
847 |
|
the first of <textarea>, <pre>, and <listing> are |
848 |
|
added (c.f. HTML5 revision 1330). |
849 |
|
|
850 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
851 |
|
|
852 |
|
* tree-test-1.dat: A test data on <title> in <table> |
853 |
|
are added. |
854 |
|
|
855 |
|
* tree-test-2.dat: Test results updated (HTML5 revision 1328). |
856 |
|
|
857 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
858 |
|
|
859 |
|
* tree-test-1.dat: Test data for tainted space in tables are |
860 |
|
added (HTML5 revision 1326). |
861 |
|
|
862 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
863 |
|
|
864 |
|
* tree-test-1.dat: Tests for </form> are added (HTML5 revision 1320). |
865 |
|
|
866 |
|
2008-03-06 Wakaba <wakaba@suika.fam.cx> |
867 |
|
|
868 |
|
* tree-test-1.dat, tree-test-2.dat: More <html> test |
869 |
|
cases are added (HTML5 revision 1314). |
870 |
|
|
871 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
872 |
|
|
873 |
|
* HTML-tree.t: Support for \Uhhhhhhhh escapes. Support for |
874 |
|
dumping PUBLIC and SYSTEM identifiers of DOCTYPE tokens. |
875 |
|
|
876 |
|
* tree-test-1.dat, tree-test-2.dat: More test data for previously |
877 |
|
uncovered cases are added. Some error descriptions are revised. |
878 |
|
|
879 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
880 |
|
|
881 |
|
* tree-test-1.dat: More test data for previously uncovered |
882 |
|
cases are added. |
883 |
|
|
884 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
885 |
|
|
886 |
|
* tree-test-1.dat: More test data for previously uncovered |
887 |
|
cases are added. |
888 |
|
|
889 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
890 |
|
|
891 |
|
* tree-test-1.dat: Missing tests from the initial stage are added. |
892 |
|
|
893 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
894 |
|
|
895 |
|
* HTML-tokenizer.t: Ignore tree-construction phase and set_inner_html |
896 |
|
checkpoints. |
897 |
|
|
898 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
899 |
|
|
900 |
|
* tokenizer-test-1.test: New test data are added to cover |
901 |
|
all possible cases. |
902 |
|
|
903 |
|
* HTML-tree.t: Support for test coverage. |
904 |
|
|
905 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
906 |
|
|
907 |
|
* HTML-tokenizer.t: Support for test coverage caluclation. |
908 |
|
|
909 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
910 |
|
|
911 |
|
* HTML-tokenizer.t: s/_input_character/_input_char/g for simplicity. |
912 |
|
|
913 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
914 |
|
|
915 |
|
* HTML-tokenizer.t: s/correct/force-quirks/. |
916 |
|
|
917 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
918 |
|
|
919 |
|
* tokenizer-test-1.test: New tests on trailing garbage |
920 |
|
after SYSTEM literal (HTML5 revision 1306) are added. |
921 |
|
|
922 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
923 |
|
|
924 |
|
* tokenizer-test-1.test: Tests for |<span ===>| is added (HTML5 |
925 |
|
revision 1292). Tests for & at the end of attribute value |
926 |
|
are added (HTML5 revision 1296). Tests for bogus comments |
927 |
|
are added (HTML5 revision 1297). Tests for |=| in |
928 |
|
unquoted attribute values are added (HTML5 revision 1299). |
929 |
|
Tests for single or double quotes in unquoted attribute |
930 |
|
values or attribute names and tests for missing spaces |
931 |
|
between attributes are added (HTML5 revision 1303). |
932 |
|
|
933 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
934 |
|
|
935 |
|
* content-model-atom-1.dat: New test data are added. |
936 |
|
|
937 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
938 |
|
|
939 |
|
* content-model-1.dat: Test data for |<area>| are added. |
940 |
|
|
941 |
|
* content-model-2.dat: Test data for |<img ismap>| are added. |
942 |
|
|
943 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
944 |
|
|
945 |
|
* content-model-1.dat: |address| content model tests |
946 |
|
are added. |
947 |
|
|
948 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
949 |
|
|
950 |
|
* tokenizer-test-1.test: Updated (HTML5 recision 1286). |
951 |
|
|
952 |
|
* content-model-2.dat: Updated (HTML5 revision 1275). |
953 |
|
|
954 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
955 |
|
|
956 |
|
* content-model-1.dat: Test data for |header| and |footer| |
957 |
|
exclusions of sectioning contents are added (c.f. HTML5 |
958 |
|
revision 1250). |
959 |
|
|
960 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
961 |
|
|
962 |
|
* content-model-1.dat: Figure caption is now optional (HTML5 |
963 |
|
revision 1240). Add test data for |ol reversed| (HTML5 |
964 |
|
revision 1248). |
965 |
|
|
966 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
967 |
|
|
968 |
|
* content-model-2.dat: Test data for |acronym|, |big|, |tt|, |s|, |
969 |
|
|strike|, and |u| are added. |
970 |
|
|
971 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
972 |
|
|
973 |
|
* content-model-1.dat, content-model-2.dat: Some test |
974 |
|
results are updated. New test data on non-standard |
975 |
|
attributes are added. Note that some test results do |
976 |
|
still need to be updated. |
977 |
|
|
978 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
979 |
|
|
980 |
|
* content-model-1.dat: Some test results on |meta| |
981 |
|
in |noscript| are updated. |
982 |
|
|
983 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
984 |
|
|
985 |
|
* content-model-1.dat: Some test results are updated. |
986 |
|
New tests for |details| are added. |
987 |
|
|
988 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
989 |
|
|
990 |
|
* content-model-1.dat: Some test results are fixed. |
991 |
|
New tests for |video| and |audio| are added. |
992 |
|
|
993 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
994 |
|
|
995 |
|
* content-model-1.dat: New test data for |object| transparentness |
996 |
|
are added. |
997 |
|
|
998 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
999 |
|
|
1000 |
|
* content-model-1.dat, content-model-2.dat: Wrong "significant" |
1001 |
|
errors are removed. |
1002 |
|
|
1003 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
1004 |
|
|
1005 |
|
* content-model-1.dat: New test data for |object| are added. |
1006 |
|
|
1007 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
1008 |
|
|
1009 |
|
* content-model-1.dat: New test data for |mark| are added (HTML5 |
1010 |
|
revision 1232). |
1011 |
|
|
1012 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
1013 |
|
|
1014 |
|
* content-model-2.dat: |alt=""| test results revised. |
1015 |
|
|
1016 |
|
* content-model-1.dat: |<img/>|s in tests are revised so |
1017 |
|
that they are conforming. |
1018 |
|
|
1019 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1020 |
|
|
1021 |
|
* content-model-1.dat: Test results corrected. |
1022 |
|
|
1023 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1024 |
|
|
1025 |
|
* content-model-1.dat: New test data for |<figure>| are added. |
1026 |
|
Some test data are corrected. |
1027 |
|
|
1028 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1029 |
|
|
1030 |
|
* content-model-1.dat: New test data for |<noscript>| |
1031 |
|
in |<head>|. |
1032 |
|
|
1033 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1034 |
|
|
1035 |
|
* content-model-1.dat: More test on |<meta http-equiv=Content-Type>| |
1036 |
|
are added. |
1037 |
|
|
1038 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1039 |
|
|
1040 |
|
* content-model-1.dat, content-model-2.dat: Updated. |
1041 |
|
|
1042 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1043 |
|
|
1044 |
|
* content-model-1.dat: Updated. |
1045 |
|
|
1046 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1047 |
|
|
1048 |
|
* content-model-1.dat, content-model-2.dat, content-model-4.dat, |
1049 |
|
content-model-5.dat: Error result revised. |
1050 |
|
|
1051 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
1052 |
|
|
1053 |
|
* content-model-1.dat, content-model-2.dat, content-model-5.dat: |
1054 |
|
Test results are updated; new tests are added. |
1055 |
|
|
1056 |
|
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
1057 |
|
|
1058 |
|
* ContentChecker.t: Tentative support for subdoc mode. |
1059 |
|
|
1060 |
|
* tree-test-1.dat: Some tests are added from #whatwg. |
1061 |
|
|
1062 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
1063 |
|
|
1064 |
|
* css-text.dat: Test data for 'writing-mode' and 'text-anchor' |
1065 |
|
are added. |
1066 |
|
|
1067 |
|
* CSS-Parser-1.t: New properties are added. |
1068 |
|
|
1069 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
1070 |
|
|
1071 |
|
* css-4.dat: New test file. |
1072 |
|
|
1073 |
|
* CSS-Parser-1.t: |css-4.dat| added. Support for '@charset' |
1074 |
|
and '@import'. |
1075 |
|
|
1076 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
1077 |
|
|
1078 |
|
* CSS-Parser-1.t (get_parser): Call |init|. |
1079 |
|
|
1080 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
1081 |
|
|
1082 |
|
* css-3.dat: New test file. |
1083 |
|
|
1084 |
|
* CSS-Parser-1.t: |css-3.dat| is added. '-moz-pre-wrap' added. |
1085 |
|
Typo for 'collapse' value fixed. Support for '@namespace' |
1086 |
|
serialization. |
1087 |
|
|
1088 |
|
* css-1.dat: New test data for selectors parsing. |
1089 |
|
|
1090 |
|
* css-font.dat: Error locations for 'u' errors are corrected. |
1091 |
|
|
1092 |
|
* css-table.dat: Test data for 'border-collapse' are added. |
1093 |
|
|
1094 |
|
* css-text.dat: Test data for '-moz-pre-wrap' are added. |
1095 |
|
|
1096 |
|
* css-visual.dat: Test data for 'background-position' are added. |
1097 |
|
|
1098 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
1099 |
|
|
1100 |
|
* css-2.dat, css-font.dat: s/unsupported/u/g; |
1101 |
|
|
1102 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
1103 |
|
|
1104 |
|
* css-2.dat: New test data. |
1105 |
|
|
1106 |
|
* CSS-Parser-1.t: |css-2.dat| added. Support for |@media|. |
1107 |
|
|
1108 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
1109 |
|
|
1110 |
|
* CSS-MediaQuery.t, mq-1.dat: New files. |
1111 |
|
|
1112 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
1113 |
|
|
1114 |
|
* CSS-Parser-1.t: Typo fixed. New properties added. |
1115 |
|
|
1116 |
|
* css-font.dat, css-table.dat, css-paged.dat, css-generated.dat, |
1117 |
|
css-visual.dat: New test data for |
1118 |
|
newly supported properties are added. |
1119 |
|
|
1120 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
1121 |
|
|
1122 |
|
* CSS-Parser-1.t: 'clip' added. |
1123 |
|
|
1124 |
|
* css-visual.t: New test data for 'clip' are added. |
1125 |
|
|
1126 |
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
1127 |
|
|
1128 |
* css-generated.dat: New test data for 'counter-increment', 'content', |
* css-generated.dat: New test data for 'counter-increment', 'content', |