1 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
4 |
|
and 1.145 (CR and invalid character references) are added. |
5 |
|
Tests for HTML5 revision 1.148 (character references |
6 |
|
in attributes) are added. |
7 |
|
|
8 |
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
9 |
|
space characters before root element start tag). |
10 |
|
|
11 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* tree-test-1.dat: Some test results are changed |
14 |
|
and a test is added according to the HTML5 |
15 |
|
revisions 1.142 and 1.143 (<noscript> in <head>). |
16 |
|
|
17 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* tree-test-1.dat: Some test results are changed |
20 |
|
since <base>, <link>, and <meta> in body |
21 |
|
are no longer appended to the head element pointer (HTML5 |
22 |
|
revision 935). |
23 |
|
|
24 |
|
* content-model-2.dat: Tests for |scoped| |
25 |
|
attribute are added (HTML5 revision 938). |
26 |
|
|
27 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
30 |
|
with matching end tag are added (HTML5 revision 923). |
31 |
|
A test for h2 in h1 is added (HTML5 revision 926). |
32 |
|
|
33 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
36 |
|
revision 920). |
37 |
|
|
38 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* tokenizer-test-1.test: Tests for conforming bare |&| |
41 |
|
are added. |
42 |
|
|
43 |
|
* tree-test-1.dat: Tests for |</body>| are added. |
44 |
|
|
45 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* tree-test-1.dat: Always use uppercase document type name. |
48 |
|
|
49 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
52 |
|
|
53 |
|
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
54 |
|
are revised and added. |
55 |
|
|
56 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* tokenizer-test-1.test: Tests for |<| in tags are |
59 |
|
added. (HTML5 revisions 900, 901, 902, and 911.) |
60 |
|
|
61 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
64 |
|
are added. (HTML5 revision 895.) A test for |&;| |
65 |
|
is added. |
66 |
|
|
67 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
70 |
|
|
71 |
|
* HTML-tree.t: Output test file names. Escaped |
72 |
|
new line at the end of test data was removed. |
73 |
|
|
74 |
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
75 |
|
escape flag stuff in |set_inner_html|. |
76 |
|
|
77 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
80 |
|
try to close its children). |
81 |
|
|
82 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* content-model-1.dat: Tests for space characters |
85 |
|
in id="" attribute are added. |
86 |
|
|
87 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* tree-test-1.dat: New tests for parse errors by |
90 |
|
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
91 |
|
|
92 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* tokenizer-test-2.dat: New test. This test file contains |
95 |
|
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
96 |
|
since they depends on how characeters are supplied to the |
97 |
|
tokenizer. |
98 |
|
|
99 |
|
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
100 |
|
etc. supported. |
101 |
|
|
102 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* tokenizer-test-1.test: Tests for C1 character |
105 |
|
references are added. |
106 |
|
|
107 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
110 |
|
Note that a test fails that assumes XML attribute value |
111 |
|
normalization fails since XMLParserTemp.pm does |
112 |
|
not normalize white space in attribute value when |
113 |
|
creating an attribute node (and new NanoDOM-based |
114 |
|
manakai's Attr.value does not normalize white space |
115 |
|
for more Web compatibility). |
116 |
|
|
117 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
120 |
|
files are added. |
121 |
|
|
122 |
|
* tokenize/, tree-construction/: Sync with latest html5lib |
123 |
|
trunk. |
124 |
|
|
125 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* content-model-2.dat: |script| |async| and |defer| |
128 |
|
no longer require |src|. |async| MUST NOT be |
129 |
|
specified if |defer|. (HTML5 revision 858). |
130 |
|
|
131 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* ContentChecker.t: Don't use obsolete |new| method. |
134 |
|
|
135 |
|
* tree-test-1.dat: Nested form test added. |
136 |
|
|
137 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* content-model-2.dat: Some error messages are updated. |
140 |
|
|
141 |
|
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
142 |
|
and |tfoot| is added. |
143 |
|
|
144 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* content-model-2.dat: Tests for |rel| values are added. |
147 |
|
|
148 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* content-model-2.dat: Errors on obsolete media |
151 |
|
type (i.e. |text/javascript|) are added to the expected results. |
152 |
|
|
153 |
|
* tree-test-1.dat: Tests for |style| elements' attributes |
154 |
|
are added. |
155 |
|
|
156 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* URIChecker.t: New test entries. |
159 |
|
|
160 |
|
* content-model-2.dat: New test entries for URI attributes. |
161 |
|
|
162 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* URIChecker.t: New test. |
165 |
|
|
166 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* Makefile (content-type-files, content-checker-files): New rukes. |
169 |
|
|
170 |
|
* content-type-result.txt, content-checker-result.txt: New files. |
171 |
|
|
172 |
|
* tokenizer-result.txt, tree-construction-result.txt: New to CVS. |
173 |
|
|
174 |
|
* content-model-2.dat: Warnings are added to unknown attributes |
175 |
|
for unknown elements. New tests for newly implemented |
176 |
|
attributes are added. |
177 |
|
|
178 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* content-model-1.dat: Required attributes are |
181 |
|
added to <link>s. |
182 |
|
|
183 |
|
* content-model-2.dat: Tests for global event handler |
184 |
|
content attributes, <link>s and <embed>s are added. |
185 |
|
|
186 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* content-model-2.dat: Tests for additionally-implemented |
189 |
|
attributes are added. |
190 |
|
|
191 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* content-model-2.dat: Tests for <a>/interactive |
194 |
|
elements non-nesting are added. |
195 |
|
|
196 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* content-model-3.dat: New test. |
199 |
|
|
200 |
|
* ContentChecker.t (@FILES): |content-model-3.dat| added. |
201 |
|
|
202 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* tree-test-1.dat: Tests for |<iframe>|, |<noframes>|, |
205 |
|
and |<xmp>| are added. |
206 |
|
|
207 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* content-model-1.dat: A content model conformance |
210 |
|
error was missing. |
211 |
|
|
212 |
|
* content-model-2.dat: Unsupported global attribute (prefixed |
213 |
|
attribute) test is added. Tests for many HTML5 elements |
214 |
|
are added. |
215 |
|
|
216 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* content-model-2.dat: Tests for elements up to |progress|. |
219 |
|
|
220 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* content-model-2.dat: Tests for global attributes, |html|, |head|, |
223 |
|
|base|, |meta|, and |style|. |
224 |
|
|
225 |
|
* ContentChecker.t: Support for |#data html| (HTML parsing |
226 |
|
mode). |
227 |
|
|
228 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* content-model-2.dat: New test. |
231 |
|
|
232 |
|
* ContentChecker.t (@FILES): |content-model-2.dat| is added. |
233 |
|
(get_node_path): |ATTRIBUTE_NODE| support. |
234 |
|
|
235 |
|
* content-model-1.dat: New tests for unknown |
236 |
|
element in HTML namespace. |
237 |
|
|
238 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* ContentChecker.t (manakai_element_type_match): Removed. |
241 |
|
|
242 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
243 |
|
|
244 |
|
* content-model-1.dat: Tests for |a| content model are added. |
245 |
|
Tests for |legend| content model are added. |
246 |
|
|
247 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
248 |
|
|
249 |
|
* content-model-1.dat: Tests for |li| content model are added. |
250 |
|
|
251 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* content-model-1.dat: Tests for |dd| content model are added. |
254 |
|
Tests for |em| content model (inline-level content |
255 |
|
or stricly inline-level content) are added. |
256 |
|
Tests for |dfn| content model are added. |
257 |
|
|
258 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
259 |
|
|
260 |
* content-model-1.dat: New test data. |
* content-model-1.dat: New test data. |