1 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* content-model-1.dat: New tests for |noscript| in |head| are added. |
4 |
|
|
5 |
|
* content-model-2.dat: A wrong result for |xml:lang| in |
6 |
|
HTML document is fixed. |
7 |
|
|
8 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* ContentType.t: New tests for bitmap images are added. |
11 |
|
|
12 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* content-model-2.dat: Some error messages are changed. |
15 |
|
|
16 |
|
* ContentType.t: New tests for |<script| sniffer are added. |
17 |
|
|
18 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
21 |
|
fragment parsing. |
22 |
|
|
23 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* tree-test-1.dat: More tests for tags "in row" are added. |
26 |
|
|
27 |
|
* HTML-tree.t: Quote test data for readability. |
28 |
|
|
29 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* tree-test-1.dat: More tests are added for |noframes| |
32 |
|
after |</frameset>|. |
33 |
|
|
34 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* tree-test-1.dat: More tests for start tags "in caption" |
37 |
|
insertion mode and for tags "in cell" insertion |
38 |
|
mode are added. |
39 |
|
|
40 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* tree-test-1.dat: More tests for ignoring some tokens |
43 |
|
are added. |
44 |
|
|
45 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML-tokenizer.t: Set content model flag in new syntax. |
48 |
|
|
49 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* content-model-1.dat, content-model-2.dat: Some test data |
52 |
|
have been updated due to new warnings. |
53 |
|
|
54 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
57 |
|
error for test data that has |charset| in XML context. |
58 |
|
|
59 |
|
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
60 |
|
and "in HTML:xml:lang" are added. |
61 |
|
|
62 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML-tokenizer.t: It now requires newer version |
65 |
|
of JSON.pm due to the broken handling for utf8 string |
66 |
|
of older version. Test data files |test3.test| |
67 |
|
and |test4.test| are added. Convert surrogate |
68 |
|
pair |\u| escapes in JSON file before it is input |
69 |
|
into JSON.pm parser since it does not decode |
70 |
|
them correctly. U+000D convertion was incorrect. |
71 |
|
|
72 |
|
* HTML-tree.t: Support for new format for fragment |
73 |
|
parsing tests. |
74 |
|
|
75 |
|
* Makefile (tokenizer-files): New test |
76 |
|
data files |test3.test| and |test4.test| are added. |
77 |
|
|
78 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
79 |
|
entity references in attribute values are added. |
80 |
|
|
81 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
82 |
|
|
83 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* tree-test-1.dat: Tests for |<html>| in trailing |
86 |
|
end phase and |</frameset>| in after frameset mode |
87 |
|
are added. |
88 |
|
|
89 |
|
* tree-test-2.dat: Tests for |</frameset>| |
90 |
|
in |frameset| fragment parsing are added. |
91 |
|
|
92 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* tree-test-1.dat: New tests for trailing end phase |
95 |
|
and white space in some insertion modes are added. |
96 |
|
|
97 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* Charset-DecodeHandler.t: Cases for charset names has |
100 |
|
been changed to match with the module's implementation. |
101 |
|
|
102 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* Charset-DecodeHandler.t: New test script. |
105 |
|
|
106 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* tokenizer-test-1.test: A comment test is added. |
109 |
|
|
110 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* tree-test-1.dat: New tests for unmatched end tags. |
113 |
|
|
114 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* table-1.dat: New test data. |
117 |
|
|
118 |
|
* ContentChecker.t: |table-1.dat| is added. |
119 |
|
|
120 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* tree-test-2.dat: Tests for <title> in fragments are added. |
123 |
|
|
124 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* URIChecker.t: Error level names in test results has |
127 |
|
been changed. |
128 |
|
|
129 |
|
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
130 |
|
is added. |
131 |
|
|
132 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
133 |
|
content-model-4.dat: Error messages has been changed. |
134 |
|
|
135 |
|
* ContentChecker.t: Appends error level to the error |
136 |
|
message if any. |
137 |
|
|
138 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* content-model-2.dat: Tests for |<img ismap>| context |
141 |
|
are added. Tests for |<command>|'s attributes are added. |
142 |
|
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
143 |
|
are added. |
144 |
|
|
145 |
|
* content-model-1.dat: Tests for |<datagrid>| contents |
146 |
|
are added. |
147 |
|
|
148 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* tree-test-1.dat: The tests using |#document-fragment| |
151 |
|
are move to |tree-test-2.dat|. |
152 |
|
|
153 |
|
* tree-test-2.dat: New test data. In addition to |
154 |
|
tests from |tree-test-1.dat|, two tests |
155 |
|
for |</table>| are added. |
156 |
|
|
157 |
|
* HTML-tree.t: |tree-test-2.dat| is added. |
158 |
|
|
159 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* tree-test-1.dat: Tests for end tag strings |
162 |
|
in CDATA elements are added. |
163 |
|
|
164 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* content-model-1.dat: Tests for |footer| |
167 |
|
content model are added. |
168 |
|
|
169 |
|
* content-model-2.dat: Tests for |ping| |
170 |
|
and |tabindex| attributes are added. Tests for |datetime| |
171 |
|
attribute of |ins| and |del| elements are added. |
172 |
|
|
173 |
|
* content-model-4.dat: New test data. |
174 |
|
|
175 |
|
* ContentChecker.t: |content-model-4.dat| is added. |
176 |
|
|
177 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
180 |
|
and 1.145 (CR and invalid character references) are added. |
181 |
|
Tests for HTML5 revision 1.148 (character references |
182 |
|
in attributes) are added. |
183 |
|
|
184 |
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
185 |
|
space characters before root element start tag). |
186 |
|
|
187 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* tree-test-1.dat: Some test results are changed |
190 |
|
and a test is added according to the HTML5 |
191 |
|
revisions 1.142 and 1.143 (<noscript> in <head>). |
192 |
|
|
193 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
* tree-test-1.dat: Some test results are changed |
* tree-test-1.dat: Some test results are changed |