1 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentType.t: New tests for bitmap images are added. |
4 |
|
|
5 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* content-model-2.dat: Some error messages are changed. |
8 |
|
|
9 |
|
* ContentType.t: New tests for |<script| sniffer are added. |
10 |
|
|
11 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
14 |
|
fragment parsing. |
15 |
|
|
16 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* tree-test-1.dat: More tests for tags "in row" are added. |
19 |
|
|
20 |
|
* HTML-tree.t: Quote test data for readability. |
21 |
|
|
22 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* tree-test-1.dat: More tests are added for |noframes| |
25 |
|
after |</frameset>|. |
26 |
|
|
27 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* tree-test-1.dat: More tests for start tags "in caption" |
30 |
|
insertion mode and for tags "in cell" insertion |
31 |
|
mode are added. |
32 |
|
|
33 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* tree-test-1.dat: More tests for ignoring some tokens |
36 |
|
are added. |
37 |
|
|
38 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML-tokenizer.t: Set content model flag in new syntax. |
41 |
|
|
42 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* content-model-1.dat, content-model-2.dat: Some test data |
45 |
|
have been updated due to new warnings. |
46 |
|
|
47 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
50 |
|
error for test data that has |charset| in XML context. |
51 |
|
|
52 |
|
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
53 |
|
and "in HTML:xml:lang" are added. |
54 |
|
|
55 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML-tokenizer.t: It now requires newer version |
58 |
|
of JSON.pm due to the broken handling for utf8 string |
59 |
|
of older version. Test data files |test3.test| |
60 |
|
and |test4.test| are added. Convert surrogate |
61 |
|
pair |\u| escapes in JSON file before it is input |
62 |
|
into JSON.pm parser since it does not decode |
63 |
|
them correctly. U+000D convertion was incorrect. |
64 |
|
|
65 |
|
* HTML-tree.t: Support for new format for fragment |
66 |
|
parsing tests. |
67 |
|
|
68 |
|
* Makefile (tokenizer-files): New test |
69 |
|
data files |test3.test| and |test4.test| are added. |
70 |
|
|
71 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
72 |
|
entity references in attribute values are added. |
73 |
|
|
74 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
75 |
|
|
76 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* tree-test-1.dat: Tests for |<html>| in trailing |
79 |
|
end phase and |</frameset>| in after frameset mode |
80 |
|
are added. |
81 |
|
|
82 |
|
* tree-test-2.dat: Tests for |</frameset>| |
83 |
|
in |frameset| fragment parsing are added. |
84 |
|
|
85 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* tree-test-1.dat: New tests for trailing end phase |
88 |
|
and white space in some insertion modes are added. |
89 |
|
|
90 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* Charset-DecodeHandler.t: Cases for charset names has |
93 |
|
been changed to match with the module's implementation. |
94 |
|
|
95 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* Charset-DecodeHandler.t: New test script. |
98 |
|
|
99 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* tokenizer-test-1.test: A comment test is added. |
102 |
|
|
103 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* tree-test-1.dat: New tests for unmatched end tags. |
106 |
|
|
107 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* table-1.dat: New test data. |
110 |
|
|
111 |
|
* ContentChecker.t: |table-1.dat| is added. |
112 |
|
|
113 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* tree-test-2.dat: Tests for <title> in fragments are added. |
116 |
|
|
117 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* URIChecker.t: Error level names in test results has |
120 |
|
been changed. |
121 |
|
|
122 |
|
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
123 |
|
is added. |
124 |
|
|
125 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
126 |
|
content-model-4.dat: Error messages has been changed. |
127 |
|
|
128 |
|
* ContentChecker.t: Appends error level to the error |
129 |
|
message if any. |
130 |
|
|
131 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* content-model-2.dat: Tests for |<img ismap>| context |
134 |
|
are added. Tests for |<command>|'s attributes are added. |
135 |
|
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
136 |
|
are added. |
137 |
|
|
138 |
|
* content-model-1.dat: Tests for |<datagrid>| contents |
139 |
|
are added. |
140 |
|
|
141 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* tree-test-1.dat: The tests using |#document-fragment| |
144 |
|
are move to |tree-test-2.dat|. |
145 |
|
|
146 |
|
* tree-test-2.dat: New test data. In addition to |
147 |
|
tests from |tree-test-1.dat|, two tests |
148 |
|
for |</table>| are added. |
149 |
|
|
150 |
|
* HTML-tree.t: |tree-test-2.dat| is added. |
151 |
|
|
152 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* tree-test-1.dat: Tests for end tag strings |
155 |
|
in CDATA elements are added. |
156 |
|
|
157 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* content-model-1.dat: Tests for |footer| |
160 |
|
content model are added. |
161 |
|
|
162 |
|
* content-model-2.dat: Tests for |ping| |
163 |
|
and |tabindex| attributes are added. Tests for |datetime| |
164 |
|
attribute of |ins| and |del| elements are added. |
165 |
|
|
166 |
|
* content-model-4.dat: New test data. |
167 |
|
|
168 |
|
* ContentChecker.t: |content-model-4.dat| is added. |
169 |
|
|
170 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
173 |
|
and 1.145 (CR and invalid character references) are added. |
174 |
|
Tests for HTML5 revision 1.148 (character references |
175 |
|
in attributes) are added. |
176 |
|
|
177 |
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
178 |
|
space characters before root element start tag). |
179 |
|
|
180 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* tree-test-1.dat: Some test results are changed |
183 |
|
and a test is added according to the HTML5 |
184 |
|
revisions 1.142 and 1.143 (<noscript> in <head>). |
185 |
|
|
186 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* tree-test-1.dat: Some test results are changed |
189 |
|
since <base>, <link>, and <meta> in body |
190 |
|
are no longer appended to the head element pointer (HTML5 |
191 |
|
revision 935). |
192 |
|
|
193 |
|
* content-model-2.dat: Tests for |scoped| |
194 |
|
attribute are added (HTML5 revision 938). |
195 |
|
|
196 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
199 |
|
with matching end tag are added (HTML5 revision 923). |
200 |
|
A test for h2 in h1 is added (HTML5 revision 926). |
201 |
|
|
202 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
205 |
|
revision 920). |
206 |
|
|
207 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* tokenizer-test-1.test: Tests for conforming bare |&| |
210 |
|
are added. |
211 |
|
|
212 |
|
* tree-test-1.dat: Tests for |</body>| are added. |
213 |
|
|
214 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* tree-test-1.dat: Always use uppercase document type name. |
217 |
|
|
218 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
221 |
|
|
222 |
|
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
223 |
|
are revised and added. |
224 |
|
|
225 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
226 |
|
|
227 |
|
* tokenizer-test-1.test: Tests for |<| in tags are |
228 |
|
added. (HTML5 revisions 900, 901, 902, and 911.) |
229 |
|
|
230 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
233 |
|
are added. (HTML5 revision 895.) A test for |&;| |
234 |
|
is added. |
235 |
|
|
236 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
239 |
|
|
240 |
|
* HTML-tree.t: Output test file names. Escaped |
241 |
|
new line at the end of test data was removed. |
242 |
|
|
243 |
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
244 |
|
escape flag stuff in |set_inner_html|. |
245 |
|
|
246 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
249 |
|
try to close its children). |
250 |
|
|
251 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* content-model-1.dat: Tests for space characters |
254 |
|
in id="" attribute are added. |
255 |
|
|
256 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* tree-test-1.dat: New tests for parse errors by |
259 |
|
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
260 |
|
|
261 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
262 |
|
|
263 |
|
* tokenizer-test-2.dat: New test. This test file contains |
264 |
|
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
265 |
|
since they depends on how characeters are supplied to the |
266 |
|
tokenizer. |
267 |
|
|
268 |
|
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
269 |
|
etc. supported. |
270 |
|
|
271 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
272 |
|
|
273 |
|
* tokenizer-test-1.test: Tests for C1 character |
274 |
|
references are added. |
275 |
|
|
276 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
279 |
|
Note that a test fails that assumes XML attribute value |
280 |
|
normalization fails since XMLParserTemp.pm does |
281 |
|
not normalize white space in attribute value when |
282 |
|
creating an attribute node (and new NanoDOM-based |
283 |
|
manakai's Attr.value does not normalize white space |
284 |
|
for more Web compatibility). |
285 |
|
|
286 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
287 |
|
|
288 |
|
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
289 |
|
files are added. |
290 |
|
|
291 |
|
* tokenize/, tree-construction/: Sync with latest html5lib |
292 |
|
trunk. |
293 |
|
|
294 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* content-model-2.dat: |script| |async| and |defer| |
297 |
|
no longer require |src|. |async| MUST NOT be |
298 |
|
specified if |defer|. (HTML5 revision 858). |
299 |
|
|
300 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
302 |
|
* ContentChecker.t: Don't use obsolete |new| method. |
303 |
|
|
304 |
|
* tree-test-1.dat: Nested form test added. |
305 |
|
|
306 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
307 |
|
|
308 |
|
* content-model-2.dat: Some error messages are updated. |
309 |
|
|
310 |
|
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
311 |
|
and |tfoot| is added. |
312 |
|
|
313 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
314 |
|
|
315 |
|
* content-model-2.dat: Tests for |rel| values are added. |
316 |
|
|
317 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
318 |
|
|
319 |
|
* content-model-2.dat: Errors on obsolete media |
320 |
|
type (i.e. |text/javascript|) are added to the expected results. |
321 |
|
|
322 |
|
* tree-test-1.dat: Tests for |style| elements' attributes |
323 |
|
are added. |
324 |
|
|
325 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
|
* URIChecker.t: New test entries. |
328 |
|
|
329 |
|
* content-model-2.dat: New test entries for URI attributes. |
330 |
|
|
331 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
332 |
|
|
333 |
|
* URIChecker.t: New test. |
334 |
|
|
335 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
336 |
|
|
337 |
|
* Makefile (content-type-files, content-checker-files): New rukes. |
338 |
|
|
339 |
|
* content-type-result.txt, content-checker-result.txt: New files. |
340 |
|
|
341 |
|
* tokenizer-result.txt, tree-construction-result.txt: New to CVS. |
342 |
|
|
343 |
|
* content-model-2.dat: Warnings are added to unknown attributes |
344 |
|
for unknown elements. New tests for newly implemented |
345 |
|
attributes are added. |
346 |
|
|
347 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
348 |
|
|
349 |
|
* content-model-1.dat: Required attributes are |
350 |
|
added to <link>s. |
351 |
|
|
352 |
|
* content-model-2.dat: Tests for global event handler |
353 |
|
content attributes, <link>s and <embed>s are added. |
354 |
|
|
355 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
356 |
|
|
357 |
|
* content-model-2.dat: Tests for additionally-implemented |
358 |
|
attributes are added. |
359 |
|
|
360 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
361 |
|
|
362 |
|
* content-model-2.dat: Tests for <a>/interactive |
363 |
|
elements non-nesting are added. |
364 |
|
|
365 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
367 |
|
* content-model-3.dat: New test. |
368 |
|
|
369 |
|
* ContentChecker.t (@FILES): |content-model-3.dat| added. |
370 |
|
|
371 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
372 |
|
|
373 |
|
* tree-test-1.dat: Tests for |<iframe>|, |<noframes>|, |
374 |
|
and |<xmp>| are added. |
375 |
|
|
376 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
377 |
|
|
378 |
|
* content-model-1.dat: A content model conformance |
379 |
|
error was missing. |
380 |
|
|
381 |
|
* content-model-2.dat: Unsupported global attribute (prefixed |
382 |
|
attribute) test is added. Tests for many HTML5 elements |
383 |
|
are added. |
384 |
|
|
385 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
386 |
|
|
387 |
|
* content-model-2.dat: Tests for elements up to |progress|. |
388 |
|
|
389 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
390 |
|
|
391 |
|
* content-model-2.dat: Tests for global attributes, |html|, |head|, |
392 |
|
|base|, |meta|, and |style|. |
393 |
|
|
394 |
|
* ContentChecker.t: Support for |#data html| (HTML parsing |
395 |
|
mode). |
396 |
|
|
397 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
398 |
|
|
399 |
|
* content-model-2.dat: New test. |
400 |
|
|
401 |
|
* ContentChecker.t (@FILES): |content-model-2.dat| is added. |
402 |
|
(get_node_path): |ATTRIBUTE_NODE| support. |
403 |
|
|
404 |
|
* content-model-1.dat: New tests for unknown |
405 |
|
element in HTML namespace. |
406 |
|
|
407 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
408 |
|
|
409 |
|
* ContentChecker.t (manakai_element_type_match): Removed. |
410 |
|
|
411 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
412 |
|
|
413 |
|
* content-model-1.dat: Tests for |a| content model are added. |
414 |
|
Tests for |legend| content model are added. |
415 |
|
|
416 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
417 |
|
|
418 |
|
* content-model-1.dat: Tests for |li| content model are added. |
419 |
|
|
420 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
421 |
|
|
422 |
|
* content-model-1.dat: Tests for |dd| content model are added. |
423 |
|
Tests for |em| content model (inline-level content |
424 |
|
or stricly inline-level content) are added. |
425 |
|
Tests for |dfn| content model are added. |
426 |
|
|
427 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
428 |
|
|
429 |
|
* content-model-1.dat: New test data. |
430 |
|
|
431 |
|
* ContentChecker.t: New test. |
432 |
|
|
433 |
|
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
434 |
|
|
435 |
|
* tree-test-1.dat: ins > p test and noscript in noscript test |
436 |
|
are added. |
437 |
|
|
438 |
|
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
439 |
|
|
440 |
|
* tokenizer-test-1.test: Incorrect DOCTYPE testa |
441 |
|
are added. |
442 |
|
|
443 |
|
* tree-test-1.dat: |innerHTML| tests are added. |
444 |
|
|
445 |
|
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
446 |
|
|
447 |
|
* LICENSE: New document. |
448 |
|
|
449 |
|
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
450 |
|
|
451 |
|
* .cvsignore: Result files are added. |
452 |
|
|
453 |
|
* HTML-tree.t: Support for document fragment tests. |
454 |
|
|
455 |
|
* Makefile: Generate test result files. |
456 |
|
|
457 |
|
* tokenizer-test-1.test: A new test to ensure that |
458 |
|
characters after end tag are preserved in RCDATA or CDATA |
459 |
|
case. |
460 |
|
|
461 |
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
462 |
|
|
463 |
|
* HTML-tree.t: Use new |What::HTML->parse_string| method |
464 |
|
so that this test don't have to know parser class's |
465 |
|
internals. |
466 |
|
|
467 |
|
* tree-test-1.dat: New tests for "(<head> stuffs) in body" |
468 |
|
and "(<head> stuffs) after body" are added. |
469 |
|
|
470 |
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
471 |
|
|
472 |
|
* HTML-tree.t: New test file is added. Sort key |
473 |
|
was incorrect. |
474 |
|
|
475 |
|
* HTML-tokenizer.t: New test file is added. |
476 |
|
|
477 |
|
* tokenizer-test-1.test, tree-test-1.dat: New tests. |
478 |
|
|
479 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
480 |
|
|
481 |
* .cvsignore: |tree-consturction| is added. |
* .cvsignore: |tree-consturction| is added. |