1 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* content-model-4.dat: Terms no longer have to be unique (HTML5 |
4 |
revision 1467). |
5 |
|
6 |
* content-model-2.dat: Tests for |onstorage| attribute |
7 |
are added (HTML5 revision 1495). Fix test results |
8 |
for unknown elements and attributes in the HTML namespace. |
9 |
|
10 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
11 |
|
12 |
* content-model-1.dat, content-model-2.dat: Test results |
13 |
related to browsing context name or keyword are revised |
14 |
and added (HTML5 revision 1470 and 1471). |
15 |
|
16 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
17 |
|
18 |
* HTML-tokenizer.t: Raise a parse error if there are disallowed |
19 |
character (for compatibility with existing html5lib test data). |
20 |
|
21 |
* tokenizer-test-1.test: Some test results are updated with |
22 |
regard to parse errors on disallowed characters. |
23 |
|
24 |
* tokenizer-test-2.dat: Test data for disallowed characters |
25 |
are added (HTML5 revision 1263). |
26 |
|
27 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
28 |
|
29 |
* HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib |
30 |
new test files. |
31 |
|
32 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
33 |
|
34 |
* content-model-2.dat: Test data updated and added for |
35 |
global |xmlns| attributes (HTML5 revision 1426). |
36 |
|
37 |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
38 |
|
39 |
* HTML-tokenizer.t: Remove "self-closing flag" if the start |
40 |
tag token is that of a slash permitted element (This is necessary |
41 |
to maintain compatibility with current test data, since in the |
42 |
new algorithm whether slash is permitted or not is decided in |
43 |
tree construction stage). |
44 |
|
45 |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
46 |
|
47 |
* content-model-6.dat: New test data file. Test data for |
48 |
HTML custom data attributes (HTML5 revision 1399) are added. |
49 |
|
50 |
* ContentChecker.t: New test file |content-model-6.dat| is added. |
51 |
|
52 |
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
53 |
|
54 |
* content-model-1.dat, content-model-2.dat: s/prose/flow/g. |
55 |
|
56 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
57 |
|
58 |
* content-model-2.dat: Test data on |rev| attribute are added. |
59 |
|
60 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
61 |
|
62 |
* content-model-2.dat: Some test results were wrong. |
63 |
|
64 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
65 |
|
66 |
* content-model-2.dat: Test data on more HTML4 attributes |
67 |
are added. |
68 |
|
69 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
70 |
|
71 |
* content-model-2.dat: Test data on more HTML4 attributes |
72 |
are added. |
73 |
|
74 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
75 |
|
76 |
* content-model-2.dat: Test data on numbers of HTML4 deprecated |
77 |
attributes are added. |
78 |
|
79 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
80 |
|
81 |
* content-model-2.dat: Test data on |@profile| and |@version| are |
82 |
added. |
83 |
|
84 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
85 |
|
86 |
* content-model-1.dat: Now we support RDF. |
87 |
|
88 |
* content-model-2.dat: Test data on |@accesskey| attribute |
89 |
are added. |
90 |
|
91 |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
92 |
|
93 |
* tokenizer-test-2.dat: A test from #whatwg is added. |
94 |
|
95 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
96 |
|
97 |
* content-model-atom-1.dat: New test data are added. |
98 |
|
99 |
* content-model-atom-2.dat: New test data are |
100 |
added from Atom test suite. |
101 |
|
102 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
103 |
|
104 |
* content-model-atom-threading-1.dat: New test data |
105 |
on |thr:total| element are added |
106 |
|
107 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
108 |
|
109 |
* ContentChecker.t: |content-model-atom-threading-1.dat| |
110 |
added. |
111 |
|
112 |
* content-model-atom-threading-1.dat: New test file. |
113 |
|
114 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
115 |
|
116 |
* ContentCheker.t: Replace dummy error type for subdoc |
117 |
checking invocations to ";SUBDOC". |
118 |
|
119 |
* content-model-1.dat, content-model-2.dat: Test |
120 |
results revised to support the aforementioned change. |
121 |
|
122 |
* content-model-atom-1.dat: Test results revised |
123 |
so that |type=html| in Text construct is now |
124 |
tested whether the subdoc code is invoked. |
125 |
|
126 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
127 |
|
128 |
* content-model-atom-1.dat: Test data on cases of |
129 |
missing |atom:summary| in |atom:entry| are added. |
130 |
|
131 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
132 |
|
133 |
* content-model-1.dat: Some test results were incorrect, again... orz |
134 |
|
135 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
136 |
|
137 |
* content-model-1.dat: Some test results are fixed. |
138 |
|
139 |
* content-model-atom-1.dat: Some test results are fixed. |
140 |
Test data for |atom:author| for |atom:feed| are added. |
141 |
|
142 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
143 |
|
144 |
* content-model-atom-1.dat: Test data for |atom:author| |
145 |
for |atom:feed| are added. |
146 |
|
147 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
148 |
|
149 |
* content-model-1.dat: Some test results related on |atom:entry| |
150 |
are fixed. |
151 |
|
152 |
* content-model-atom-1.dat: Test data for |atom:author| |
153 |
for |atom:entry| are added. |
154 |
|
155 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
156 |
|
157 |
* content-model-1.dat: Test data for |center|, |dir|, and |basefont| |
158 |
are added. |
159 |
|
160 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
161 |
|
162 |
* content-model-2.dat: |contenteditable=""| tests are added. |
163 |
|
164 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
165 |
|
166 |
* tree-test-1.dat, tree-test-2.dat: Test results are updated |
167 |
with some test data additions. |
168 |
|
169 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
170 |
|
171 |
* tree-test-1.dat, tree-test-2.dat: Test data on end-of-file |
172 |
are added (c.f. HTML5 revision 1348). |
173 |
|
174 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
175 |
|
176 |
* tree-test-1.dat: Test data on |applet| are added (HTML5 revision |
177 |
1347). |
178 |
|
179 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
180 |
|
181 |
* tree-test-1.dat: Test data on foster parenting in AAA |
182 |
are added (HTML5 revision 1343). |
183 |
|
184 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
185 |
|
186 |
* tree-test-1.dat: Test data on <input> in <select> and <select> |
187 |
in table are added (HTML5 revision 1342). |
188 |
|
189 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
190 |
|
191 |
* tree-test-1.dat: Test data on <script> or <style> |
192 |
in <table> are added. |
193 |
|
194 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
195 |
|
196 |
* tree-test-1.dat, tree-test-2.dat: Test data on white space |
197 |
between <html> and <head> are added (HTML5 revision 1332). |
198 |
|
199 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
200 |
|
201 |
* tree-test-1.dat: More tests are added for foster parenting (HTML5 |
202 |
revision 1331 and so on). |
203 |
|
204 |
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
205 |
|
206 |
* tree-test-1.dat, tree-test-2.dat: Tests on \u000A at |
207 |
the first of <textarea>, <pre>, and <listing> are |
208 |
added (c.f. HTML5 revision 1330). |
209 |
|
210 |
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
211 |
|
212 |
* tree-test-1.dat: A test data on <title> in <table> |
213 |
are added. |
214 |
|
215 |
* tree-test-2.dat: Test results updated (HTML5 revision 1328). |
216 |
|
217 |
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
218 |
|
219 |
* tree-test-1.dat: Test data for tainted space in tables are |
220 |
added (HTML5 revision 1326). |
221 |
|
222 |
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
223 |
|
224 |
* tree-test-1.dat: Tests for </form> are added (HTML5 revision 1320). |
225 |
|
226 |
2008-03-06 Wakaba <wakaba@suika.fam.cx> |
227 |
|
228 |
* tree-test-1.dat, tree-test-2.dat: More <html> test |
229 |
cases are added (HTML5 revision 1314). |
230 |
|
231 |
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
232 |
|
233 |
* HTML-tree.t: Support for \Uhhhhhhhh escapes. Support for |
234 |
dumping PUBLIC and SYSTEM identifiers of DOCTYPE tokens. |
235 |
|
236 |
* tree-test-1.dat, tree-test-2.dat: More test data for previously |
237 |
uncovered cases are added. Some error descriptions are revised. |
238 |
|
239 |
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
240 |
|
241 |
* tree-test-1.dat: More test data for previously uncovered |
242 |
cases are added. |
243 |
|
244 |
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
245 |
|
246 |
* tree-test-1.dat: More test data for previously uncovered |
247 |
cases are added. |
248 |
|
249 |
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
250 |
|
251 |
* tree-test-1.dat: Missing tests from the initial stage are added. |
252 |
|
253 |
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
254 |
|
255 |
* HTML-tokenizer.t: Ignore tree-construction phase and set_inner_html |
256 |
checkpoints. |
257 |
|
258 |
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
259 |
|
260 |
* tokenizer-test-1.test: New test data are added to cover |
261 |
all possible cases. |
262 |
|
263 |
* HTML-tree.t: Support for test coverage. |
264 |
|
265 |
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
266 |
|
267 |
* HTML-tokenizer.t: Support for test coverage caluclation. |
268 |
|
269 |
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
270 |
|
271 |
* HTML-tokenizer.t: s/_input_character/_input_char/g for simplicity. |
272 |
|
273 |
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
274 |
|
275 |
* HTML-tokenizer.t: s/correct/force-quirks/. |
276 |
|
277 |
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
278 |
|
279 |
* tokenizer-test-1.test: New tests on trailing garbage |
280 |
after SYSTEM literal (HTML5 revision 1306) are added. |
281 |
|
282 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
283 |
|
284 |
* tokenizer-test-1.test: Tests for |<span ===>| is added (HTML5 |
285 |
revision 1292). Tests for & at the end of attribute value |
286 |
are added (HTML5 revision 1296). Tests for bogus comments |
287 |
are added (HTML5 revision 1297). Tests for |=| in |
288 |
unquoted attribute values are added (HTML5 revision 1299). |
289 |
Tests for single or double quotes in unquoted attribute |
290 |
values or attribute names and tests for missing spaces |
291 |
between attributes are added (HTML5 revision 1303). |
292 |
|
293 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
294 |
|
295 |
* content-model-atom-1.dat: New test data are added. |
296 |
|
297 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
298 |
|
299 |
* content-model-1.dat: Test data for |<area>| are added. |
300 |
|
301 |
* content-model-2.dat: Test data for |<img ismap>| are added. |
302 |
|
303 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
304 |
|
305 |
* content-model-1.dat: |address| content model tests |
306 |
are added. |
307 |
|
308 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
309 |
|
310 |
* tokenizer-test-1.test: Updated (HTML5 recision 1286). |
311 |
|
312 |
* content-model-2.dat: Updated (HTML5 revision 1275). |
313 |
|
314 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
315 |
|
316 |
* content-model-1.dat: Test data for |header| and |footer| |
317 |
exclusions of sectioning contents are added (c.f. HTML5 |
318 |
revision 1250). |
319 |
|
320 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
321 |
|
322 |
* content-model-1.dat: Figure caption is now optional (HTML5 |
323 |
revision 1240). Add test data for |ol reversed| (HTML5 |
324 |
revision 1248). |
325 |
|
326 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
327 |
|
328 |
* content-model-2.dat: Test data for |acronym|, |big|, |tt|, |s|, |
329 |
|strike|, and |u| are added. |
330 |
|
331 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
332 |
|
333 |
* content-model-1.dat, content-model-2.dat: Some test |
334 |
results are updated. New test data on non-standard |
335 |
attributes are added. Note that some test results do |
336 |
still need to be updated. |
337 |
|
338 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
339 |
|
340 |
* content-model-1.dat: Some test results on |meta| |
341 |
in |noscript| are updated. |
342 |
|
343 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
344 |
|
345 |
* content-model-1.dat: Some test results are updated. |
346 |
New tests for |details| are added. |
347 |
|
348 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
349 |
|
350 |
* content-model-1.dat: Some test results are fixed. |
351 |
New tests for |video| and |audio| are added. |
352 |
|
353 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
354 |
|
355 |
* content-model-1.dat: New test data for |object| transparentness |
356 |
are added. |
357 |
|
358 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
359 |
|
360 |
* content-model-1.dat, content-model-2.dat: Wrong "significant" |
361 |
errors are removed. |
362 |
|
363 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
364 |
|
365 |
* content-model-1.dat: New test data for |object| are added. |
366 |
|
367 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
368 |
|
369 |
* content-model-1.dat: New test data for |mark| are added (HTML5 |
370 |
revision 1232). |
371 |
|
372 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
373 |
|
374 |
* content-model-2.dat: |alt=""| test results revised. |
375 |
|
376 |
* content-model-1.dat: |<img/>|s in tests are revised so |
377 |
that they are conforming. |
378 |
|
379 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
380 |
|
381 |
* content-model-1.dat: Test results corrected. |
382 |
|
383 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
384 |
|
385 |
* content-model-1.dat: New test data for |<figure>| are added. |
386 |
Some test data are corrected. |
387 |
|
388 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
389 |
|
390 |
* content-model-1.dat: New test data for |<noscript>| |
391 |
in |<head>|. |
392 |
|
393 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
394 |
|
395 |
* content-model-1.dat: More test on |<meta http-equiv=Content-Type>| |
396 |
are added. |
397 |
|
398 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
399 |
|
400 |
* content-model-1.dat, content-model-2.dat: Updated. |
401 |
|
402 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
403 |
|
404 |
* content-model-1.dat: Updated. |
405 |
|
406 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
407 |
|
408 |
* content-model-1.dat, content-model-2.dat, content-model-4.dat, |
409 |
content-model-5.dat: Error result revised. |
410 |
|
411 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
412 |
|
413 |
* content-model-1.dat, content-model-2.dat, content-model-5.dat: |
414 |
Test results are updated; new tests are added. |
415 |
|
416 |
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
417 |
|
418 |
* ContentChecker.t: Tentative support for subdoc mode. |
419 |
|
420 |
* tree-test-1.dat: Some tests are added from #whatwg. |
421 |
|
422 |
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
423 |
|
424 |
* css-text.dat: Test data for 'writing-mode' and 'text-anchor' |
425 |
are added. |
426 |
|
427 |
* CSS-Parser-1.t: New properties are added. |
428 |
|
429 |
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
430 |
|
431 |
* css-4.dat: New test file. |
432 |
|
433 |
* CSS-Parser-1.t: |css-4.dat| added. Support for '@charset' |
434 |
and '@import'. |
435 |
|
436 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
437 |
|
438 |
* CSS-Parser-1.t (get_parser): Call |init|. |
439 |
|
440 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
441 |
|
442 |
* css-3.dat: New test file. |
443 |
|
444 |
* CSS-Parser-1.t: |css-3.dat| is added. '-moz-pre-wrap' added. |
445 |
Typo for 'collapse' value fixed. Support for '@namespace' |
446 |
serialization. |
447 |
|
448 |
* css-1.dat: New test data for selectors parsing. |
449 |
|
450 |
* css-font.dat: Error locations for 'u' errors are corrected. |
451 |
|
452 |
* css-table.dat: Test data for 'border-collapse' are added. |
453 |
|
454 |
* css-text.dat: Test data for '-moz-pre-wrap' are added. |
455 |
|
456 |
* css-visual.dat: Test data for 'background-position' are added. |
457 |
|
458 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
459 |
|
460 |
* css-2.dat, css-font.dat: s/unsupported/u/g; |
461 |
|
462 |
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
463 |
|
464 |
* css-2.dat: New test data. |
465 |
|
466 |
* CSS-Parser-1.t: |css-2.dat| added. Support for |@media|. |
467 |
|
468 |
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
469 |
|
470 |
* CSS-MediaQuery.t, mq-1.dat: New files. |
471 |
|
472 |
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
473 |
|
474 |
* CSS-Parser-1.t: Typo fixed. New properties added. |
475 |
|
476 |
* css-font.dat, css-table.dat, css-paged.dat, css-generated.dat, |
477 |
css-visual.dat: New test data for |
478 |
newly supported properties are added. |
479 |
|
480 |
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
481 |
|
482 |
* CSS-Parser-1.t: 'clip' added. |
483 |
|
484 |
* css-visual.t: New test data for 'clip' are added. |
485 |
|
486 |
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
487 |
|
488 |
* css-generated.dat: New test data for 'counter-increment', 'content', |
489 |
and 'counter-reset' are added. |
490 |
|
491 |
* CSS-Parser-1.t: 'counter-reset' and 'counter-increment' |
492 |
are added. |
493 |
|
494 |
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
495 |
|
496 |
* CSS-Parser-1.t: 'content' added to the list of supported |
497 |
property and the list of initial values. |
498 |
|
499 |
* css-generated.dat: Tests for 'content' are added. |
500 |
|
501 |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
502 |
|
503 |
* CSS-Parser-1.t: Loads test files as UTF-8. |
504 |
|
505 |
* css-generated.dat: Semi-real-world test data for 'quotes' are added. |
506 |
|
507 |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
508 |
|
509 |
* CSS-Parser-1.t: 'quotes' added. |
510 |
|
511 |
* css-generated.dat: Test data for 'quotes' are added. |
512 |
|
513 |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
514 |
|
515 |
* CSS-Parser-1.t: 'overflow-x' and 'overflow-y' are added. |
516 |
|
517 |
* css-visual.dat: New test data for 'overflow', 'overflow-x', |
518 |
and 'overflow-y' are added. |
519 |
|
520 |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
521 |
|
522 |
* css-visual.dat: New test data for 'opacity' and '-moz-opacity' |
523 |
are added. |
524 |
|
525 |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
526 |
|
527 |
* CSS-Parser-1.t: Files |css-table.dat| and |css-interactive.dat| |
528 |
are added. |
529 |
|
530 |
* css-table.dat: New test file. |
531 |
|
532 |
* css-interactive.dat: New test file. |
533 |
|
534 |
* css-font.dat: New test data for 'font-size' are added. |
535 |
|
536 |
* css-text.dat: New test data for 'text-indent', 'letter-spacing', |
537 |
and 'word-spacing' are added. |
538 |
|
539 |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
540 |
|
541 |
* CSS-Parser-1.t: Files |css-text.dat| and |css-paged.dat| |
542 |
are added. |
543 |
|
544 |
* css-visual.dat: New test data for 'background-position' are |
545 |
added. |
546 |
|
547 |
* css-text.dat: New test file. |
548 |
|
549 |
* css-paged.dat: New test file. |
550 |
|
551 |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
552 |
|
553 |
* css-visual.dat: New test data for 'border-top-width', 'border-width', |
554 |
'padding-top', 'top', 'right', 'bottom', 'left', 'z-index', |
555 |
'width', 'min-width', 'max-width', 'height', 'min-height', |
556 |
'max-height', 'line-height', and 'vertical-align' are added. |
557 |
|
558 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
559 |
|
560 |
* css-font.dat: New test data for 'font-weight' |
561 |
and 'font-size' are added. |
562 |
|
563 |
* css-visual.dat: New test data for leading and |
564 |
trailing zeros are added. |
565 |
|
566 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
567 |
|
568 |
* css-font.dat: New test data for 'font' and 'font-size'. |
569 |
|
570 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
571 |
|
572 |
* CSS-Parser-1.t: 'background-position' was missing |
573 |
from the list of default values. |
574 |
|
575 |
* css-visual.dat: New test data for 'background' |
576 |
and 'background-position' are added. |
577 |
|
578 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
579 |
|
580 |
* css-visual.dat: New test data for 'border' are added. |
581 |
|
582 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
583 |
|
584 |
* css-1.dat: Some test results were incorrect. |
585 |
|
586 |
* css-font.dat: New test data on 'font' are added. |
587 |
|
588 |
* css-visual.dat: Some test results were incorrect. New |
589 |
test data on 'margin' are added. |
590 |
|
591 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
592 |
|
593 |
* css-font.dat: New test file. |
594 |
|
595 |
* CSS-Parser-1.dat: |css-font.dat| is added. |
596 |
|
597 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
598 |
|
599 |
* css-visual.dat: Test data for 'padding', 'margin', |
600 |
and 'border' related shorthands are added. |
601 |
|
602 |
2008-01-25 Wakaba <wakaba@suika.fam.cx> |
603 |
|
604 |
* CSS-Parser-1.t: |css-generated.dat| is added. |
605 |
(get_computed_style): The subject of |query_selector| |
606 |
should have been the document. |
607 |
|
608 |
* css-generated.dat: New test data. |
609 |
|
610 |
* css-visual.dat: New test data for 'display' are added. |
611 |
|
612 |
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
613 |
|
614 |
* CSS-Parser-1.t: Default values are updated. |
615 |
|
616 |
* css-1.t: Tests for duplicate declarations are added. |
617 |
|
618 |
* css-visual.t: Some tests were incorrect. Tests for 'margin' |
619 |
serialization and '+' in 'margin' are added. |
620 |
|
621 |
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
622 |
|
623 |
* CSS-Parser-1.t: Test data file |css-visual.dat| is added. |
624 |
Support for the quirks mode. |
625 |
|
626 |
* css-visual.dat: New file. |
627 |
|
628 |
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
629 |
|
630 |
* css-1.dat: Typo fixed. |
631 |
|
632 |
* CSS-Parser-1.t: The attribute name for computed style |
633 |
has been changed. |
634 |
|
635 |
2008-01-22 Wakaba <wakaba@suika.fam.cx> |
636 |
|
637 |
* css-1.dat: Basic tests for forward compatible parsing |
638 |
are added. |
639 |
|
640 |
* CSS-Parser-1.t: Support for |#errors| validation. |
641 |
|
642 |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
643 |
|
644 |
* CSS-Parser-1.t, css-1.dat: New test files. |
645 |
|
646 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
647 |
|
648 |
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
649 |
content-model-4.dat, table-1.dat: Test data are updated |
650 |
for the significant content check. |
651 |
|
652 |
* content-model-5.dat: New test data. |
653 |
|
654 |
* ContentChecker.t: New test data file is added. |
655 |
|
656 |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
657 |
|
658 |
* content-model-2.dat: nest/@mode test data revised. |
659 |
Test data for nest/@filter and rule/@condition are added. |
660 |
|
661 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
662 |
|
663 |
* content-model-2.dat: Media type tests are revised. |
664 |
|
665 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
666 |
|
667 |
* content-model-2.dat: New test data for character references |
668 |
in |charset| attribute values. |
669 |
|
670 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
671 |
|
672 |
* ContentChecker.t: Unset |input_encoding| attribute. |
673 |
|
674 |
* content-model-1.dat, content-model-2.dat: New tests |
675 |
for |charset| attribute value are added. |
676 |
|
677 |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
678 |
|
679 |
* ContentType.t: New tests for HTML5 sniffing algorithm, |
680 |
leading white space support (HTML5 revisions 1013 and 1016). |
681 |
|
682 |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
683 |
|
684 |
* ContentType.t: New tests for HTML5 revision 1013 (except |
685 |
for leading white spaces). |
686 |
|
687 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
688 |
|
689 |
* content-model-4.dat: New tests for proposed link types. |
690 |
|
691 |
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
692 |
|
693 |
* content-model-4.dat: s/noreferer/noreferrer/g |
694 |
and s/noreferrer/noreferer/g (HTML5 revision 1132). |
695 |
|
696 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
697 |
|
698 |
* content-model-2.dat: Tests for |manifest=""| are added. |
699 |
|
700 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
701 |
|
702 |
* content-model-2.dat: <a><img ismap></a> is no longer |
703 |
conforming (HTML5 revision 1115). |
704 |
|
705 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
706 |
|
707 |
* content-model-1.dat, content-model-2.dat: <base> |
708 |
w/o @target and @href is non-conforming (HTML5 revision 1115). |
709 |
|
710 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
711 |
|
712 |
* content-model-4.dat: New tests for rel=up (HTML5 revision 1112) |
713 |
and rel=noreferer (HTML5 revision 1118). |
714 |
|
715 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
716 |
|
717 |
* content-model-2.dat: New test for |poster| (HTML5 revision 1097). |
718 |
|
719 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
720 |
|
721 |
* content-model-2.dat: <script async defer> is now conforming (HTML5 |
722 |
revision 1085). |
723 |
|
724 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
725 |
|
726 |
* content-model-1.dat, content-model-2.dat: New test |
727 |
data for |rule|, |nest|, and |datatemplate| elements. |
728 |
|
729 |
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
730 |
|
731 |
* css-token-1.dat: Test results for |\\{nl}| were incorrect. |
732 |
|
733 |
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
734 |
|
735 |
* Makefile (update): New rule. |
736 |
|
737 |
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
738 |
|
739 |
* tokenizer-test-1.test: New tests for invalid |
740 |
attribute specifications are added. |
741 |
|
742 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
743 |
|
744 |
* ContentChecker.t: New test data files are added. |
745 |
|
746 |
* content-model-atom-1.dat, content-model-atom-2.dat: New test data. |
747 |
|
748 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
749 |
|
750 |
* css-token-1.test: Test cases for remaining CSS tokens |
751 |
are added. |
752 |
|
753 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
754 |
|
755 |
* css-token-1.test: Test cases for one-char tokens, |COMMENT|, |
756 |
and |COMMENT_INVALID| are added. |
757 |
|
758 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
759 |
|
760 |
* css-token-1.test: |URI_PREFIX|, |UNICODE_RANGE|, |CDO|, |
761 |
and |CDC| test cases are added. |
762 |
|
763 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
764 |
|
765 |
* css-token-1.test: |URI| and |INVALID| test |
766 |
cases are added. |
767 |
|
768 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
769 |
|
770 |
* css-token-1.test: |NUMBER| and |DIMENSION| test |
771 |
cases are added. |
772 |
|
773 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
774 |
|
775 |
* css-token-1.test: |HASH| and |NUMBER| |
776 |
test cases are added. |
777 |
|
778 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
779 |
|
780 |
* css-token-1.test: |STRING| and |INVALID| |
781 |
test cases are added. |
782 |
|
783 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
784 |
|
785 |
* css-token-1.test: New tests are added. |
786 |
|
787 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
788 |
|
789 |
* css-token-1.test, CSS-Tokenizer.t: New files. |
790 |
|
791 |
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
792 |
|
793 |
* tree-test-1.dat: New tests are added. |
794 |
|
795 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
796 |
|
797 |
* tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test| |
798 |
are added. |
799 |
|
800 |
* tree-construction/, tokenizer/: Sync with latest html5lib. |
801 |
|
802 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
803 |
|
804 |
* content-model-1.dat: New tests for |meta| corner cases |
805 |
are added. |
806 |
|
807 |
2007-08-22 Wakaba <wakaba@suika.fam.cx> |
808 |
|
809 |
* tree-test-2.dat: New tests for |html| innerHTML are added. |
810 |
|
811 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
812 |
|
813 |
* content-model-2.dat: New tests for |base| |
814 |
following URI or hyperlink are added. |
815 |
|
816 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
817 |
|
818 |
* content-model-1.dat: New tests for |noscript| in |head| are added. |
819 |
|
820 |
* content-model-2.dat: A wrong result for |xml:lang| in |
821 |
HTML document is fixed. |
822 |
|
823 |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
824 |
|
825 |
* ContentType.t: New tests for bitmap images are added. |
826 |
|
827 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
828 |
|
829 |
* content-model-2.dat: Some error messages are changed. |
830 |
|
831 |
* ContentType.t: New tests for |<script| sniffer are added. |
832 |
|
833 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
834 |
|
835 |
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
836 |
fragment parsing. |
837 |
|
838 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
839 |
|
840 |
* tree-test-1.dat: More tests for tags "in row" are added. |
841 |
|
842 |
* HTML-tree.t: Quote test data for readability. |
843 |
|
844 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
845 |
|
846 |
* tree-test-1.dat: More tests are added for |noframes| |
847 |
after |</frameset>|. |
848 |
|
849 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
850 |
|
851 |
* tree-test-1.dat: More tests for start tags "in caption" |
852 |
insertion mode and for tags "in cell" insertion |
853 |
mode are added. |
854 |
|
855 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
856 |
|
857 |
* tree-test-1.dat: More tests for ignoring some tokens |
858 |
are added. |
859 |
|
860 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
861 |
|
862 |
* HTML-tokenizer.t: Set content model flag in new syntax. |
863 |
|
864 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
865 |
|
866 |
* content-model-1.dat, content-model-2.dat: Some test data |
867 |
have been updated due to new warnings. |
868 |
|
869 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
870 |
|
871 |
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
872 |
error for test data that has |charset| in XML context. |
873 |
|
874 |
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
875 |
and "in HTML:xml:lang" are added. |
876 |
|
877 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
878 |
|
879 |
* HTML-tokenizer.t: It now requires newer version |
880 |
of JSON.pm due to the broken handling for utf8 string |
881 |
of older version. Test data files |test3.test| |
882 |
and |test4.test| are added. Convert surrogate |
883 |
pair |\u| escapes in JSON file before it is input |
884 |
into JSON.pm parser since it does not decode |
885 |
them correctly. U+000D convertion was incorrect. |
886 |
|
887 |
* HTML-tree.t: Support for new format for fragment |
888 |
parsing tests. |
889 |
|
890 |
* Makefile (tokenizer-files): New test |
891 |
data files |test3.test| and |test4.test| are added. |
892 |
|
893 |
* tokenizer-test-1.test: Test data for bare |hcro| and |
894 |
entity references in attribute values are added. |
895 |
|
896 |
* tokenizer-test-2.dat: Test data for U+000D are added. |
897 |
|
898 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
899 |
|
900 |
* tree-test-1.dat: Tests for |<html>| in trailing |
901 |
end phase and |</frameset>| in after frameset mode |
902 |
are added. |
903 |
|
904 |
* tree-test-2.dat: Tests for |</frameset>| |
905 |
in |frameset| fragment parsing are added. |
906 |
|
907 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
908 |
|
909 |
* tree-test-1.dat: New tests for trailing end phase |
910 |
and white space in some insertion modes are added. |
911 |
|
912 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
913 |
|
914 |
* Charset-DecodeHandler.t: Cases for charset names has |
915 |
been changed to match with the module's implementation. |
916 |
|
917 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
918 |
|
919 |
* Charset-DecodeHandler.t: New test script. |
920 |
|
921 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
922 |
|
923 |
* tokenizer-test-1.test: A comment test is added. |
924 |
|
925 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
926 |
|
927 |
* tree-test-1.dat: New tests for unmatched end tags. |
928 |
|
929 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
930 |
|
931 |
* table-1.dat: New test data. |
932 |
|
933 |
* ContentChecker.t: |table-1.dat| is added. |
934 |
|
935 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
936 |
|
937 |
* tree-test-2.dat: Tests for <title> in fragments are added. |
938 |
|
939 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
940 |
|
941 |
* URIChecker.t: Error level names in test results has |
942 |
been changed. |
943 |
|
944 |
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
945 |
is added. |
946 |
|
947 |
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
948 |
content-model-4.dat: Error messages has been changed. |
949 |
|
950 |
* ContentChecker.t: Appends error level to the error |
951 |
message if any. |
952 |
|
953 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
954 |
|
955 |
* content-model-2.dat: Tests for |<img ismap>| context |
956 |
are added. Tests for |<command>|'s attributes are added. |
957 |
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
958 |
are added. |
959 |
|
960 |
* content-model-1.dat: Tests for |<datagrid>| contents |
961 |
are added. |
962 |
|
963 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
964 |
|
965 |
* tree-test-1.dat: The tests using |#document-fragment| |
966 |
are move to |tree-test-2.dat|. |
967 |
|
968 |
* tree-test-2.dat: New test data. In addition to |
969 |
tests from |tree-test-1.dat|, two tests |
970 |
for |</table>| are added. |
971 |
|
972 |
* HTML-tree.t: |tree-test-2.dat| is added. |
973 |
|
974 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
975 |
|
976 |
* tree-test-1.dat: Tests for end tag strings |
977 |
in CDATA elements are added. |
978 |
|
979 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
980 |
|
981 |
* content-model-1.dat: Tests for |footer| |
982 |
content model are added. |
983 |
|
984 |
* content-model-2.dat: Tests for |ping| |
985 |
and |tabindex| attributes are added. Tests for |datetime| |
986 |
attribute of |ins| and |del| elements are added. |
987 |
|
988 |
* content-model-4.dat: New test data. |
989 |
|
990 |
* ContentChecker.t: |content-model-4.dat| is added. |
991 |
|
992 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
993 |
|
994 |
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
995 |
and 1.145 (CR and invalid character references) are added. |
996 |
Tests for HTML5 revision 1.148 (character references |
997 |
in attributes) are added. |
998 |
|
999 |
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
1000 |
space characters before root element start tag). |
1001 |
|
1002 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
1003 |
|
1004 |
* tree-test-1.dat: Some test results are changed |
1005 |
and a test is added according to the HTML5 |
1006 |
revisions 1.142 and 1.143 (<noscript> in <head>). |
1007 |
|
1008 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
1009 |
|
1010 |
* tree-test-1.dat: Some test results are changed |
1011 |
since <base>, <link>, and <meta> in body |
1012 |
are no longer appended to the head element pointer (HTML5 |
1013 |
revision 935). |
1014 |
|
1015 |
* content-model-2.dat: Tests for |scoped| |
1016 |
attribute are added (HTML5 revision 938). |
1017 |
|
1018 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
1019 |
|
1020 |
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
1021 |
with matching end tag are added (HTML5 revision 923). |
1022 |
A test for h2 in h1 is added (HTML5 revision 926). |
1023 |
|
1024 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1025 |
|
1026 |
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
1027 |
revision 920). |
1028 |
|
1029 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1030 |
|
1031 |
* tokenizer-test-1.test: Tests for conforming bare |&| |
1032 |
are added. |
1033 |
|
1034 |
* tree-test-1.dat: Tests for |</body>| are added. |
1035 |
|
1036 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1037 |
|
1038 |
* tree-test-1.dat: Always use uppercase document type name. |
1039 |
|
1040 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1041 |
|
1042 |
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
1043 |
|
1044 |
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
1045 |
are revised and added. |
1046 |
|
1047 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1048 |
|
1049 |
* tokenizer-test-1.test: Tests for |<| in tags are |
1050 |
added. (HTML5 revisions 900, 901, 902, and 911.) |
1051 |
|
1052 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1053 |
|
1054 |
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
1055 |
are added. (HTML5 revision 895.) A test for |&;| |
1056 |
is added. |
1057 |
|
1058 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1059 |
|
1060 |
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
1061 |
|
1062 |
* HTML-tree.t: Output test file names. Escaped |
1063 |
new line at the end of test data was removed. |
1064 |
|
1065 |
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
1066 |
escape flag stuff in |set_inner_html|. |
1067 |
|
1068 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1069 |
|
1070 |
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
1071 |
try to close its children). |
1072 |
|
1073 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1074 |
|
1075 |
* content-model-1.dat: Tests for space characters |
1076 |
in id="" attribute are added. |
1077 |
|
1078 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1079 |
|
1080 |
* tree-test-1.dat: New tests for parse errors by |
1081 |
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
1082 |
|
1083 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1084 |
|
1085 |
* tokenizer-test-2.dat: New test. This test file contains |
1086 |
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
1087 |
since they depends on how characeters are supplied to the |
1088 |
tokenizer. |
1089 |
|
1090 |
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
1091 |
etc. supported. |
1092 |
|
1093 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1094 |
|
1095 |
* tokenizer-test-1.test: Tests for C1 character |
1096 |
references are added. |
1097 |
|
1098 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1099 |
|
1100 |
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
1101 |
Note that a test fails that assumes XML attribute value |
1102 |
normalization fails since XMLParserTemp.pm does |
1103 |
not normalize white space in attribute value when |
1104 |
creating an attribute node (and new NanoDOM-based |
1105 |
manakai's Attr.value does not normalize white space |
1106 |
for more Web compatibility). |
1107 |
|
1108 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
1109 |
|
1110 |
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
1111 |
files are added. |
1112 |
|
1113 |
* tokenize/, tree-construction/: Sync with latest html5lib |
1114 |
trunk. |
1115 |
|
1116 |
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
1117 |
|
1118 |
* content-model-2.dat: |script| |async| and |defer| |
1119 |
no longer require |src|. |async| MUST NOT be |
1120 |
specified if |defer|. (HTML5 revision 858). |
1121 |
|
1122 |
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
1123 |
|
1124 |
* ContentChecker.t: Don't use obsolete |new| method. |
1125 |
|
1126 |
* tree-test-1.dat: Nested form test added. |
1127 |
|
1128 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
1129 |
|
1130 |
* content-model-2.dat: Some error messages are updated. |
1131 |
|
1132 |
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
1133 |
and |tfoot| is added. |
1134 |
|
1135 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
1136 |
|
1137 |
* content-model-2.dat: Tests for |rel| values are added. |
1138 |
|
1139 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
1140 |
|
1141 |
* content-model-2.dat: Errors on obsolete media |
1142 |
type (i.e. |text/javascript|) are added to the expected results. |
1143 |
|
1144 |
* tree-test-1.dat: Tests for |style| elements' attributes |
1145 |
are added. |
1146 |
|
1147 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
1148 |
|
1149 |
* URIChecker.t: New test entries. |
1150 |
|
1151 |
* content-model-2.dat: New test entries for URI attributes. |
1152 |
|
1153 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
1154 |
|
1155 |
* URIChecker.t: New test. |
1156 |
|
1157 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
1158 |
|
1159 |
* Makefile (content-type-files, content-checker-files): New rukes. |
1160 |
|
1161 |
* content-type-result.txt, content-checker-result.txt: New files. |
1162 |
|
1163 |
* tokenizer-result.txt, tree-construction-result.txt: New to CVS. |
1164 |
|
1165 |
* content-model-2.dat: Warnings are added to unknown attributes |
1166 |
for unknown elements. New tests for newly implemented |
1167 |
attributes are added. |
1168 |
|
1169 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
1170 |
|
1171 |
* content-model-1.dat: Required attributes are |
1172 |
added to <link>s. |
1173 |
|
1174 |
* content-model-2.dat: Tests for global event handler |
1175 |
content attributes, <link>s and <embed>s are added. |
1176 |
|
1177 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
1178 |
|
1179 |
* content-model-2.dat: Tests for additionally-implemented |
1180 |
attributes are added. |
1181 |
|
1182 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
1183 |
|
1184 |
* content-model-2.dat: Tests for <a>/interactive |
1185 |
elements non-nesting are added. |
1186 |
|
1187 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1188 |
|
1189 |
* content-model-3.dat: New test. |
1190 |
|
1191 |
* ContentChecker.t (@FILES): |content-model-3.dat| added. |
1192 |
|
1193 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1194 |
|
1195 |
* tree-test-1.dat: Tests for |<iframe>|, |<noframes>|, |
1196 |
and |<xmp>| are added. |
1197 |
|
1198 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1199 |
|
1200 |
* content-model-1.dat: A content model conformance |
1201 |
error was missing. |
1202 |
|
1203 |
* content-model-2.dat: Unsupported global attribute (prefixed |
1204 |
attribute) test is added. Tests for many HTML5 elements |
1205 |
are added. |
1206 |
|
1207 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1208 |
|
1209 |
* content-model-2.dat: Tests for elements up to |progress|. |
1210 |
|
1211 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1212 |
|
1213 |
* content-model-2.dat: Tests for global attributes, |html|, |head|, |
1214 |
|base|, |meta|, and |style|. |
1215 |
|
1216 |
* ContentChecker.t: Support for |#data html| (HTML parsing |
1217 |
mode). |
1218 |
|
1219 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
1220 |
|
1221 |
* content-model-2.dat: New test. |
1222 |
|
1223 |
* ContentChecker.t (@FILES): |content-model-2.dat| is added. |
1224 |
(get_node_path): |ATTRIBUTE_NODE| support. |
1225 |
|
1226 |
* content-model-1.dat: New tests for unknown |
1227 |
element in HTML namespace. |
1228 |
|
1229 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
1230 |
|
1231 |
* ContentChecker.t (manakai_element_type_match): Removed. |
1232 |
|
1233 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
1234 |
|
1235 |
* content-model-1.dat: Tests for |a| content model are added. |
1236 |
Tests for |legend| content model are added. |
1237 |
|
1238 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
1239 |
|
1240 |
* content-model-1.dat: Tests for |li| content model are added. |
1241 |
|
1242 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
1243 |
|
1244 |
* content-model-1.dat: Tests for |dd| content model are added. |
1245 |
Tests for |em| content model (inline-level content |
1246 |
or stricly inline-level content) are added. |
1247 |
Tests for |dfn| content model are added. |
1248 |
|
1249 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
1250 |
|
1251 |
* content-model-1.dat: New test data. |
1252 |
|
1253 |
* ContentChecker.t: New test. |
1254 |
|
1255 |
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
1256 |
|
1257 |
* tree-test-1.dat: ins > p test and noscript in noscript test |
1258 |
are added. |
1259 |
|
1260 |
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
1261 |
|
1262 |
* tokenizer-test-1.test: Incorrect DOCTYPE testa |
1263 |
are added. |
1264 |
|
1265 |
* tree-test-1.dat: |innerHTML| tests are added. |
1266 |
|
1267 |
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
1268 |
|
1269 |
* LICENSE: New document. |
1270 |
|
1271 |
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
1272 |
|
1273 |
* .cvsignore: Result files are added. |
1274 |
|
1275 |
* HTML-tree.t: Support for document fragment tests. |
1276 |
|
1277 |
* Makefile: Generate test result files. |
1278 |
|
1279 |
* tokenizer-test-1.test: A new test to ensure that |
1280 |
characters after end tag are preserved in RCDATA or CDATA |
1281 |
case. |
1282 |
|
1283 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
1284 |
|
1285 |
* HTML-tree.t: Use new |What::HTML->parse_string| method |
1286 |
so that this test don't have to know parser class's |
1287 |
internals. |
1288 |
|
1289 |
* tree-test-1.dat: New tests for "(<head> stuffs) in body" |
1290 |
and "(<head> stuffs) after body" are added. |
1291 |
|
1292 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
1293 |
|
1294 |
* HTML-tree.t: New test file is added. Sort key |
1295 |
was incorrect. |
1296 |
|
1297 |
* HTML-tokenizer.t: New test file is added. |
1298 |
|
1299 |
* tokenizer-test-1.test, tree-test-1.dat: New tests. |
1300 |
|
1301 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
1302 |
|
1303 |
* .cvsignore: |tree-consturction| is added. |
1304 |
|
1305 |
* HTML-tree.t: New test. |
1306 |
|
1307 |
* Makefile: Rules for tree constructor tests are added. |
1308 |
|
1309 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
1310 |
|
1311 |
* HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced |
1312 |
by customized ones so that utf8 vs byte string handling |
1313 |
cause no error. Set |$JSON::UTF8| flag on so |
1314 |
that the |JSON| module turns the utf8 flag on. |
1315 |
Support for the |contentModelFlags| and |lastStartTag| |
1316 |
test props. Show the input as well as description |
1317 |
when a test fails. |
1318 |
|
1319 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
1320 |
|
1321 |
* .cvsignore: New file. |
1322 |
|
1323 |
* Makefile: New file. |
1324 |
|
1325 |
* HTML-tokenizer.t: New test. |
1326 |
|
1327 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
1328 |
|
1329 |
* ContentType.t: Remove some |my|s to avoid warnings. |
1330 |
|
1331 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
1332 |
|
1333 |
* ChangeLog: New file. |
1334 |
|
1335 |
* ContentType.t: New Perl test. |
1336 |
|
1337 |
|