1 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
4 |
|
|
5 |
|
* HTML-tree.t: Output test file names. Escaped |
6 |
|
new line at the end of test data was removed. |
7 |
|
|
8 |
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
9 |
|
escape flag stuff in |set_inner_html|. |
10 |
|
|
11 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
14 |
|
try to close its children). |
15 |
|
|
16 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* content-model-1.dat: Tests for space characters |
19 |
|
in id="" attribute are added. |
20 |
|
|
21 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* tree-test-1.dat: New tests for parse errors by |
24 |
|
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
25 |
|
|
26 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* tokenizer-test-2.dat: New test. This test file contains |
29 |
|
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
30 |
|
since they depends on how characeters are supplied to the |
31 |
|
tokenizer. |
32 |
|
|
33 |
|
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
34 |
|
etc. supported. |
35 |
|
|
36 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* tokenizer-test-1.test: Tests for C1 character |
39 |
|
references are added. |
40 |
|
|
41 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
44 |
|
Note that a test fails that assumes XML attribute value |
45 |
|
normalization fails since XMLParserTemp.pm does |
46 |
|
not normalize white space in attribute value when |
47 |
|
creating an attribute node (and new NanoDOM-based |
48 |
|
manakai's Attr.value does not normalize white space |
49 |
|
for more Web compatibility). |
50 |
|
|
51 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
54 |
|
files are added. |
55 |
|
|
56 |
|
* tokenize/, tree-construction/: Sync with latest html5lib |
57 |
|
trunk. |
58 |
|
|
59 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* content-model-2.dat: |script| |async| and |defer| |
62 |
|
no longer require |src|. |async| MUST NOT be |
63 |
|
specified if |defer|. (HTML5 revision 858). |
64 |
|
|
65 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* ContentChecker.t: Don't use obsolete |new| method. |
68 |
|
|
69 |
|
* tree-test-1.dat: Nested form test added. |
70 |
|
|
71 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* content-model-2.dat: Some error messages are updated. |
74 |
|
|
75 |
|
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
76 |
|
and |tfoot| is added. |
77 |
|
|
78 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
* content-model-2.dat: Tests for |rel| values are added. |
* content-model-2.dat: Tests for |rel| values are added. |