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