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