1 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* content-model-1.dat: Tests for |footer| |
4 |
|
content model are added. |
5 |
|
|
6 |
|
* content-model-2.dat: Tests for |ping| |
7 |
|
and |tabindex| attributes are added. Tests for |datetime| |
8 |
|
attribute of |ins| and |del| elements are added. |
9 |
|
|
10 |
|
* content-model-4.dat: New test data. |
11 |
|
|
12 |
|
* ContentChecker.t: |content-model-4.dat| is added. |
13 |
|
|
14 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
17 |
|
and 1.145 (CR and invalid character references) are added. |
18 |
|
Tests for HTML5 revision 1.148 (character references |
19 |
|
in attributes) are added. |
20 |
|
|
21 |
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
22 |
|
space characters before root element start tag). |
23 |
|
|
24 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* tree-test-1.dat: Some test results are changed |
27 |
|
and a test is added according to the HTML5 |
28 |
|
revisions 1.142 and 1.143 (<noscript> in <head>). |
29 |
|
|
30 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* tree-test-1.dat: Some test results are changed |
33 |
|
since <base>, <link>, and <meta> in body |
34 |
|
are no longer appended to the head element pointer (HTML5 |
35 |
|
revision 935). |
36 |
|
|
37 |
|
* content-model-2.dat: Tests for |scoped| |
38 |
|
attribute are added (HTML5 revision 938). |
39 |
|
|
40 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
43 |
|
with matching end tag are added (HTML5 revision 923). |
44 |
|
A test for h2 in h1 is added (HTML5 revision 926). |
45 |
|
|
46 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
49 |
|
revision 920). |
50 |
|
|
51 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* tokenizer-test-1.test: Tests for conforming bare |&| |
54 |
|
are added. |
55 |
|
|
56 |
|
* tree-test-1.dat: Tests for |</body>| are added. |
57 |
|
|
58 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* tree-test-1.dat: Always use uppercase document type name. |
61 |
|
|
62 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
65 |
|
|
66 |
|
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
67 |
|
are revised and added. |
68 |
|
|
69 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* tokenizer-test-1.test: Tests for |<| in tags are |
72 |
|
added. (HTML5 revisions 900, 901, 902, and 911.) |
73 |
|
|
74 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
77 |
|
are added. (HTML5 revision 895.) A test for |&;| |
78 |
|
is added. |
79 |
|
|
80 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
83 |
|
|
84 |
|
* HTML-tree.t: Output test file names. Escaped |
85 |
|
new line at the end of test data was removed. |
86 |
|
|
87 |
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
88 |
|
escape flag stuff in |set_inner_html|. |
89 |
|
|
90 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
93 |
|
try to close its children). |
94 |
|
|
95 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* content-model-1.dat: Tests for space characters |
98 |
|
in id="" attribute are added. |
99 |
|
|
100 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* tree-test-1.dat: New tests for parse errors by |
103 |
|
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
104 |
|
|
105 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* tokenizer-test-2.dat: New test. This test file contains |
108 |
|
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
109 |
|
since they depends on how characeters are supplied to the |
110 |
|
tokenizer. |
111 |
|
|
112 |
|
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
113 |
|
etc. supported. |
114 |
|
|
115 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* tokenizer-test-1.test: Tests for C1 character |
118 |
|
references are added. |
119 |
|
|
120 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
123 |
|
Note that a test fails that assumes XML attribute value |
124 |
|
normalization fails since XMLParserTemp.pm does |
125 |
|
not normalize white space in attribute value when |
126 |
|
creating an attribute node (and new NanoDOM-based |
127 |
|
manakai's Attr.value does not normalize white space |
128 |
|
for more Web compatibility). |
129 |
|
|
130 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
133 |
|
files are added. |
134 |
|
|
135 |
|
* tokenize/, tree-construction/: Sync with latest html5lib |
136 |
|
trunk. |
137 |
|
|
138 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* content-model-2.dat: |script| |async| and |defer| |
141 |
|
no longer require |src|. |async| MUST NOT be |
142 |
|
specified if |defer|. (HTML5 revision 858). |
143 |
|
|
144 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* ContentChecker.t: Don't use obsolete |new| method. |
147 |
|
|
148 |
|
* tree-test-1.dat: Nested form test added. |
149 |
|
|
150 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
* content-model-2.dat: Some error messages are updated. |
* content-model-2.dat: Some error messages are updated. |