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