1 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
4 |
|
fragment parsing. |
5 |
|
|
6 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* tree-test-1.dat: More tests for tags "in row" are added. |
9 |
|
|
10 |
|
* HTML-tree.t: Quote test data for readability. |
11 |
|
|
12 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* tree-test-1.dat: More tests are added for |noframes| |
15 |
|
after |</frameset>|. |
16 |
|
|
17 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* tree-test-1.dat: More tests for start tags "in caption" |
20 |
|
insertion mode and for tags "in cell" insertion |
21 |
|
mode are added. |
22 |
|
|
23 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* tree-test-1.dat: More tests for ignoring some tokens |
26 |
|
are added. |
27 |
|
|
28 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML-tokenizer.t: Set content model flag in new syntax. |
31 |
|
|
32 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* content-model-1.dat, content-model-2.dat: Some test data |
35 |
|
have been updated due to new warnings. |
36 |
|
|
37 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
40 |
|
error for test data that has |charset| in XML context. |
41 |
|
|
42 |
|
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
43 |
|
and "in HTML:xml:lang" are added. |
44 |
|
|
45 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML-tokenizer.t: It now requires newer version |
48 |
|
of JSON.pm due to the broken handling for utf8 string |
49 |
|
of older version. Test data files |test3.test| |
50 |
|
and |test4.test| are added. Convert surrogate |
51 |
|
pair |\u| escapes in JSON file before it is input |
52 |
|
into JSON.pm parser since it does not decode |
53 |
|
them correctly. U+000D convertion was incorrect. |
54 |
|
|
55 |
|
* HTML-tree.t: Support for new format for fragment |
56 |
|
parsing tests. |
57 |
|
|
58 |
|
* Makefile (tokenizer-files): New test |
59 |
|
data files |test3.test| and |test4.test| are added. |
60 |
|
|
61 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
62 |
|
entity references in attribute values are added. |
63 |
|
|
64 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
65 |
|
|
66 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* tree-test-1.dat: Tests for |<html>| in trailing |
69 |
|
end phase and |</frameset>| in after frameset mode |
70 |
|
are added. |
71 |
|
|
72 |
|
* tree-test-2.dat: Tests for |</frameset>| |
73 |
|
in |frameset| fragment parsing are added. |
74 |
|
|
75 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* tree-test-1.dat: New tests for trailing end phase |
78 |
|
and white space in some insertion modes are added. |
79 |
|
|
80 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* Charset-DecodeHandler.t: Cases for charset names has |
83 |
|
been changed to match with the module's implementation. |
84 |
|
|
85 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* Charset-DecodeHandler.t: New test script. |
88 |
|
|
89 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* tokenizer-test-1.test: A comment test is added. |
92 |
|
|
93 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* tree-test-1.dat: New tests for unmatched end tags. |
96 |
|
|
97 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* table-1.dat: New test data. |
100 |
|
|
101 |
|
* ContentChecker.t: |table-1.dat| is added. |
102 |
|
|
103 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* tree-test-2.dat: Tests for <title> in fragments are added. |
106 |
|
|
107 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* URIChecker.t: Error level names in test results has |
110 |
|
been changed. |
111 |
|
|
112 |
|
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
113 |
|
is added. |
114 |
|
|
115 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
116 |
|
content-model-4.dat: Error messages has been changed. |
117 |
|
|
118 |
|
* ContentChecker.t: Appends error level to the error |
119 |
|
message if any. |
120 |
|
|
121 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* content-model-2.dat: Tests for |<img ismap>| context |
124 |
|
are added. Tests for |<command>|'s attributes are added. |
125 |
|
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
126 |
|
are added. |
127 |
|
|
128 |
|
* content-model-1.dat: Tests for |<datagrid>| contents |
129 |
|
are added. |
130 |
|
|
131 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* tree-test-1.dat: The tests using |#document-fragment| |
134 |
|
are move to |tree-test-2.dat|. |
135 |
|
|
136 |
|
* tree-test-2.dat: New test data. In addition to |
137 |
|
tests from |tree-test-1.dat|, two tests |
138 |
|
for |</table>| are added. |
139 |
|
|
140 |
|
* HTML-tree.t: |tree-test-2.dat| is added. |
141 |
|
|
142 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* tree-test-1.dat: Tests for end tag strings |
145 |
|
in CDATA elements are added. |
146 |
|
|
147 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* content-model-1.dat: Tests for |footer| |
150 |
|
content model are added. |
151 |
|
|
152 |
|
* content-model-2.dat: Tests for |ping| |
153 |
|
and |tabindex| attributes are added. Tests for |datetime| |
154 |
|
attribute of |ins| and |del| elements are added. |
155 |
|
|
156 |
|
* content-model-4.dat: New test data. |
157 |
|
|
158 |
|
* ContentChecker.t: |content-model-4.dat| is added. |
159 |
|
|
160 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
163 |
|
and 1.145 (CR and invalid character references) are added. |
164 |
|
Tests for HTML5 revision 1.148 (character references |
165 |
|
in attributes) are added. |
166 |
|
|
167 |
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
168 |
|
space characters before root element start tag). |
169 |
|
|
170 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* tree-test-1.dat: Some test results are changed |
173 |
|
and a test is added according to the HTML5 |
174 |
|
revisions 1.142 and 1.143 (<noscript> in <head>). |
175 |
|
|
176 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* tree-test-1.dat: Some test results are changed |
179 |
|
since <base>, <link>, and <meta> in body |
180 |
|
are no longer appended to the head element pointer (HTML5 |
181 |
|
revision 935). |
182 |
|
|
183 |
|
* content-model-2.dat: Tests for |scoped| |
184 |
|
attribute are added (HTML5 revision 938). |
185 |
|
|
186 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
189 |
|
with matching end tag are added (HTML5 revision 923). |
190 |
|
A test for h2 in h1 is added (HTML5 revision 926). |
191 |
|
|
192 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
195 |
|
revision 920). |
196 |
|
|
197 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* tokenizer-test-1.test: Tests for conforming bare |&| |
200 |
|
are added. |
201 |
|
|
202 |
|
* tree-test-1.dat: Tests for |</body>| are added. |
203 |
|
|
204 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* tree-test-1.dat: Always use uppercase document type name. |
207 |
|
|
208 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
209 |
|
|
210 |
|
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
211 |
|
|
212 |
|
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
213 |
|
are revised and added. |
214 |
|
|
215 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* tokenizer-test-1.test: Tests for |<| in tags are |
218 |
|
added. (HTML5 revisions 900, 901, 902, and 911.) |
219 |
|
|
220 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
223 |
|
are added. (HTML5 revision 895.) A test for |&;| |
224 |
|
is added. |
225 |
|
|
226 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
|
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
229 |
|
|
230 |
|
* HTML-tree.t: Output test file names. Escaped |
231 |
|
new line at the end of test data was removed. |
232 |
|
|
233 |
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
234 |
|
escape flag stuff in |set_inner_html|. |
235 |
|
|
236 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
239 |
|
try to close its children). |
240 |
|
|
241 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* content-model-1.dat: Tests for space characters |
244 |
|
in id="" attribute are added. |
245 |
|
|
246 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* tree-test-1.dat: New tests for parse errors by |
249 |
|
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
250 |
|
|
251 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* tokenizer-test-2.dat: New test. This test file contains |
254 |
|
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
255 |
|
since they depends on how characeters are supplied to the |
256 |
|
tokenizer. |
257 |
|
|
258 |
|
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
259 |
|
etc. supported. |
260 |
|
|
261 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
262 |
|
|
263 |
|
* tokenizer-test-1.test: Tests for C1 character |
264 |
|
references are added. |
265 |
|
|
266 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
267 |
|
|
268 |
|
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
269 |
|
Note that a test fails that assumes XML attribute value |
270 |
|
normalization fails since XMLParserTemp.pm does |
271 |
|
not normalize white space in attribute value when |
272 |
|
creating an attribute node (and new NanoDOM-based |
273 |
|
manakai's Attr.value does not normalize white space |
274 |
|
for more Web compatibility). |
275 |
|
|
276 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
279 |
|
files are added. |
280 |
|
|
281 |
|
* tokenize/, tree-construction/: Sync with latest html5lib |
282 |
|
trunk. |
283 |
|
|
284 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
285 |
|
|
286 |
|
* content-model-2.dat: |script| |async| and |defer| |
287 |
|
no longer require |src|. |async| MUST NOT be |
288 |
|
specified if |defer|. (HTML5 revision 858). |
289 |
|
|
290 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
291 |
|
|
292 |
|
* ContentChecker.t: Don't use obsolete |new| method. |
293 |
|
|
294 |
|
* tree-test-1.dat: Nested form test added. |
295 |
|
|
296 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
297 |
|
|
298 |
|
* content-model-2.dat: Some error messages are updated. |
299 |
|
|
300 |
|
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
301 |
|
and |tfoot| is added. |
302 |
|
|
303 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
* content-model-2.dat: Tests for |rel| values are added. |
* content-model-2.dat: Tests for |rel| values are added. |