1 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* content-model-2.dat: Tests for |manifest=""| are added. |
4 |
|
5 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* content-model-2.dat: <a><img ismap></a> is no longer |
8 |
conforming (HTML5 revision 1115). |
9 |
|
10 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
11 |
|
12 |
* content-model-1.dat, content-model-2.dat: <base> |
13 |
w/o @target and @href is non-conforming (HTML5 revision 1115). |
14 |
|
15 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
16 |
|
17 |
* content-model-4.dat: New tests for rel=up (HTML5 revision 1112) |
18 |
and rel=noreferer (HTML5 revision 1118). |
19 |
|
20 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
21 |
|
22 |
* content-model-2.dat: New test for |poster| (HTML5 revision 1097). |
23 |
|
24 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
25 |
|
26 |
* content-model-2.dat: <script async defer> is now conforming (HTML5 |
27 |
revision 1085). |
28 |
|
29 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
30 |
|
31 |
* content-model-1.dat, content-model-2.dat: New test |
32 |
data for |rule|, |nest|, and |datatemplate| elements. |
33 |
|
34 |
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
35 |
|
36 |
* css-token-1.dat: Test results for |\\{nl}| were incorrect. |
37 |
|
38 |
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
39 |
|
40 |
* Makefile (update): New rule. |
41 |
|
42 |
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
43 |
|
44 |
* tokenizer-test-1.test: New tests for invalid |
45 |
attribute specifications are added. |
46 |
|
47 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
48 |
|
49 |
* ContentChecker.t: New test data files are added. |
50 |
|
51 |
* content-model-atom-1.dat, content-model-atom-2.dat: New test data. |
52 |
|
53 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
54 |
|
55 |
* css-token-1.test: Test cases for remaining CSS tokens |
56 |
are added. |
57 |
|
58 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* css-token-1.test: Test cases for one-char tokens, |COMMENT|, |
61 |
and |COMMENT_INVALID| are added. |
62 |
|
63 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
64 |
|
65 |
* css-token-1.test: |URI_PREFIX|, |UNICODE_RANGE|, |CDO|, |
66 |
and |CDC| test cases are added. |
67 |
|
68 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
69 |
|
70 |
* css-token-1.test: |URI| and |INVALID| test |
71 |
cases are added. |
72 |
|
73 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
74 |
|
75 |
* css-token-1.test: |NUMBER| and |DIMENSION| test |
76 |
cases are added. |
77 |
|
78 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
79 |
|
80 |
* css-token-1.test: |HASH| and |NUMBER| |
81 |
test cases are added. |
82 |
|
83 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
84 |
|
85 |
* css-token-1.test: |STRING| and |INVALID| |
86 |
test cases are added. |
87 |
|
88 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
89 |
|
90 |
* css-token-1.test: New tests are added. |
91 |
|
92 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
93 |
|
94 |
* css-token-1.test, CSS-Tokenizer.t: New files. |
95 |
|
96 |
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
97 |
|
98 |
* tree-test-1.dat: New tests are added. |
99 |
|
100 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
101 |
|
102 |
* tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test| |
103 |
are added. |
104 |
|
105 |
* tree-construction/, tokenizer/: Sync with latest html5lib. |
106 |
|
107 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
108 |
|
109 |
* content-model-1.dat: New tests for |meta| corner cases |
110 |
are added. |
111 |
|
112 |
2007-08-22 Wakaba <wakaba@suika.fam.cx> |
113 |
|
114 |
* tree-test-2.dat: New tests for |html| innerHTML are added. |
115 |
|
116 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
117 |
|
118 |
* content-model-2.dat: New tests for |base| |
119 |
following URI or hyperlink are added. |
120 |
|
121 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
122 |
|
123 |
* content-model-1.dat: New tests for |noscript| in |head| are added. |
124 |
|
125 |
* content-model-2.dat: A wrong result for |xml:lang| in |
126 |
HTML document is fixed. |
127 |
|
128 |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
129 |
|
130 |
* ContentType.t: New tests for bitmap images are added. |
131 |
|
132 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
133 |
|
134 |
* content-model-2.dat: Some error messages are changed. |
135 |
|
136 |
* ContentType.t: New tests for |<script| sniffer are added. |
137 |
|
138 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
139 |
|
140 |
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
141 |
fragment parsing. |
142 |
|
143 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
144 |
|
145 |
* tree-test-1.dat: More tests for tags "in row" are added. |
146 |
|
147 |
* HTML-tree.t: Quote test data for readability. |
148 |
|
149 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
150 |
|
151 |
* tree-test-1.dat: More tests are added for |noframes| |
152 |
after |</frameset>|. |
153 |
|
154 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
155 |
|
156 |
* tree-test-1.dat: More tests for start tags "in caption" |
157 |
insertion mode and for tags "in cell" insertion |
158 |
mode are added. |
159 |
|
160 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
161 |
|
162 |
* tree-test-1.dat: More tests for ignoring some tokens |
163 |
are added. |
164 |
|
165 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
166 |
|
167 |
* HTML-tokenizer.t: Set content model flag in new syntax. |
168 |
|
169 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
170 |
|
171 |
* content-model-1.dat, content-model-2.dat: Some test data |
172 |
have been updated due to new warnings. |
173 |
|
174 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
175 |
|
176 |
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
177 |
error for test data that has |charset| in XML context. |
178 |
|
179 |
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
180 |
and "in HTML:xml:lang" are added. |
181 |
|
182 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
183 |
|
184 |
* HTML-tokenizer.t: It now requires newer version |
185 |
of JSON.pm due to the broken handling for utf8 string |
186 |
of older version. Test data files |test3.test| |
187 |
and |test4.test| are added. Convert surrogate |
188 |
pair |\u| escapes in JSON file before it is input |
189 |
into JSON.pm parser since it does not decode |
190 |
them correctly. U+000D convertion was incorrect. |
191 |
|
192 |
* HTML-tree.t: Support for new format for fragment |
193 |
parsing tests. |
194 |
|
195 |
* Makefile (tokenizer-files): New test |
196 |
data files |test3.test| and |test4.test| are added. |
197 |
|
198 |
* tokenizer-test-1.test: Test data for bare |hcro| and |
199 |
entity references in attribute values are added. |
200 |
|
201 |
* tokenizer-test-2.dat: Test data for U+000D are added. |
202 |
|
203 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
204 |
|
205 |
* tree-test-1.dat: Tests for |<html>| in trailing |
206 |
end phase and |</frameset>| in after frameset mode |
207 |
are added. |
208 |
|
209 |
* tree-test-2.dat: Tests for |</frameset>| |
210 |
in |frameset| fragment parsing are added. |
211 |
|
212 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
213 |
|
214 |
* tree-test-1.dat: New tests for trailing end phase |
215 |
and white space in some insertion modes are added. |
216 |
|
217 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
218 |
|
219 |
* Charset-DecodeHandler.t: Cases for charset names has |
220 |
been changed to match with the module's implementation. |
221 |
|
222 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
223 |
|
224 |
* Charset-DecodeHandler.t: New test script. |
225 |
|
226 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
227 |
|
228 |
* tokenizer-test-1.test: A comment test is added. |
229 |
|
230 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
231 |
|
232 |
* tree-test-1.dat: New tests for unmatched end tags. |
233 |
|
234 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
235 |
|
236 |
* table-1.dat: New test data. |
237 |
|
238 |
* ContentChecker.t: |table-1.dat| is added. |
239 |
|
240 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
241 |
|
242 |
* tree-test-2.dat: Tests for <title> in fragments are added. |
243 |
|
244 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
245 |
|
246 |
* URIChecker.t: Error level names in test results has |
247 |
been changed. |
248 |
|
249 |
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
250 |
is added. |
251 |
|
252 |
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
253 |
content-model-4.dat: Error messages has been changed. |
254 |
|
255 |
* ContentChecker.t: Appends error level to the error |
256 |
message if any. |
257 |
|
258 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
259 |
|
260 |
* content-model-2.dat: Tests for |<img ismap>| context |
261 |
are added. Tests for |<command>|'s attributes are added. |
262 |
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
263 |
are added. |
264 |
|
265 |
* content-model-1.dat: Tests for |<datagrid>| contents |
266 |
are added. |
267 |
|
268 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
269 |
|
270 |
* tree-test-1.dat: The tests using |#document-fragment| |
271 |
are move to |tree-test-2.dat|. |
272 |
|
273 |
* tree-test-2.dat: New test data. In addition to |
274 |
tests from |tree-test-1.dat|, two tests |
275 |
for |</table>| are added. |
276 |
|
277 |
* HTML-tree.t: |tree-test-2.dat| is added. |
278 |
|
279 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
280 |
|
281 |
* tree-test-1.dat: Tests for end tag strings |
282 |
in CDATA elements are added. |
283 |
|
284 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
285 |
|
286 |
* content-model-1.dat: Tests for |footer| |
287 |
content model are added. |
288 |
|
289 |
* content-model-2.dat: Tests for |ping| |
290 |
and |tabindex| attributes are added. Tests for |datetime| |
291 |
attribute of |ins| and |del| elements are added. |
292 |
|
293 |
* content-model-4.dat: New test data. |
294 |
|
295 |
* ContentChecker.t: |content-model-4.dat| is added. |
296 |
|
297 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
298 |
|
299 |
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
300 |
and 1.145 (CR and invalid character references) are added. |
301 |
Tests for HTML5 revision 1.148 (character references |
302 |
in attributes) are added. |
303 |
|
304 |
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
305 |
space characters before root element start tag). |
306 |
|
307 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
308 |
|
309 |
* tree-test-1.dat: Some test results are changed |
310 |
and a test is added according to the HTML5 |
311 |
revisions 1.142 and 1.143 (<noscript> in <head>). |
312 |
|
313 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
314 |
|
315 |
* tree-test-1.dat: Some test results are changed |
316 |
since <base>, <link>, and <meta> in body |
317 |
are no longer appended to the head element pointer (HTML5 |
318 |
revision 935). |
319 |
|
320 |
* content-model-2.dat: Tests for |scoped| |
321 |
attribute are added (HTML5 revision 938). |
322 |
|
323 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
324 |
|
325 |
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
326 |
with matching end tag are added (HTML5 revision 923). |
327 |
A test for h2 in h1 is added (HTML5 revision 926). |
328 |
|
329 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
330 |
|
331 |
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
332 |
revision 920). |
333 |
|
334 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
335 |
|
336 |
* tokenizer-test-1.test: Tests for conforming bare |&| |
337 |
are added. |
338 |
|
339 |
* tree-test-1.dat: Tests for |</body>| are added. |
340 |
|
341 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
342 |
|
343 |
* tree-test-1.dat: Always use uppercase document type name. |
344 |
|
345 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
346 |
|
347 |
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
348 |
|
349 |
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
350 |
are revised and added. |
351 |
|
352 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
353 |
|
354 |
* tokenizer-test-1.test: Tests for |<| in tags are |
355 |
added. (HTML5 revisions 900, 901, 902, and 911.) |
356 |
|
357 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
358 |
|
359 |
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
360 |
are added. (HTML5 revision 895.) A test for |&;| |
361 |
is added. |
362 |
|
363 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
364 |
|
365 |
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
366 |
|
367 |
* HTML-tree.t: Output test file names. Escaped |
368 |
new line at the end of test data was removed. |
369 |
|
370 |
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
371 |
escape flag stuff in |set_inner_html|. |
372 |
|
373 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
374 |
|
375 |
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
376 |
try to close its children). |
377 |
|
378 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
379 |
|
380 |
* content-model-1.dat: Tests for space characters |
381 |
in id="" attribute are added. |
382 |
|
383 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
384 |
|
385 |
* tree-test-1.dat: New tests for parse errors by |
386 |
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
387 |
|
388 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
389 |
|
390 |
* tokenizer-test-2.dat: New test. This test file contains |
391 |
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
392 |
since they depends on how characeters are supplied to the |
393 |
tokenizer. |
394 |
|
395 |
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
396 |
etc. supported. |
397 |
|
398 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
399 |
|
400 |
* tokenizer-test-1.test: Tests for C1 character |
401 |
references are added. |
402 |
|
403 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
404 |
|
405 |
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
406 |
Note that a test fails that assumes XML attribute value |
407 |
normalization fails since XMLParserTemp.pm does |
408 |
not normalize white space in attribute value when |
409 |
creating an attribute node (and new NanoDOM-based |
410 |
manakai's Attr.value does not normalize white space |
411 |
for more Web compatibility). |
412 |
|
413 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
414 |
|
415 |
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
416 |
files are added. |
417 |
|
418 |
* tokenize/, tree-construction/: Sync with latest html5lib |
419 |
trunk. |
420 |
|
421 |
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
422 |
|
423 |
* content-model-2.dat: |script| |async| and |defer| |
424 |
no longer require |src|. |async| MUST NOT be |
425 |
specified if |defer|. (HTML5 revision 858). |
426 |
|
427 |
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
428 |
|
429 |
* ContentChecker.t: Don't use obsolete |new| method. |
430 |
|
431 |
* tree-test-1.dat: Nested form test added. |
432 |
|
433 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
434 |
|
435 |
* content-model-2.dat: Some error messages are updated. |
436 |
|
437 |
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
438 |
and |tfoot| is added. |
439 |
|
440 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
441 |
|
442 |
* content-model-2.dat: Tests for |rel| values are added. |
443 |
|
444 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
445 |
|
446 |
* content-model-2.dat: Errors on obsolete media |
447 |
type (i.e. |text/javascript|) are added to the expected results. |
448 |
|
449 |
* tree-test-1.dat: Tests for |style| elements' attributes |
450 |
are added. |
451 |
|
452 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
453 |
|
454 |
* URIChecker.t: New test entries. |
455 |
|
456 |
* content-model-2.dat: New test entries for URI attributes. |
457 |
|
458 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
459 |
|
460 |
* URIChecker.t: New test. |
461 |
|
462 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
463 |
|
464 |
* Makefile (content-type-files, content-checker-files): New rukes. |
465 |
|
466 |
* content-type-result.txt, content-checker-result.txt: New files. |
467 |
|
468 |
* tokenizer-result.txt, tree-construction-result.txt: New to CVS. |
469 |
|
470 |
* content-model-2.dat: Warnings are added to unknown attributes |
471 |
for unknown elements. New tests for newly implemented |
472 |
attributes are added. |
473 |
|
474 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
475 |
|
476 |
* content-model-1.dat: Required attributes are |
477 |
added to <link>s. |
478 |
|
479 |
* content-model-2.dat: Tests for global event handler |
480 |
content attributes, <link>s and <embed>s are added. |
481 |
|
482 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
483 |
|
484 |
* content-model-2.dat: Tests for additionally-implemented |
485 |
attributes are added. |
486 |
|
487 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
488 |
|
489 |
* content-model-2.dat: Tests for <a>/interactive |
490 |
elements non-nesting are added. |
491 |
|
492 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
493 |
|
494 |
* content-model-3.dat: New test. |
495 |
|
496 |
* ContentChecker.t (@FILES): |content-model-3.dat| added. |
497 |
|
498 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
499 |
|
500 |
* tree-test-1.dat: Tests for |<iframe>|, |<noframes>|, |
501 |
and |<xmp>| are added. |
502 |
|
503 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
504 |
|
505 |
* content-model-1.dat: A content model conformance |
506 |
error was missing. |
507 |
|
508 |
* content-model-2.dat: Unsupported global attribute (prefixed |
509 |
attribute) test is added. Tests for many HTML5 elements |
510 |
are added. |
511 |
|
512 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
513 |
|
514 |
* content-model-2.dat: Tests for elements up to |progress|. |
515 |
|
516 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
517 |
|
518 |
* content-model-2.dat: Tests for global attributes, |html|, |head|, |
519 |
|base|, |meta|, and |style|. |
520 |
|
521 |
* ContentChecker.t: Support for |#data html| (HTML parsing |
522 |
mode). |
523 |
|
524 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
525 |
|
526 |
* content-model-2.dat: New test. |
527 |
|
528 |
* ContentChecker.t (@FILES): |content-model-2.dat| is added. |
529 |
(get_node_path): |ATTRIBUTE_NODE| support. |
530 |
|
531 |
* content-model-1.dat: New tests for unknown |
532 |
element in HTML namespace. |
533 |
|
534 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
535 |
|
536 |
* ContentChecker.t (manakai_element_type_match): Removed. |
537 |
|
538 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
539 |
|
540 |
* content-model-1.dat: Tests for |a| content model are added. |
541 |
Tests for |legend| content model are added. |
542 |
|
543 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
544 |
|
545 |
* content-model-1.dat: Tests for |li| content model are added. |
546 |
|
547 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
548 |
|
549 |
* content-model-1.dat: Tests for |dd| content model are added. |
550 |
Tests for |em| content model (inline-level content |
551 |
or stricly inline-level content) are added. |
552 |
Tests for |dfn| content model are added. |
553 |
|
554 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
555 |
|
556 |
* content-model-1.dat: New test data. |
557 |
|
558 |
* ContentChecker.t: New test. |
559 |
|
560 |
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
561 |
|
562 |
* tree-test-1.dat: ins > p test and noscript in noscript test |
563 |
are added. |
564 |
|
565 |
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
566 |
|
567 |
* tokenizer-test-1.test: Incorrect DOCTYPE testa |
568 |
are added. |
569 |
|
570 |
* tree-test-1.dat: |innerHTML| tests are added. |
571 |
|
572 |
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
573 |
|
574 |
* LICENSE: New document. |
575 |
|
576 |
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
577 |
|
578 |
* .cvsignore: Result files are added. |
579 |
|
580 |
* HTML-tree.t: Support for document fragment tests. |
581 |
|
582 |
* Makefile: Generate test result files. |
583 |
|
584 |
* tokenizer-test-1.test: A new test to ensure that |
585 |
characters after end tag are preserved in RCDATA or CDATA |
586 |
case. |
587 |
|
588 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
589 |
|
590 |
* HTML-tree.t: Use new |What::HTML->parse_string| method |
591 |
so that this test don't have to know parser class's |
592 |
internals. |
593 |
|
594 |
* tree-test-1.dat: New tests for "(<head> stuffs) in body" |
595 |
and "(<head> stuffs) after body" are added. |
596 |
|
597 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
598 |
|
599 |
* HTML-tree.t: New test file is added. Sort key |
600 |
was incorrect. |
601 |
|
602 |
* HTML-tokenizer.t: New test file is added. |
603 |
|
604 |
* tokenizer-test-1.test, tree-test-1.dat: New tests. |
605 |
|
606 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
607 |
|
608 |
* .cvsignore: |tree-consturction| is added. |
609 |
|
610 |
* HTML-tree.t: New test. |
611 |
|
612 |
* Makefile: Rules for tree constructor tests are added. |
613 |
|
614 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
615 |
|
616 |
* HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced |
617 |
by customized ones so that utf8 vs byte string handling |
618 |
cause no error. Set |$JSON::UTF8| flag on so |
619 |
that the |JSON| module turns the utf8 flag on. |
620 |
Support for the |contentModelFlags| and |lastStartTag| |
621 |
test props. Show the input as well as description |
622 |
when a test fails. |
623 |
|
624 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
625 |
|
626 |
* .cvsignore: New file. |
627 |
|
628 |
* Makefile: New file. |
629 |
|
630 |
* HTML-tokenizer.t: New test. |
631 |
|
632 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
633 |
|
634 |
* ContentType.t: Remove some |my|s to avoid warnings. |
635 |
|
636 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
637 |
|
638 |
* ChangeLog: New file. |
639 |
|
640 |
* ContentType.t: New Perl test. |
641 |
|
642 |
|