1 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML-tree.t: Test data file parser changed to the common one. |
4 |
|
|
5 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* tokenizer-test-2.dat: A test result was wrong. |
8 |
|
|
9 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* content-model-1.dat: Some entries moved to |
12 |
|
dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat, |
13 |
|
dom-conformance/html-links-1.dat, |
14 |
|
dom-conformance/html-objects-1.dat, and |
15 |
|
dom-conformance/html-interactive-1.dat. |
16 |
|
|
17 |
|
* content-model-2.dat: Removed (moved to |
18 |
|
dom-conformance/xml-1.dat, dom-conformance/html-1.dat, |
19 |
|
dom-conformance/html-links-1.dat, |
20 |
|
dom-conformance/html-objects-1.dat, |
21 |
|
dom-conformance/html-interactive-1.dat, and |
22 |
|
dom-conformance/html-flows-1.dat). |
23 |
|
|
24 |
|
* content-model-3.dat: Removed (moved to |
25 |
|
dom-conformance/xml-global.dat). |
26 |
|
|
27 |
|
* content-model-4.dat: Removed (moved to |
28 |
|
dom-conformance/html-texts-1.dat and |
29 |
|
dom-conformance/html-links-1.dat). |
30 |
|
|
31 |
|
* content-model-5.dat: Removed (moved to |
32 |
|
dom-conformance/html-flows-1.dat). |
33 |
|
|
34 |
|
* content-model-6.dat: Removed (moved to |
35 |
|
dom-conformance/html-dataset.dat). |
36 |
|
|
37 |
|
* ContentChecker.t: References to the removed files removed and |
38 |
|
references to new files added. |
39 |
|
|
40 |
|
* ContentChecker-XML.t: New script. |
41 |
|
|
42 |
|
* Makefile: Updated. |
43 |
|
|
44 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* content-model-2.dat: Repetition model test is moved to another |
47 |
|
file. A wrong test result fixed. Broken test entries fixed. |
48 |
|
<area rev> is now reported as "unknown attribute", since RDFa spec |
49 |
|
adds that attribute to all elements with the Common attribute set. |
50 |
|
Note that we have no plan to support RDFa, at the moment. |
51 |
|
|
52 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* ContentChecker.t: New files added. |
55 |
|
|
56 |
|
* content-model-1.dat, content-model-2.dat: Numbers of test |
57 |
|
entries are moved to other files. |
58 |
|
|
59 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* content-model-1.dat, content-model-2.dat: Test results on |
62 |
|
|label| contents fixed. |
63 |
|
|
64 |
|
* ContentChecker.t: |dom-conformance/html-form-label.dat| added. |
65 |
|
|
66 |
|
* dom-conformance/: New directory. |
67 |
|
|
68 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML-tree.t: New test files added. |
71 |
|
|
72 |
|
* Makefile: New test files added. |
73 |
|
|
74 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* tree-test-1.dat: Test results updated and new tests added on the |
77 |
|
boundaries of Text nodes (HTML5 revision 2124). |
78 |
|
|
79 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* tree-test-form.dat: New test data file. |
82 |
|
|
83 |
|
* HTML-tree.t: |tree-test-form.dat| added. |
84 |
|
|
85 |
|
* tree-test-1.dat: Test results related to <option> and <optgroup> |
86 |
|
are updated (cf. HTML5 revision 2128). |
87 |
|
|
88 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* tree-test-foreign.dat: New test data file. |
91 |
|
|
92 |
|
* HTML-tree.t: |tree-test-foreign.dat| added. |
93 |
|
|
94 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* tree-test-void.dat: Test on unmatched void end tag added (cf. |
97 |
|
HTML5 revision 1731). |
98 |
|
|
99 |
|
* tree-test-1.dat: Test on unmatched end tag added (cf. HTML5 |
100 |
|
revision 1731). |
101 |
|
|
102 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* tree-test-void.dat: Test on |param| and |source| start tags are |
105 |
|
added, as well as test on polytheistic slashes for new void |
106 |
|
elements (HTML5 revision 1731). |
107 |
|
|
108 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* tree-test-flow.dat: Test on implied end tag before <p> start tag |
111 |
|
are added (HTML5 revision 1731). |
112 |
|
|
113 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* tree-test-phrasing.dat, tree-test-flow.dat: New test data files. |
116 |
|
|
117 |
|
* HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat| |
118 |
|
are added. |
119 |
|
|
120 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* tree-test-void.dat: New test data (cf. HTML5 revision 1731). |
123 |
|
|
124 |
|
* HTML-tree.t: |tree-test-void.dat| added. |
125 |
|
|
126 |
|
* tree-test-1.dat: Test on <listing> as a "special" element are |
127 |
|
added. Test on implied |option| and |optgroup| end tags are added |
128 |
|
(cf. HTML5 revision 1731). |
129 |
|
|
130 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* tree-test-1.dat: Test related to "special", "formatting", |
133 |
|
"scoping", and "phrasing" categories are added (cf. HTML5 revision |
134 |
|
1778). |
135 |
|
|
136 |
|
2008-10-02 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* ContentType.t: More test cases on BOM are added. Some test |
139 |
|
results updated according to HTML5 revision 1927. Tests on the |
140 |
|
returned values in the list context are added. |
141 |
|
|
142 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* content-model-2.dat: Test data on |for=""| attribute are added. |
145 |
|
|
146 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* tokenizer-test-1.test: Test data on invalid character references |
149 |
|
are added (cf. HTML5 revision 2138). |
150 |
|
|
151 |
|
* tokenizer-test-2.dat: Test data on U+000B are updated (HTML5 |
152 |
|
revision 2138). |
153 |
|
|
154 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* content-model-2.dat: Test data for |area| |alt=""| are added (HTML5 |
157 |
|
revision 1932). |
158 |
|
|
159 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* content-model-2.dat: Test data for |form=""| are added. |
162 |
|
|
163 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* content-model-1.dat: Test data for |fieldset| |legend| are added. |
166 |
|
|
167 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* content-model-2.dat: Test data for |form| |name| are added. |
170 |
|
|
171 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* content-model-1.dat, content-model-2.dat, content-model-4.dat: |
174 |
|
Test data for U+000B are added (cf. HTML5 revision 1738). |
175 |
|
|
176 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* tokenizer-test-2.dat: Test result updated (cf. HTML5 revision |
179 |
|
1738). |
180 |
|
|
181 |
|
* tree-test-1.dat: Test results updated. New test data for the |
182 |
|
treatement of U+000B are added (HTML5 revision 1738). |
183 |
|
|
184 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
186 |
|
* tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5 |
187 |
|
revision 1738). |
188 |
|
|
189 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* ContentType.t: Updated to disallow 0x0B as text byte (HTML5 |
192 |
|
revision 1738). |
193 |
|
|
194 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
|
* content-checker.pl: Remove dedicated parser and adopt |
197 |
|
testfiles.pl parser. |
198 |
|
|
199 |
|
* content-model-1.dat, content-model-2.dat: Typo fixed. |
200 |
|
|
201 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* content-model-1.dat: Test data for interactive contents are |
204 |
|
added (cf. HTML5 revision 2018). |
205 |
|
|
206 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* content-model-2.dat: Add test data for accept-charset="" |
209 |
|
attributes. |
210 |
|
|
211 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
|
* langtag-1.dat: More test data from RFC 4646 are added. |
214 |
|
|
215 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4. |
218 |
|
are added. |
219 |
|
|
220 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* LangTag.t: Completely rewritten using |testfiles.pl|. |
223 |
|
|
224 |
|
* testfiles.pl: New script. |
225 |
|
|
226 |
|
* langtag-1.dat: Tests for case are added. |
227 |
|
|
228 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* ContentChecker.t: Atom tests are moved to another file. |
231 |
|
|
232 |
|
* ContentChecker-Atom.t, LangTag.t: New test scripts. |
233 |
|
|
234 |
|
* Makefile: Updated to invoke new test scripts. |
235 |
|
|
236 |
|
* langtag-1.dat: New test data file. |
237 |
|
|
238 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* ContentChecker.t: Test engine moved to another script. |
241 |
|
|
242 |
|
* content-checker.pl: New script. |
243 |
|
|
244 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
|
* content-model-1.dat: Test results are updated. |
247 |
|
|
248 |
|
* content-model-2.dat: Tests for style="" are added. |
249 |
|
|
250 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* css-text.dat: Test data for pre-wrap updated. |
253 |
|
|
254 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
255 |
|
|
256 |
|
* css-visual.dat: New test data for Firefox3's new 'width' |
257 |
|
values. |
258 |
|
|
259 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
|
* content-model-2.dat: A test case for NCR in charset="" |
262 |
|
is added. |
263 |
|
|
264 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* tokenizer-test-3.dat: New test for MSE is added. |
267 |
|
|
268 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* HTML-tree.t: tokenizer-test-3.dat added. |
271 |
|
|
272 |
|
* tokenizer-test-3.dat: New test data. |
273 |
|
|
274 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
276 |
|
* content-model-1.dat, content-model-7.dat: |a| is now |
277 |
|
transparent (HTML5 revision 1963). |
278 |
|
|
279 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
280 |
|
|
281 |
|
* content-model-7.dat: Typo fixed. |
282 |
|
|
283 |
|
* content-model-6.dat: Test data for data-UPPERCASE (now |
284 |
|
disallowed) are added (HTML5 revision 1945). |
285 |
|
|
286 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
287 |
|
|
288 |
|
* content-model-1.dat: Test data for |XSLT-compat| |
289 |
|
added (HTML5 revision 2141). A redundant test |
290 |
|
entry is removed. |
291 |
|
|
292 |
|
* HTML-tree.t: Support for should-level errors. |
293 |
|
|
294 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* content-model-1.dat: Form test data are added (cf. HTML5 |
297 |
|
revisions 2142-2155). |
298 |
|
|
299 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
300 |
|
|
301 |
|
* content-model-1.dat, content-model-2.dat: |event-source| |
302 |
|
is renamed as |eventsource| (HTML5 revision 1863). |
303 |
|
|
304 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
305 |
|
|
306 |
|
* content-model-2.dat: Uppercase letters are not allowed |
307 |
|
as embed custom attributes (HTML5 revision 1946). |
308 |
|
|
309 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
310 |
|
|
311 |
|
* tree-test-1.dat: Test data for after after frameset |
312 |
|
insertion mode are added (cf. HTML5 revision 1909). |
313 |
|
|
314 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
315 |
|
|
316 |
|
* content-model-2.dat, content-model-6.dat: Custom |
317 |
|
attributes on |embed| and |data-*| attributes must |
318 |
|
be XML compatible (HTML5 revision 1836). |
319 |
|
|
320 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
321 |
|
|
322 |
|
* content-model-2.dat: xmlns="" on HTML elements that are |
323 |
|
not the root of the HTML subtree are now allowed (HTML5 |
324 |
|
revision 1834). |
325 |
|
|
326 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
327 |
|
|
328 |
|
* content-model-2.dat: Alternate style sheet element must |
329 |
|
have a non-empty title attribute (HTML5 revision 1942). |
330 |
|
|
331 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
332 |
|
|
333 |
|
* content-model-2.dat: A test data for wrong spelling of |irrelevant| |
334 |
|
is added. |
335 |
|
|
336 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
337 |
|
|
338 |
|
* content-model-1.dat, content-model-2.dat: Test data |
339 |
|
for the |bb| element are added (cf. HTML5 revision 1894). |
340 |
|
|
341 |
|
* content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5 |
342 |
|
revision 2119). |
343 |
|
|
344 |
|
* content-model-7.dat: New test file. |
345 |
|
|
346 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
347 |
|
|
348 |
|
* content-model-2.dat: <embed> w/o src="" is conforming (HTML5 |
349 |
|
revision 1929). |
350 |
|
|
351 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
352 |
|
|
353 |
|
* content-model-2.dat: @autosubmit dropped (HTML5 |
354 |
|
revision 2019). |
355 |
|
|
356 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
357 |
|
|
358 |
|
* content-model-4.dat: Some test data for <time> are added (c.f. |
359 |
|
HTML5 revision 2094). |
360 |
|
|
361 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
362 |
|
|
363 |
|
* ContentType.t: Support for image/svg+xml (HTML revision 2096). |
364 |
|
|
365 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
367 |
|
* tokenizer-test-1.dat: '"' and "'" at the end of attribute |
368 |
|
name (after another attribute) now raise parse error (HTML5 |
369 |
|
revision 2123). Empty unquoted attribute is no |
370 |
|
longer allowed (HTML5 revision 2122). |
371 |
|
|
372 |
|
* HTML-tokenizer.t: Hash keys were not sorted when dumped. |
373 |
|
|
374 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
375 |
|
|
376 |
|
* HTML-tree.dat: tree-test-3.dat added. |
377 |
|
|
378 |
|
* tree-test-3.dat: Test data for definitionURL="" are added (cf. |
379 |
|
HTML5 revision 2130). |
380 |
|
|
381 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
382 |
|
|
383 |
|
* content-model-1.dat, content-model-2.dat: Test data updated |
384 |
|
and added for HTML5 revision 2062 and so on (@lang and @xml:lang). |
385 |
|
|
386 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
387 |
|
|
388 |
|
* CSS-Parser.t: Updated for latest version of the |
389 |
|
Whatpm::CSS::Parser module. |
390 |
|
|
391 |
|
* css-1.dat, css-2.dat, css-3.dat, css-4.dat, |
392 |
|
css-font.dat, css-generated.dat, css-interactive.dat, |
393 |
|
css-paged.dat, css-table.dat, css-text.dat, css-visual.dat: |
394 |
|
Test results updated. |
395 |
|
|
396 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
397 |
|
|
398 |
|
* ContentChecker.t: Updated for latest version of the |
399 |
|
Whatpm::ContentChecker module. |
400 |
|
|
401 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
402 |
|
content-model-4.dat, content-model-6.dat, content-model-atom-1.dat, |
403 |
|
content-model-atom-2.dat, content-model-atom-threading-1.dat, |
404 |
|
table-1.dat: Results updated. |
405 |
|
|
406 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
407 |
|
|
408 |
|
* URIChecker.t: Error results updated. |
409 |
|
|
410 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
411 |
|
|
412 |
|
* URIChecker.t: Test results updated to new error type names. |
413 |
|
|
414 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
415 |
|
|
416 |
|
* WebIDL.t: Test data files for exceptions, typedefs, |
417 |
|
and valuetypes are added to the list. |
418 |
|
|
419 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
420 |
|
|
421 |
|
* WebIDL.t ($onerror): |value| argument value should be |
422 |
|
checked as well as other argument values. |
423 |
|
|
424 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
425 |
|
|
426 |
|
* WebIDL.t: Check whether |text| argument of the error |
427 |
|
is correct or not. |
428 |
|
|
429 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
430 |
|
|
431 |
|
* WebIDL.t: New test script. |
432 |
|
|
433 |
|
* webidl/: New directory. |
434 |
|
|
435 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
436 |
|
|
437 |
|
* content-model-1.dat, content-model-2.dat: Test data are |
438 |
|
updated and added for <map name=""> and <map id=""> (HTML5 |
439 |
|
revisions 1722 and 1728). |
440 |
|
|
441 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
442 |
|
|
443 |
|
* content-model-1.dat: Test data for ruby are added (HTML5 revision |
444 |
|
1704). |
445 |
|
|
446 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
447 |
|
|
448 |
|
* tree-test-1.dat: Test data added for ruby parsing (HTML5 revision |
449 |
|
1704). |
450 |
|
|
451 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
452 |
|
|
453 |
|
* HTML-tokenizer.t, tokenizer-test-1.test: Update for new format. |
454 |
|
|
455 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
456 |
|
|
457 |
|
* content-model-6.dat: "data-" attribute is no longer allowed (HTML5 |
458 |
|
revision 1709). |
459 |
|
|
460 |
|
* content-model-2.dat: Add tests for rel=contact (cf. HTML5 |
461 |
|
revision 1711). |
462 |
|
|
463 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
464 |
|
|
465 |
|
* ContentType.t: Test result related to UTF-32 updated (HTML5 |
466 |
|
revision 1701). |
467 |
|
|
468 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
469 |
|
|
470 |
|
* content-model-2.dat: Test data on sizes="" are added (HTML5 |
471 |
|
revision 1558). |
472 |
|
|
473 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
474 |
|
|
475 |
|
* content-model-1.dat: Test data on <datagrid> content model |
476 |
|
are added (cf. HTML5 revision 1566). Empty |datagrid| elements |
477 |
|
are no longer in error. |
478 |
|
|
479 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
480 |
|
|
481 |
|
* tree-test-1.dat: Test data on <noframes> are added (HTML5 revision |
482 |
|
1692). |
483 |
|
|
484 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
485 |
|
|
486 |
|
* tree-test-1.dat: Test data on <isindex/> are added (HTML5 |
487 |
|
revision 1697). |
488 |
|
|
489 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
490 |
|
|
491 |
|
* tree-test-1.dat: Test data on EOF in foreign content insertion |
492 |
|
mode are added (HTML5 revision 1693). Test data on SVG camelCase |
493 |
|
attributes are added (HTML5 revision 1700). Test data on <textarea> |
494 |
|
in <select> are added (HTML5 revision 1699). Test data on HTML start |
495 |
|
tags in foreign content insertion mode are added (HTML5 revision |
496 |
|
1698). |
497 |
|
|
498 |
|
* content-model-1.dat, content-model-2.dat: Update test |
499 |
|
results for <style> and <script>. |
500 |
|
|
501 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
502 |
|
|
503 |
|
* content-model-2.dat: Test data on sandbox="" and seemless="" |
504 |
|
are added (cf. HTML5 revision 1637 and 1643). |
505 |
|
|
506 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
507 |
|
|
508 |
|
* ContentType.t: A fictional test data for image/vnd.microsoft.icon |
509 |
|
are added (cf. HTML5 revision 1676). |
510 |
|
|
511 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
512 |
|
|
513 |
|
* tokenizer-test-2.dat: New test data on truncated doctypes (c.f. |
514 |
|
HTML5 revision 1685). |
515 |
|
|
516 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
517 |
|
|
518 |
|
* tokenizer-test-1.test: New test data on EOF in tags are added |
519 |
|
to cover changes in HTML5 revision 1684. |
520 |
|
|
521 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
522 |
|
|
523 |
|
* tree-test-1.dat: Test data related to changes in HTML5 |
524 |
|
revision 1686 are added. |
525 |
|
|
526 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
527 |
|
|
528 |
|
* content-model-2.dat: Test data for charset="" attribute |
529 |
|
are added. |
530 |
|
|
531 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
532 |
|
|
533 |
|
* content-model-2.dat: Test data for pixeldata="" attribute |
534 |
|
are added (HTML5 revision 1629). |
535 |
|
|
536 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
537 |
|
|
538 |
|
* content-model-2.dat: Boolean attributes now allow uppercase |
539 |
|
letters (HTML5 revision 1572). |
540 |
|
|
541 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
542 |
|
|
543 |
|
* content-model-2.dat: Test data for td/@headers are added. |
544 |
|
|
545 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
546 |
|
|
547 |
|
* content-model-2.dat: Test data for table/@cellpadding, |
548 |
|
table/@cellspacing, @charoff, and script/@langauge are added. |
549 |
|
|
550 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
551 |
|
|
552 |
|
* content-model-1.dat, content-model-2.dat: New test data |
553 |
|
for meta refresh; some test results updated. Duplicate |
554 |
|
meta http-equiv="" are now non-conforming. |
555 |
|
|
556 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
557 |
|
|
558 |
|
* table-1.dat: Test data updated and some new test data |
559 |
|
added for new requirements (HTML5 revisions 1387 and 1388). |
560 |
|
|
561 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
562 |
|
|
563 |
|
* ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding |
564 |
|
are no longer safe; test data for them are added (HTML5 revision 1288). |
565 |
|
|
566 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
567 |
|
|
568 |
|
* ContentType.t: Test data of HTML with BOM are added (c.f. |
569 |
|
HTML5 revision 1282). |
570 |
|
|
571 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
572 |
|
|
573 |
|
* content-model-2.dat: Test data for repeat* global attributes |
574 |
|
are added. |
575 |
|
|
576 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
577 |
|
|
578 |
|
* content-model-2.dat: Test data for |repeat-max=""| |
579 |
|
and |repeat-start=""| attributes are added. |
580 |
|
|
581 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
582 |
|
|
583 |
|
* content-model-2.dat: Test data for repetition template attributes |
584 |
|
are added. |
585 |
|
|
586 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
587 |
|
|
588 |
|
* content-model-2.dat: Test data for data template attributes are |
589 |
|
added. |
590 |
|
|
591 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
592 |
|
|
593 |
|
* content-model-1.dat: Test data for <font> context are added. |
594 |
|
|
595 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
596 |
|
|
597 |
|
* content-model-4.dat: Terms no longer have to be unique (HTML5 |
598 |
|
revision 1467). |
599 |
|
|
600 |
|
* content-model-2.dat: Tests for |onstorage| attribute |
601 |
|
are added (HTML5 revision 1495). Fix test results |
602 |
|
for unknown elements and attributes in the HTML namespace. |
603 |
|
|
604 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
605 |
|
|
606 |
|
* content-model-1.dat, content-model-2.dat: Test results |
607 |
|
related to browsing context name or keyword are revised |
608 |
|
and added (HTML5 revision 1470 and 1471). |
609 |
|
|
610 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
611 |
|
|
612 |
|
* HTML-tokenizer.t: Raise a parse error if there are disallowed |
613 |
|
character (for compatibility with existing html5lib test data). |
614 |
|
|
615 |
|
* tokenizer-test-1.test: Some test results are updated with |
616 |
|
regard to parse errors on disallowed characters. |
617 |
|
|
618 |
|
* tokenizer-test-2.dat: Test data for disallowed characters |
619 |
|
are added (HTML5 revision 1263). |
620 |
|
|
621 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
622 |
|
|
623 |
|
* HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib |
624 |
|
new test files. |
625 |
|
|
626 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
627 |
|
|
628 |
|
* content-model-2.dat: Test data updated and added for |
629 |
|
global |xmlns| attributes (HTML5 revision 1426). |
630 |
|
|
631 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
632 |
|
|
633 |
|
* HTML-tokenizer.t: Remove "self-closing flag" if the start |
634 |
|
tag token is that of a slash permitted element (This is necessary |
635 |
|
to maintain compatibility with current test data, since in the |
636 |
|
new algorithm whether slash is permitted or not is decided in |
637 |
|
tree construction stage). |
638 |
|
|
639 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
640 |
|
|
641 |
|
* content-model-6.dat: New test data file. Test data for |
642 |
|
HTML custom data attributes (HTML5 revision 1399) are added. |
643 |
|
|
644 |
|
* ContentChecker.t: New test file |content-model-6.dat| is added. |
645 |
|
|
646 |
|
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
647 |
|
|
648 |
|
* content-model-1.dat, content-model-2.dat: s/prose/flow/g. |
649 |
|
|
650 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
651 |
|
|
652 |
|
* content-model-2.dat: Test data on |rev| attribute are added. |
653 |
|
|
654 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
655 |
|
|
656 |
|
* content-model-2.dat: Some test results were wrong. |
657 |
|
|
658 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
659 |
|
|
660 |
|
* content-model-2.dat: Test data on more HTML4 attributes |
661 |
|
are added. |
662 |
|
|
663 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
664 |
|
|
665 |
|
* content-model-2.dat: Test data on more HTML4 attributes |
666 |
|
are added. |
667 |
|
|
668 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
669 |
|
|
670 |
|
* content-model-2.dat: Test data on numbers of HTML4 deprecated |
671 |
|
attributes are added. |
672 |
|
|
673 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
674 |
|
|
675 |
|
* content-model-2.dat: Test data on |@profile| and |@version| are |
676 |
|
added. |
677 |
|
|
678 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
679 |
|
|
680 |
|
* content-model-1.dat: Now we support RDF. |
681 |
|
|
682 |
|
* content-model-2.dat: Test data on |@accesskey| attribute |
683 |
|
are added. |
684 |
|
|
685 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
686 |
|
|
687 |
|
* tokenizer-test-2.dat: A test from #whatwg is added. |
688 |
|
|
689 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
690 |
|
|
691 |
|
* content-model-atom-1.dat: New test data are added. |
692 |
|
|
693 |
|
* content-model-atom-2.dat: New test data are |
694 |
|
added from Atom test suite. |
695 |
|
|
696 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
697 |
|
|
698 |
|
* content-model-atom-threading-1.dat: New test data |
699 |
|
on |thr:total| element are added |
700 |
|
|
701 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
702 |
|
|
703 |
|
* ContentChecker.t: |content-model-atom-threading-1.dat| |
704 |
|
added. |
705 |
|
|
706 |
|
* content-model-atom-threading-1.dat: New test file. |
707 |
|
|
708 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
709 |
|
|
710 |
|
* ContentCheker.t: Replace dummy error type for subdoc |
711 |
|
checking invocations to ";SUBDOC". |
712 |
|
|
713 |
|
* content-model-1.dat, content-model-2.dat: Test |
714 |
|
results revised to support the aforementioned change. |
715 |
|
|
716 |
|
* content-model-atom-1.dat: Test results revised |
717 |
|
so that |type=html| in Text construct is now |
718 |
|
tested whether the subdoc code is invoked. |
719 |
|
|
720 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
721 |
|
|
722 |
|
* content-model-atom-1.dat: Test data on cases of |
723 |
|
missing |atom:summary| in |atom:entry| are added. |
724 |
|
|
725 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
726 |
|
|
727 |
|
* content-model-1.dat: Some test results were incorrect, again... orz |
728 |
|
|
729 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
730 |
|
|
731 |
|
* content-model-1.dat: Some test results are fixed. |
732 |
|
|
733 |
|
* content-model-atom-1.dat: Some test results are fixed. |
734 |
|
Test data for |atom:author| for |atom:feed| are added. |
735 |
|
|
736 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
737 |
|
|
738 |
|
* content-model-atom-1.dat: Test data for |atom:author| |
739 |
|
for |atom:feed| are added. |
740 |
|
|
741 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
742 |
|
|
743 |
|
* content-model-1.dat: Some test results related on |atom:entry| |
744 |
|
are fixed. |
745 |
|
|
746 |
|
* content-model-atom-1.dat: Test data for |atom:author| |
747 |
|
for |atom:entry| are added. |
748 |
|
|
749 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
750 |
|
|
751 |
|
* content-model-1.dat: Test data for |center|, |dir|, and |basefont| |
752 |
|
are added. |
753 |
|
|
754 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
755 |
|
|
756 |
|
* content-model-2.dat: |contenteditable=""| tests are added. |
757 |
|
|
758 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
759 |
|
|
760 |
|
* tree-test-1.dat, tree-test-2.dat: Test results are updated |
761 |
|
with some test data additions. |
762 |
|
|
763 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
764 |
|
|
765 |
|
* tree-test-1.dat, tree-test-2.dat: Test data on end-of-file |
766 |
|
are added (c.f. HTML5 revision 1348). |
767 |
|
|
768 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
769 |
|
|
770 |
* tree-test-1.dat: Test data on |applet| are added (HTML5 revision |
* tree-test-1.dat: Test data on |applet| are added (HTML5 revision |