1 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Charset-DecodeHandler.t: Cases for charset names has |
4 |
|
been changed to match with the module's implementation. |
5 |
|
|
6 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Charset-DecodeHandler.t: New test script. |
9 |
|
|
10 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* tokenizer-test-1.test: A comment test is added. |
13 |
|
|
14 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* tree-test-1.dat: New tests for unmatched end tags. |
17 |
|
|
18 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* table-1.dat: New test data. |
21 |
|
|
22 |
|
* ContentChecker.t: |table-1.dat| is added. |
23 |
|
|
24 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* tree-test-2.dat: Tests for <title> in fragments are added. |
27 |
|
|
28 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* URIChecker.t: Error level names in test results has |
31 |
|
been changed. |
32 |
|
|
33 |
|
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
34 |
|
is added. |
35 |
|
|
36 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
37 |
|
content-model-4.dat: Error messages has been changed. |
38 |
|
|
39 |
|
* ContentChecker.t: Appends error level to the error |
40 |
|
message if any. |
41 |
|
|
42 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* content-model-2.dat: Tests for |<img ismap>| context |
45 |
|
are added. Tests for |<command>|'s attributes are added. |
46 |
|
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
47 |
|
are added. |
48 |
|
|
49 |
|
* content-model-1.dat: Tests for |<datagrid>| contents |
50 |
|
are added. |
51 |
|
|
52 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* tree-test-1.dat: The tests using |#document-fragment| |
55 |
|
are move to |tree-test-2.dat|. |
56 |
|
|
57 |
|
* tree-test-2.dat: New test data. In addition to |
58 |
|
tests from |tree-test-1.dat|, two tests |
59 |
|
for |</table>| are added. |
60 |
|
|
61 |
|
* HTML-tree.t: |tree-test-2.dat| is added. |
62 |
|
|
63 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* tree-test-1.dat: Tests for end tag strings |
66 |
|
in CDATA elements are added. |
67 |
|
|
68 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* content-model-1.dat: Tests for |footer| |
71 |
|
content model are added. |
72 |
|
|
73 |
|
* content-model-2.dat: Tests for |ping| |
74 |
|
and |tabindex| attributes are added. Tests for |datetime| |
75 |
|
attribute of |ins| and |del| elements are added. |
76 |
|
|
77 |
|
* content-model-4.dat: New test data. |
78 |
|
|
79 |
|
* ContentChecker.t: |content-model-4.dat| is added. |
80 |
|
|
81 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
84 |
|
and 1.145 (CR and invalid character references) are added. |
85 |
|
Tests for HTML5 revision 1.148 (character references |
86 |
|
in attributes) are added. |
87 |
|
|
88 |
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
89 |
|
space characters before root element start tag). |
90 |
|
|
91 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* tree-test-1.dat: Some test results are changed |
94 |
|
and a test is added according to the HTML5 |
95 |
|
revisions 1.142 and 1.143 (<noscript> in <head>). |
96 |
|
|
97 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* tree-test-1.dat: Some test results are changed |
100 |
|
since <base>, <link>, and <meta> in body |
101 |
|
are no longer appended to the head element pointer (HTML5 |
102 |
|
revision 935). |
103 |
|
|
104 |
|
* content-model-2.dat: Tests for |scoped| |
105 |
|
attribute are added (HTML5 revision 938). |
106 |
|
|
107 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
110 |
|
with matching end tag are added (HTML5 revision 923). |
111 |
|
A test for h2 in h1 is added (HTML5 revision 926). |
112 |
|
|
113 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
116 |
|
revision 920). |
117 |
|
|
118 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* tokenizer-test-1.test: Tests for conforming bare |&| |
121 |
|
are added. |
122 |
|
|
123 |
|
* tree-test-1.dat: Tests for |</body>| are added. |
124 |
|
|
125 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* tree-test-1.dat: Always use uppercase document type name. |
128 |
|
|
129 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
132 |
|
|
133 |
|
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
134 |
|
are revised and added. |
135 |
|
|
136 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* tokenizer-test-1.test: Tests for |<| in tags are |
139 |
|
added. (HTML5 revisions 900, 901, 902, and 911.) |
140 |
|
|
141 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
144 |
|
are added. (HTML5 revision 895.) A test for |&;| |
145 |
|
is added. |
146 |
|
|
147 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
150 |
|
|
151 |
|
* HTML-tree.t: Output test file names. Escaped |
152 |
|
new line at the end of test data was removed. |
153 |
|
|
154 |
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
155 |
|
escape flag stuff in |set_inner_html|. |
156 |
|
|
157 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
160 |
|
try to close its children). |
161 |
|
|
162 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* content-model-1.dat: Tests for space characters |
165 |
|
in id="" attribute are added. |
166 |
|
|
167 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
* tree-test-1.dat: New tests for parse errors by |
* tree-test-1.dat: New tests for parse errors by |