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