1 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* content-model-1.dat, content-model-2.dat: New test data |
4 |
|
for meta refresh; some test results updated. Duplicate |
5 |
|
meta http-equiv="" are now non-conforming. |
6 |
|
|
7 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* table-1.dat: Test data updated and some new test data |
10 |
|
added for new requirements (HTML5 revisions 1387 and 1388). |
11 |
|
|
12 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding |
15 |
|
are no longer safe; test data for them are added (HTML5 revision 1288). |
16 |
|
|
17 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ContentType.t: Test data of HTML with BOM are added (c.f. |
20 |
|
HTML5 revision 1282). |
21 |
|
|
22 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* content-model-2.dat: Test data for repeat* global attributes |
25 |
|
are added. |
26 |
|
|
27 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* content-model-2.dat: Test data for |repeat-max=""| |
30 |
|
and |repeat-start=""| attributes are added. |
31 |
|
|
32 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* content-model-2.dat: Test data for repetition template attributes |
35 |
|
are added. |
36 |
|
|
37 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* content-model-2.dat: Test data for data template attributes are |
40 |
|
added. |
41 |
|
|
42 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* content-model-1.dat: Test data for <font> context are added. |
45 |
|
|
46 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* content-model-4.dat: Terms no longer have to be unique (HTML5 |
49 |
|
revision 1467). |
50 |
|
|
51 |
|
* content-model-2.dat: Tests for |onstorage| attribute |
52 |
|
are added (HTML5 revision 1495). Fix test results |
53 |
|
for unknown elements and attributes in the HTML namespace. |
54 |
|
|
55 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* content-model-1.dat, content-model-2.dat: Test results |
58 |
|
related to browsing context name or keyword are revised |
59 |
|
and added (HTML5 revision 1470 and 1471). |
60 |
|
|
61 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML-tokenizer.t: Raise a parse error if there are disallowed |
64 |
|
character (for compatibility with existing html5lib test data). |
65 |
|
|
66 |
|
* tokenizer-test-1.test: Some test results are updated with |
67 |
|
regard to parse errors on disallowed characters. |
68 |
|
|
69 |
|
* tokenizer-test-2.dat: Test data for disallowed characters |
70 |
|
are added (HTML5 revision 1263). |
71 |
|
|
72 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib |
75 |
|
new test files. |
76 |
|
|
77 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* content-model-2.dat: Test data updated and added for |
80 |
|
global |xmlns| attributes (HTML5 revision 1426). |
81 |
|
|
82 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML-tokenizer.t: Remove "self-closing flag" if the start |
85 |
|
tag token is that of a slash permitted element (This is necessary |
86 |
|
to maintain compatibility with current test data, since in the |
87 |
|
new algorithm whether slash is permitted or not is decided in |
88 |
|
tree construction stage). |
89 |
|
|
90 |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
* content-model-6.dat: New test data file. Test data for |
* content-model-6.dat: New test data file. Test data for |