1 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* content-model-2.dat: New tests for |base| |
4 |
|
following URI or hyperlink are added. |
5 |
|
|
6 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* content-model-1.dat: New tests for |noscript| in |head| are added. |
9 |
|
|
10 |
|
* content-model-2.dat: A wrong result for |xml:lang| in |
11 |
|
HTML document is fixed. |
12 |
|
|
13 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* ContentType.t: New tests for bitmap images are added. |
16 |
|
|
17 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* content-model-2.dat: Some error messages are changed. |
20 |
|
|
21 |
|
* ContentType.t: New tests for |<script| sniffer are added. |
22 |
|
|
23 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
26 |
|
fragment parsing. |
27 |
|
|
28 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* tree-test-1.dat: More tests for tags "in row" are added. |
31 |
|
|
32 |
|
* HTML-tree.t: Quote test data for readability. |
33 |
|
|
34 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* tree-test-1.dat: More tests are added for |noframes| |
37 |
|
after |</frameset>|. |
38 |
|
|
39 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* tree-test-1.dat: More tests for start tags "in caption" |
42 |
|
insertion mode and for tags "in cell" insertion |
43 |
|
mode are added. |
44 |
|
|
45 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* tree-test-1.dat: More tests for ignoring some tokens |
48 |
|
are added. |
49 |
|
|
50 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML-tokenizer.t: Set content model flag in new syntax. |
53 |
|
|
54 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* content-model-1.dat, content-model-2.dat: Some test data |
57 |
|
have been updated due to new warnings. |
58 |
|
|
59 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
62 |
|
error for test data that has |charset| in XML context. |
63 |
|
|
64 |
|
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
65 |
|
and "in HTML:xml:lang" are added. |
66 |
|
|
67 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML-tokenizer.t: It now requires newer version |
70 |
|
of JSON.pm due to the broken handling for utf8 string |
71 |
|
of older version. Test data files |test3.test| |
72 |
|
and |test4.test| are added. Convert surrogate |
73 |
|
pair |\u| escapes in JSON file before it is input |
74 |
|
into JSON.pm parser since it does not decode |
75 |
|
them correctly. U+000D convertion was incorrect. |
76 |
|
|
77 |
|
* HTML-tree.t: Support for new format for fragment |
78 |
|
parsing tests. |
79 |
|
|
80 |
|
* Makefile (tokenizer-files): New test |
81 |
|
data files |test3.test| and |test4.test| are added. |
82 |
|
|
83 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
84 |
|
entity references in attribute values are added. |
85 |
|
|
86 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
87 |
|
|
88 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
* tree-test-1.dat: Tests for |<html>| in trailing |
* tree-test-1.dat: Tests for |<html>| in trailing |