/[suikacvs]/markup/html/whatpm/t/ChangeLog
Suika

Contents of /markup/html/whatpm/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.324 - (hide annotations) (download)
Sun Oct 19 10:12:54 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.323: +4 -0 lines
++ whatpm/t/ChangeLog	19 Oct 2008 10:12:26 -0000
	* XML-Parser.t: "xml/entrefs-2.dat" added.

2008-10-19  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/xml/ChangeLog	19 Oct 2008 10:12:39 -0000
	* entrefs-2.dat: New test data file.

2008-10-19  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/HTML/ChangeLog	19 Oct 2008 10:11:55 -0000
	* Tokenizer.pm.src: Raise a parse error for '&' that does not
	introduce a reference in XML.  Support for non-ASCII entity
	reference names.

2008-10-19  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.320 2008-10-19 Wakaba <[email protected]>
2    
3 wakaba 1.324 * XML-Parser.t: "xml/entrefs-2.dat" added.
4    
5     2008-10-19 Wakaba <[email protected]>
6    
7 wakaba 1.323 * XML-Parser.t: "xml/entrefs-1.dat" added.
8    
9     2008-10-19 Wakaba <[email protected]>
10    
11 wakaba 1.322 * XML-Parser.t: "xml/eldecls-1.dat" added.
12    
13     2008-10-19 Wakaba <[email protected]>
14    
15 wakaba 1.321 * XML-Parser.t: Typo fixed.
16    
17     2008-10-19 Wakaba <[email protected]>
18    
19 wakaba 1.320 * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
20     added. Support for the "#entities" directive.
21    
22 wakaba 1.319 2008-10-18 Wakaba <[email protected]>
23    
24     * XML-Parser.t: "xml/notations-1.dat" added.
25    
26 wakaba 1.318 2008-10-17 Wakaba <[email protected]>
27    
28     * XML-Parser.t: "xml/attlists-1.dat" added.
29    
30 wakaba 1.317 2008-10-16 Wakaba <[email protected]>
31    
32     * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
33    
34 wakaba 1.313 2008-10-15 Wakaba <[email protected]>
35    
36 wakaba 1.316 * XML-Parser.t: "xml/doctypes-2.dat" added.
37    
38     * tokenizer-test-1.test: Keyword case-sensitivility tests added.
39    
40     2008-10-15 Wakaba <[email protected]>
41    
42 wakaba 1.315 * XML-Parser.t: "xml/ns-elements-1.dat" added.
43    
44     2008-10-15 Wakaba <[email protected]>
45    
46 wakaba 1.314 * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
47     Test directifes "#xml-version", "#xml-encoding", and
48     "#xml-standalone" are added.
49    
50     2008-10-15 Wakaba <[email protected]>
51    
52 wakaba 1.313 * XML-Parser.t: "xml/charref-1.dat" added.
53    
54 wakaba 1.303 2008-10-14 Wakaba <[email protected]>
55    
56 wakaba 1.312 * XML-Parser.t: "xml/texts-1.dat" added.
57    
58     * tokenizer-test-2.dat: Test for ]]> are added.
59    
60     2008-10-14 Wakaba <[email protected]>
61    
62 wakaba 1.311 * tree-test-foreign.dat: More test data are added.
63    
64     2008-10-14 Wakaba <[email protected]>
65    
66 wakaba 1.310 * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
67     added.
68    
69     2008-10-14 Wakaba <[email protected]>
70    
71 wakaba 1.309 * XML-Parser.t: "xml/ns-attrs-1.dat" added.
72    
73     2008-10-14 Wakaba <[email protected]>
74    
75 wakaba 1.308 * xml/: New directory.
76    
77     * Makefile: Tests for Whatpm::XML::Parser are added.
78    
79     * HTML-tree.t: Change the relative order of codes.
80    
81     * XML-Parser.t: New test script.
82    
83     2008-10-14 Wakaba <[email protected]>
84    
85 wakaba 1.307 * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
86    
87     2008-10-14 Wakaba <[email protected]>
88    
89 wakaba 1.306 * tree-test-phrasing.dat: Wrong test results fixed.
90    
91     * tree-test-foreign.dat: New tests added.
92    
93     * testfiles.pl: "#..." line at the end of a test entry was not
94     supported.
95    
96     * HTML-tree.t: Show the "#data" content in "no #errors" error
97     message.
98    
99     * tokenizer-test-2.dat: A wrong test result fixed.
100    
101     2008-10-14 Wakaba <[email protected]>
102    
103 wakaba 1.305 * HTML-tree.t: Test result format for oreign element/attribute
104     names are updated to the latest one for html5lib tests. Append a
105     newline to the expected result only when it is not an empty
106     string, for comparablity with the actual result.
107    
108     * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
109     tree-test-3.dat: Test results for foreign elements are updated.
110    
111     2008-10-14 Wakaba <[email protected]>
112    
113 wakaba 1.304 * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
114     format for html5lib tests.
115    
116     * tree-test-1.dat, tokenizer-test-2.dat: Test results for
117     <!DOCTYPE> are updated.
118    
119     2008-10-14 Wakaba <[email protected]>
120    
121 wakaba 1.303 * HTML-tree.t: Test data file parser changed to the common one.
122    
123 wakaba 1.302 2008-10-13 Wakaba <[email protected]>
124    
125     * tokenizer-test-2.dat: A test result was wrong.
126    
127 wakaba 1.300 2008-10-07 Wakaba <[email protected]>
128    
129 wakaba 1.301 * content-model-1.dat: Some entries moved to
130     dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
131     dom-conformance/html-links-1.dat,
132     dom-conformance/html-objects-1.dat, and
133     dom-conformance/html-interactive-1.dat.
134    
135     * content-model-2.dat: Removed (moved to
136     dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
137     dom-conformance/html-links-1.dat,
138     dom-conformance/html-objects-1.dat,
139     dom-conformance/html-interactive-1.dat, and
140     dom-conformance/html-flows-1.dat).
141    
142     * content-model-3.dat: Removed (moved to
143     dom-conformance/xml-global.dat).
144    
145     * content-model-4.dat: Removed (moved to
146     dom-conformance/html-texts-1.dat and
147     dom-conformance/html-links-1.dat).
148    
149     * content-model-5.dat: Removed (moved to
150     dom-conformance/html-flows-1.dat).
151    
152     * content-model-6.dat: Removed (moved to
153     dom-conformance/html-dataset.dat).
154    
155     * ContentChecker.t: References to the removed files removed and
156     references to new files added.
157    
158     * ContentChecker-XML.t: New script.
159    
160     * Makefile: Updated.
161    
162     2008-10-07 Wakaba <[email protected]>
163    
164 wakaba 1.300 * content-model-2.dat: Repetition model test is moved to another
165     file. A wrong test result fixed. Broken test entries fixed.
166     <area rev> is now reported as "unknown attribute", since RDFa spec
167     adds that attribute to all elements with the Common attribute set.
168     Note that we have no plan to support RDFa, at the moment.
169    
170 wakaba 1.297 2008-10-05 Wakaba <[email protected]>
171    
172 wakaba 1.299 * ContentChecker.t: New files added.
173    
174     * content-model-1.dat, content-model-2.dat: Numbers of test
175     entries are moved to other files.
176    
177     2008-10-05 Wakaba <[email protected]>
178    
179 wakaba 1.298 * content-model-1.dat, content-model-2.dat: Test results on
180     |label| contents fixed.
181    
182     * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
183    
184     * dom-conformance/: New directory.
185    
186     2008-10-05 Wakaba <[email protected]>
187    
188 wakaba 1.297 * HTML-tree.t: New test files added.
189    
190     * Makefile: New test files added.
191    
192 wakaba 1.288 2008-10-04 Wakaba <[email protected]>
193    
194 wakaba 1.296 * tree-test-1.dat: Test results updated and new tests added on the
195     boundaries of Text nodes (HTML5 revision 2124).
196    
197     2008-10-04 Wakaba <[email protected]>
198    
199 wakaba 1.295 * tree-test-form.dat: New test data file.
200    
201     * HTML-tree.t: |tree-test-form.dat| added.
202    
203     * tree-test-1.dat: Test results related to <option> and <optgroup>
204     are updated (cf. HTML5 revision 2128).
205    
206     2008-10-04 Wakaba <[email protected]>
207    
208 wakaba 1.294 * tree-test-foreign.dat: New test data file.
209 wakaba 1.295
210     * HTML-tree.t: |tree-test-foreign.dat| added.
211 wakaba 1.294
212     2008-10-04 Wakaba <[email protected]>
213    
214 wakaba 1.293 * tree-test-void.dat: Test on unmatched void end tag added (cf.
215     HTML5 revision 1731).
216    
217     * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
218     revision 1731).
219    
220     2008-10-04 Wakaba <[email protected]>
221    
222 wakaba 1.292 * tree-test-void.dat: Test on |param| and |source| start tags are
223     added, as well as test on polytheistic slashes for new void
224     elements (HTML5 revision 1731).
225    
226     2008-10-04 Wakaba <[email protected]>
227    
228 wakaba 1.291 * tree-test-flow.dat: Test on implied end tag before <p> start tag
229     are added (HTML5 revision 1731).
230    
231     2008-10-04 Wakaba <[email protected]>
232    
233 wakaba 1.290 * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
234    
235     * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
236     are added.
237    
238     2008-10-04 Wakaba <[email protected]>
239    
240 wakaba 1.289 * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
241    
242     * HTML-tree.t: |tree-test-void.dat| added.
243    
244     * tree-test-1.dat: Test on <listing> as a "special" element are
245     added. Test on implied |option| and |optgroup| end tags are added
246     (cf. HTML5 revision 1731).
247    
248     2008-10-04 Wakaba <[email protected]>
249    
250 wakaba 1.288 * tree-test-1.dat: Test related to "special", "formatting",
251     "scoping", and "phrasing" categories are added (cf. HTML5 revision
252     1778).
253    
254 wakaba 1.287 2008-10-02 Wakaba <[email protected]>
255    
256     * ContentType.t: More test cases on BOM are added. Some test
257     results updated according to HTML5 revision 1927. Tests on the
258     returned values in the list context are added.
259    
260 wakaba 1.284 2008-09-22 Wakaba <[email protected]>
261    
262 wakaba 1.286 * content-model-2.dat: Test data on |for=""| attribute are added.
263    
264     2008-09-22 Wakaba <[email protected]>
265    
266 wakaba 1.285 * tokenizer-test-1.test: Test data on invalid character references
267     are added (cf. HTML5 revision 2138).
268    
269     * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
270     revision 2138).
271    
272     2008-09-22 Wakaba <[email protected]>
273    
274 wakaba 1.284 * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
275     revision 1932).
276    
277 wakaba 1.281 2008-09-21 Wakaba <[email protected]>
278    
279 wakaba 1.283 * content-model-2.dat: Test data for |form=""| are added.
280    
281     2008-09-21 Wakaba <[email protected]>
282    
283 wakaba 1.282 * content-model-1.dat: Test data for |fieldset| |legend| are added.
284    
285     2008-09-21 Wakaba <[email protected]>
286    
287 wakaba 1.281 * content-model-2.dat: Test data for |form| |name| are added.
288    
289 wakaba 1.274 2008-09-20 Wakaba <[email protected]>
290    
291 wakaba 1.280 * content-model-1.dat, content-model-2.dat, content-model-4.dat:
292     Test data for U+000B are added (cf. HTML5 revision 1738).
293    
294     2008-09-20 Wakaba <[email protected]>
295    
296 wakaba 1.279 * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
297     1738).
298    
299     * tree-test-1.dat: Test results updated. New test data for the
300     treatement of U+000B are added (HTML5 revision 1738).
301    
302     2008-09-20 Wakaba <[email protected]>
303    
304 wakaba 1.278 * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
305     revision 1738).
306    
307     2008-09-20 Wakaba <[email protected]>
308    
309 wakaba 1.277 * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
310     revision 1738).
311    
312     2008-09-20 Wakaba <[email protected]>
313    
314 wakaba 1.276 * content-checker.pl: Remove dedicated parser and adopt
315     testfiles.pl parser.
316    
317     * content-model-1.dat, content-model-2.dat: Typo fixed.
318    
319     2008-09-20 Wakaba <[email protected]>
320    
321 wakaba 1.275 * content-model-1.dat: Test data for interactive contents are
322     added (cf. HTML5 revision 2018).
323    
324     2008-09-20 Wakaba <[email protected]>
325    
326 wakaba 1.274 * content-model-2.dat: Add test data for accept-charset=""
327     attributes.
328    
329 wakaba 1.269 2008-09-18 Wakaba <[email protected]>
330    
331 wakaba 1.273 * langtag-1.dat: More test data from RFC 4646 are added.
332    
333     2008-09-18 Wakaba <[email protected]>
334    
335 wakaba 1.272 * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
336     are added.
337    
338     2008-09-18 Wakaba <[email protected]>
339    
340 wakaba 1.271 * LangTag.t: Completely rewritten using |testfiles.pl|.
341    
342     * testfiles.pl: New script.
343    
344     * langtag-1.dat: Tests for case are added.
345    
346     2008-09-18 Wakaba <[email protected]>
347    
348 wakaba 1.270 * ContentChecker.t: Atom tests are moved to another file.
349    
350     * ContentChecker-Atom.t, LangTag.t: New test scripts.
351    
352     * Makefile: Updated to invoke new test scripts.
353 wakaba 1.271
354     * langtag-1.dat: New test data file.
355 wakaba 1.270
356     2008-09-18 Wakaba <[email protected]>
357    
358 wakaba 1.269 * ContentChecker.t: Test engine moved to another script.
359    
360     * content-checker.pl: New script.
361    
362 wakaba 1.268 2008-09-17 Wakaba <[email protected]>
363    
364     * content-model-1.dat: Test results are updated.
365    
366     * content-model-2.dat: Tests for style="" are added.
367    
368 wakaba 1.267 2008-09-16 Wakaba <[email protected]>
369    
370     * css-text.dat: Test data for pre-wrap updated.
371    
372 wakaba 1.266 2008-09-15 Wakaba <[email protected]>
373    
374     * css-visual.dat: New test data for Firefox3's new 'width'
375     values.
376    
377 wakaba 1.263 2008-09-13 Wakaba <[email protected]>
378    
379 wakaba 1.265 * content-model-2.dat: A test case for NCR in charset=""
380     is added.
381    
382     2008-09-13 Wakaba <[email protected]>
383    
384 wakaba 1.264 * tokenizer-test-3.dat: New test for MSE is added.
385    
386     2008-09-13 Wakaba <[email protected]>
387    
388 wakaba 1.263 * HTML-tree.t: tokenizer-test-3.dat added.
389    
390     * tokenizer-test-3.dat: New test data.
391    
392 wakaba 1.262 2008-09-09 Wakaba <[email protected]>
393    
394     * content-model-1.dat, content-model-7.dat: |a| is now
395     transparent (HTML5 revision 1963).
396    
397 wakaba 1.261 2008-09-07 Wakaba <[email protected]>
398    
399     * content-model-7.dat: Typo fixed.
400    
401     * content-model-6.dat: Test data for data-UPPERCASE (now
402     disallowed) are added (HTML5 revision 1945).
403    
404 wakaba 1.259 2008-09-06 Wakaba <[email protected]>
405    
406 wakaba 1.260 * content-model-1.dat: Test data for |XSLT-compat|
407     added (HTML5 revision 2141). A redundant test
408     entry is removed.
409    
410     * HTML-tree.t: Support for should-level errors.
411    
412     2008-09-06 Wakaba <[email protected]>
413    
414 wakaba 1.259 * content-model-1.dat: Form test data are added (cf. HTML5
415     revisions 2142-2155).
416    
417 wakaba 1.253 2008-08-31 Wakaba <[email protected]>
418    
419 wakaba 1.258 * content-model-1.dat, content-model-2.dat: |event-source|
420     is renamed as |eventsource| (HTML5 revision 1863).
421    
422     2008-08-31 Wakaba <[email protected]>
423    
424     * content-model-2.dat: Uppercase letters are not allowed
425     as embed custom attributes (HTML5 revision 1946).
426    
427     2008-08-31 Wakaba <[email protected]>
428    
429 wakaba 1.257 * tree-test-1.dat: Test data for after after frameset
430     insertion mode are added (cf. HTML5 revision 1909).
431    
432     2008-08-31 Wakaba <[email protected]>
433    
434 wakaba 1.256 * content-model-2.dat, content-model-6.dat: Custom
435     attributes on |embed| and |data-*| attributes must
436     be XML compatible (HTML5 revision 1836).
437    
438     2008-08-31 Wakaba <[email protected]>
439    
440     * content-model-2.dat: xmlns="" on HTML elements that are
441     not the root of the HTML subtree are now allowed (HTML5
442     revision 1834).
443    
444     2008-08-31 Wakaba <[email protected]>
445    
446 wakaba 1.255 * content-model-2.dat: Alternate style sheet element must
447     have a non-empty title attribute (HTML5 revision 1942).
448    
449     2008-08-31 Wakaba <[email protected]>
450    
451     * content-model-2.dat: A test data for wrong spelling of |irrelevant|
452     is added.
453    
454     2008-08-31 Wakaba <[email protected]>
455    
456 wakaba 1.254 * content-model-1.dat, content-model-2.dat: Test data
457     for the |bb| element are added (cf. HTML5 revision 1894).
458    
459     * content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5
460     revision 2119).
461    
462     * content-model-7.dat: New test file.
463    
464     2008-08-31 Wakaba <[email protected]>
465    
466 wakaba 1.253 * content-model-2.dat: <embed> w/o src="" is conforming (HTML5
467     revision 1929).
468    
469 wakaba 1.244 2008-08-30 Wakaba <[email protected]>
470    
471 wakaba 1.252 * content-model-2.dat: @autosubmit dropped (HTML5
472     revision 2019).
473    
474     2008-08-30 Wakaba <[email protected]>
475    
476 wakaba 1.251 * content-model-4.dat: Some test data for <time> are added (c.f.
477     HTML5 revision 2094).
478    
479     2008-08-30 Wakaba <[email protected]>
480    
481     * ContentType.t: Support for image/svg+xml (HTML revision 2096).
482    
483     2008-08-30 Wakaba <[email protected]>
484    
485 wakaba 1.250 * tokenizer-test-1.dat: '"' and "'" at the end of attribute
486     name (after another attribute) now raise parse error (HTML5
487     revision 2123). Empty unquoted attribute is no
488     longer allowed (HTML5 revision 2122).
489    
490     * HTML-tokenizer.t: Hash keys were not sorted when dumped.
491    
492     2008-08-30 Wakaba <[email protected]>
493    
494 wakaba 1.249 * HTML-tree.dat: tree-test-3.dat added.
495    
496     * tree-test-3.dat: Test data for definitionURL="" are added (cf.
497     HTML5 revision 2130).
498    
499     2008-08-30 Wakaba <[email protected]>
500    
501 wakaba 1.248 * content-model-1.dat, content-model-2.dat: Test data updated
502     and added for HTML5 revision 2062 and so on (@lang and @xml:lang).
503    
504     2008-08-30 Wakaba <[email protected]>
505    
506 wakaba 1.247 * CSS-Parser.t: Updated for latest version of the
507     Whatpm::CSS::Parser module.
508    
509     * css-1.dat, css-2.dat, css-3.dat, css-4.dat,
510     css-font.dat, css-generated.dat, css-interactive.dat,
511     css-paged.dat, css-table.dat, css-text.dat, css-visual.dat:
512     Test results updated.
513    
514     2008-08-30 Wakaba <[email protected]>
515    
516 wakaba 1.246 * ContentChecker.t: Updated for latest version of the
517     Whatpm::ContentChecker module.
518    
519     * content-model-1.dat, content-model-2.dat, content-model-3.dat,
520     content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
521     content-model-atom-2.dat, content-model-atom-threading-1.dat,
522     table-1.dat: Results updated.
523    
524     2008-08-30 Wakaba <[email protected]>
525    
526 wakaba 1.245 * URIChecker.t: Error results updated.
527    
528     2008-08-30 Wakaba <[email protected]>
529    
530 wakaba 1.244 * URIChecker.t: Test results updated to new error type names.
531    
532 wakaba 1.243 2008-08-03 Wakaba <[email protected]>
533    
534     * WebIDL.t: Test data files for exceptions, typedefs,
535     and valuetypes are added to the list.
536    
537 wakaba 1.240 2008-08-02 Wakaba <[email protected]>
538    
539 wakaba 1.242 * WebIDL.t ($onerror): |value| argument value should be
540     checked as well as other argument values.
541    
542     2008-08-02 Wakaba <[email protected]>
543    
544 wakaba 1.241 * WebIDL.t: Check whether |text| argument of the error
545     is correct or not.
546    
547     2008-08-02 Wakaba <[email protected]>
548    
549 wakaba 1.240 * WebIDL.t: New test script.
550    
551     * webidl/: New directory.
552    
553 wakaba 1.237 2008-06-08 Wakaba <[email protected]>
554    
555 wakaba 1.239 * content-model-1.dat, content-model-2.dat: Test data are
556     updated and added for <map name=""> and <map id=""> (HTML5
557     revisions 1722 and 1728).
558    
559     2008-06-08 Wakaba <[email protected]>
560    
561 wakaba 1.238 * content-model-1.dat: Test data for ruby are added (HTML5 revision
562     1704).
563    
564     2008-06-08 Wakaba <[email protected]>
565    
566 wakaba 1.237 * tree-test-1.dat: Test data added for ruby parsing (HTML5 revision
567     1704).
568    
569 wakaba 1.235 2008-06-01 Wakaba <[email protected]>
570    
571 wakaba 1.236 * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format.
572    
573     2008-06-01 Wakaba <[email protected]>
574    
575 wakaba 1.235 * content-model-6.dat: "data-" attribute is no longer allowed (HTML5
576     revision 1709).
577    
578     * content-model-2.dat: Add tests for rel=contact (cf. HTML5
579     revision 1711).
580    
581 wakaba 1.230 2008-05-25 Wakaba <[email protected]>
582    
583 wakaba 1.234 * ContentType.t: Test result related to UTF-32 updated (HTML5
584     revision 1701).
585    
586     2008-05-25 Wakaba <[email protected]>
587    
588 wakaba 1.233 * content-model-2.dat: Test data on sizes="" are added (HTML5
589     revision 1558).
590    
591     2008-05-25 Wakaba <[email protected]>
592    
593 wakaba 1.232 * content-model-1.dat: Test data on <datagrid> content model
594     are added (cf. HTML5 revision 1566). Empty |datagrid| elements
595     are no longer in error.
596    
597     2008-05-25 Wakaba <[email protected]>
598    
599 wakaba 1.231 * tree-test-1.dat: Test data on <noframes> are added (HTML5 revision
600     1692).
601    
602     2008-05-25 Wakaba <[email protected]>
603    
604 wakaba 1.230 * tree-test-1.dat: Test data on <isindex/> are added (HTML5
605     revision 1697).
606    
607 wakaba 1.224 2008-05-24 Wakaba <[email protected]>
608    
609 wakaba 1.229 * tree-test-1.dat: Test data on EOF in foreign content insertion
610     mode are added (HTML5 revision 1693). Test data on SVG camelCase
611     attributes are added (HTML5 revision 1700). Test data on <textarea>
612     in <select> are added (HTML5 revision 1699). Test data on HTML start
613     tags in foreign content insertion mode are added (HTML5 revision
614     1698).
615    
616     * content-model-1.dat, content-model-2.dat: Update test
617     results for <style> and <script>.
618    
619     2008-05-24 Wakaba <[email protected]>
620    
621 wakaba 1.228 * content-model-2.dat: Test data on sandbox="" and seemless=""
622     are added (cf. HTML5 revision 1637 and 1643).
623    
624     2008-05-24 Wakaba <[email protected]>
625    
626 wakaba 1.227 * ContentType.t: A fictional test data for image/vnd.microsoft.icon
627     are added (cf. HTML5 revision 1676).
628    
629     2008-05-24 Wakaba <[email protected]>
630    
631 wakaba 1.226 * tokenizer-test-2.dat: New test data on truncated doctypes (c.f.
632     HTML5 revision 1685).
633    
634     2008-05-24 Wakaba <[email protected]>
635    
636 wakaba 1.225 * tokenizer-test-1.test: New test data on EOF in tags are added
637     to cover changes in HTML5 revision 1684.
638    
639     2008-05-24 Wakaba <[email protected]>
640    
641 wakaba 1.224 * tree-test-1.dat: Test data related to changes in HTML5
642     revision 1686 are added.
643    
644 wakaba 1.222 2008-05-16 Wakaba <[email protected]>
645    
646 wakaba 1.223 * content-model-2.dat: Test data for charset="" attribute
647     are added.
648    
649     2008-05-16 Wakaba <[email protected]>
650    
651 wakaba 1.222 * content-model-2.dat: Test data for pixeldata="" attribute
652     are added (HTML5 revision 1629).
653    
654 wakaba 1.221 2008-05-10 Wakaba <[email protected]>
655    
656     * content-model-2.dat: Boolean attributes now allow uppercase
657     letters (HTML5 revision 1572).
658    
659 wakaba 1.220 2008-05-06 Wakaba <[email protected]>
660    
661     * content-model-2.dat: Test data for td/@headers are added.
662    
663 wakaba 1.214 2008-05-05 Wakaba <[email protected]>
664    
665 wakaba 1.219 * content-model-2.dat: Test data for table/@cellpadding,
666     table/@cellspacing, @charoff, and script/@langauge are added.
667    
668     2008-05-05 Wakaba <[email protected]>
669    
670 wakaba 1.218 * content-model-1.dat, content-model-2.dat: New test data
671     for meta refresh; some test results updated. Duplicate
672     meta http-equiv="" are now non-conforming.
673    
674     2008-05-05 Wakaba <[email protected]>
675    
676 wakaba 1.217 * table-1.dat: Test data updated and some new test data
677     added for new requirements (HTML5 revisions 1387 and 1388).
678    
679     2008-05-05 Wakaba <[email protected]>
680    
681 wakaba 1.216 * ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding
682     are no longer safe; test data for them are added (HTML5 revision 1288).
683    
684     2008-05-05 Wakaba <[email protected]>
685    
686 wakaba 1.215 * ContentType.t: Test data of HTML with BOM are added (c.f.
687     HTML5 revision 1282).
688    
689     2008-05-05 Wakaba <[email protected]>
690    
691 wakaba 1.214 * content-model-2.dat: Test data for repeat* global attributes
692     are added.
693    
694 wakaba 1.213 2008-05-03 Wakaba <[email protected]>
695    
696     * content-model-2.dat: Test data for |repeat-max=""|
697     and |repeat-start=""| attributes are added.
698    
699     2008-05-03 Wakaba <[email protected]>
700    
701     * content-model-2.dat: Test data for repetition template attributes
702     are added.
703    
704     2008-05-03 Wakaba <[email protected]>
705    
706     * content-model-2.dat: Test data for data template attributes are
707     added.
708    
709 wakaba 1.210 2008-04-29 Wakaba <[email protected]>
710    
711 wakaba 1.212 * content-model-1.dat: Test data for <font> context are added.
712    
713     2008-04-29 Wakaba <[email protected]>
714    
715 wakaba 1.211 * content-model-4.dat: Terms no longer have to be unique (HTML5
716     revision 1467).
717    
718     * content-model-2.dat: Tests for |onstorage| attribute
719     are added (HTML5 revision 1495). Fix test results
720     for unknown elements and attributes in the HTML namespace.
721    
722     2008-04-29 Wakaba <[email protected]>
723    
724 wakaba 1.210 * content-model-1.dat, content-model-2.dat: Test results
725     related to browsing context name or keyword are revised
726 wakaba 1.211 and added (HTML5 revision 1470 and 1471).
727 wakaba 1.210
728 wakaba 1.207 2008-04-13 Wakaba <[email protected]>
729    
730 wakaba 1.209 * HTML-tokenizer.t: Raise a parse error if there are disallowed
731     character (for compatibility with existing html5lib test data).
732    
733     * tokenizer-test-1.test: Some test results are updated with
734     regard to parse errors on disallowed characters.
735    
736     * tokenizer-test-2.dat: Test data for disallowed characters
737     are added (HTML5 revision 1263).
738    
739     2008-04-13 Wakaba <[email protected]>
740    
741 wakaba 1.208 * HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib
742     new test files.
743    
744     2008-04-13 Wakaba <[email protected]>
745    
746 wakaba 1.207 * content-model-2.dat: Test data updated and added for
747     global |xmlns| attributes (HTML5 revision 1426).
748    
749 wakaba 1.205 2008-04-12 Wakaba <[email protected]>
750    
751 wakaba 1.206 * HTML-tokenizer.t: Remove "self-closing flag" if the start
752     tag token is that of a slash permitted element (This is necessary
753     to maintain compatibility with current test data, since in the
754     new algorithm whether slash is permitted or not is decided in
755     tree construction stage).
756    
757     2008-04-12 Wakaba <[email protected]>
758    
759 wakaba 1.205 * content-model-6.dat: New test data file. Test data for
760     HTML custom data attributes (HTML5 revision 1399) are added.
761    
762     * ContentChecker.t: New test file |content-model-6.dat| is added.
763    
764 wakaba 1.204 2008-03-29 Wakaba <[email protected]>
765    
766     * content-model-1.dat, content-model-2.dat: s/prose/flow/g.
767    
768 wakaba 1.198 2008-03-22 Wakaba <[email protected]>
769    
770 wakaba 1.203 * content-model-2.dat: Test data on |rev| attribute are added.
771    
772     2008-03-22 Wakaba <[email protected]>
773    
774 wakaba 1.202 * content-model-2.dat: Some test results were wrong.
775    
776     2008-03-22 Wakaba <[email protected]>
777    
778     * content-model-2.dat: Test data on more HTML4 attributes
779     are added.
780    
781     2008-03-22 Wakaba <[email protected]>
782    
783 wakaba 1.201 * content-model-2.dat: Test data on more HTML4 attributes
784     are added.
785    
786     2008-03-22 Wakaba <[email protected]>
787    
788 wakaba 1.200 * content-model-2.dat: Test data on numbers of HTML4 deprecated
789     attributes are added.
790    
791     2008-03-22 Wakaba <[email protected]>
792    
793 wakaba 1.199 * content-model-2.dat: Test data on |@profile| and |@version| are
794     added.
795    
796     2008-03-22 Wakaba <[email protected]>
797    
798 wakaba 1.198 * content-model-1.dat: Now we support RDF.
799    
800     * content-model-2.dat: Test data on |@accesskey| attribute
801     are added.
802    
803 wakaba 1.197 2008-03-21 Wakaba <[email protected]>
804    
805     * tokenizer-test-2.dat: A test from #whatwg is added.
806    
807 wakaba 1.190 2008-03-20 Wakaba <[email protected]>
808    
809 wakaba 1.196 * content-model-atom-1.dat: New test data are added.
810    
811     * content-model-atom-2.dat: New test data are
812     added from Atom test suite.
813    
814     2008-03-20 Wakaba <[email protected]>
815    
816 wakaba 1.195 * content-model-atom-threading-1.dat: New test data
817     on |thr:total| element are added
818    
819     2008-03-20 Wakaba <[email protected]>
820    
821 wakaba 1.194 * ContentChecker.t: |content-model-atom-threading-1.dat|
822     added.
823    
824     * content-model-atom-threading-1.dat: New test file.
825    
826     2008-03-20 Wakaba <[email protected]>
827    
828 wakaba 1.193 * ContentCheker.t: Replace dummy error type for subdoc
829     checking invocations to ";SUBDOC".
830    
831     * content-model-1.dat, content-model-2.dat: Test
832     results revised to support the aforementioned change.
833    
834     * content-model-atom-1.dat: Test results revised
835     so that |type=html| in Text construct is now
836     tested whether the subdoc code is invoked.
837    
838     2008-03-20 Wakaba <[email protected]>
839    
840     * content-model-atom-1.dat: Test data on cases of
841     missing |atom:summary| in |atom:entry| are added.
842    
843     2008-03-20 Wakaba <[email protected]>
844    
845 wakaba 1.192 * content-model-1.dat: Some test results were incorrect, again... orz
846    
847     2008-03-20 Wakaba <[email protected]>
848    
849 wakaba 1.191 * content-model-1.dat: Some test results are fixed.
850    
851     * content-model-atom-1.dat: Some test results are fixed.
852     Test data for |atom:author| for |atom:feed| are added.
853    
854     2008-03-20 Wakaba <[email protected]>
855    
856     * content-model-atom-1.dat: Test data for |atom:author|
857     for |atom:feed| are added.
858    
859     2008-03-20 Wakaba <[email protected]>
860    
861 wakaba 1.190 * content-model-1.dat: Some test results related on |atom:entry|
862     are fixed.
863    
864     * content-model-atom-1.dat: Test data for |atom:author|
865     for |atom:entry| are added.
866    
867 wakaba 1.180 2008-03-09 Wakaba <[email protected]>
868    
869 wakaba 1.189 * content-model-1.dat: Test data for |center|, |dir|, and |basefont|
870     are added.
871    
872     2008-03-09 Wakaba <[email protected]>
873    
874 wakaba 1.188 * content-model-2.dat: |contenteditable=""| tests are added.
875    
876     2008-03-09 Wakaba <[email protected]>
877    
878 wakaba 1.187 * tree-test-1.dat, tree-test-2.dat: Test results are updated
879     with some test data additions.
880    
881     2008-03-09 Wakaba <[email protected]>
882    
883 wakaba 1.186 * tree-test-1.dat, tree-test-2.dat: Test data on end-of-file
884     are added (c.f. HTML5 revision 1348).
885    
886     2008-03-09 Wakaba <[email protected]>
887    
888 wakaba 1.185 * tree-test-1.dat: Test data on |applet| are added (HTML5 revision
889     1347).
890    
891     2008-03-09 Wakaba <[email protected]>
892    
893 wakaba 1.184 * tree-test-1.dat: Test data on foster parenting in AAA
894     are added (HTML5 revision 1343).
895    
896     2008-03-09 Wakaba <[email protected]>
897    
898 wakaba 1.183 * tree-test-1.dat: Test data on <input> in <select> and <select>
899     in table are added (HTML5 revision 1342).
900    
901     2008-03-09 Wakaba <[email protected]>
902    
903 wakaba 1.182 * tree-test-1.dat: Test data on <script> or <style>
904     in <table> are added.
905    
906     2008-03-09 Wakaba <[email protected]>
907    
908 wakaba 1.181 * tree-test-1.dat, tree-test-2.dat: Test data on white space
909     between <html> and <head> are added (HTML5 revision 1332).
910    
911     2008-03-09 Wakaba <[email protected]>
912    
913 wakaba 1.180 * tree-test-1.dat: More tests are added for foster parenting (HTML5
914     revision 1331 and so on).
915    
916 wakaba 1.176 2008-03-08 Wakaba <[email protected]>
917    
918 wakaba 1.179 * tree-test-1.dat, tree-test-2.dat: Tests on \u000A at
919     the first of <textarea>, <pre>, and <listing> are
920     added (c.f. HTML5 revision 1330).
921    
922     2008-03-08 Wakaba <[email protected]>
923    
924 wakaba 1.178 * tree-test-1.dat: A test data on <title> in <table>
925     are added.
926    
927     * tree-test-2.dat: Test results updated (HTML5 revision 1328).
928    
929     2008-03-08 Wakaba <[email protected]>
930    
931 wakaba 1.177 * tree-test-1.dat: Test data for tainted space in tables are
932     added (HTML5 revision 1326).
933    
934     2008-03-08 Wakaba <[email protected]>
935    
936 wakaba 1.176 * tree-test-1.dat: Tests for </form> are added (HTML5 revision 1320).
937    
938 wakaba 1.175 2008-03-06 Wakaba <[email protected]>
939    
940     * tree-test-1.dat, tree-test-2.dat: More <html> test
941     cases are added (HTML5 revision 1314).
942    
943 wakaba 1.173 2008-03-05 Wakaba <[email protected]>
944    
945 wakaba 1.174 * HTML-tree.t: Support for \Uhhhhhhhh escapes. Support for
946     dumping PUBLIC and SYSTEM identifiers of DOCTYPE tokens.
947    
948     * tree-test-1.dat, tree-test-2.dat: More test data for previously
949     uncovered cases are added. Some error descriptions are revised.
950    
951     2008-03-05 Wakaba <[email protected]>
952    
953 wakaba 1.173 * tree-test-1.dat: More test data for previously uncovered
954     cases are added.
955    
956 wakaba 1.171 2008-03-04 Wakaba <[email protected]>
957    
958 wakaba 1.172 * tree-test-1.dat: More test data for previously uncovered
959     cases are added.
960    
961     2008-03-04 Wakaba <[email protected]>
962    
963 wakaba 1.171 * tree-test-1.dat: Missing tests from the initial stage are added.
964    
965 wakaba 1.165 2008-03-03 Wakaba <[email protected]>
966    
967 wakaba 1.170 * HTML-tokenizer.t: Ignore tree-construction phase and set_inner_html
968     checkpoints.
969    
970     2008-03-03 Wakaba <[email protected]>
971    
972 wakaba 1.169 * tokenizer-test-1.test: New test data are added to cover
973     all possible cases.
974    
975     * HTML-tree.t: Support for test coverage.
976    
977     2008-03-03 Wakaba <[email protected]>
978    
979 wakaba 1.168 * HTML-tokenizer.t: Support for test coverage caluclation.
980    
981     2008-03-03 Wakaba <[email protected]>
982    
983 wakaba 1.167 * HTML-tokenizer.t: s/_input_character/_input_char/g for simplicity.
984    
985     2008-03-03 Wakaba <[email protected]>
986    
987 wakaba 1.166 * HTML-tokenizer.t: s/correct/force-quirks/.
988    
989     2008-03-03 Wakaba <[email protected]>
990    
991 wakaba 1.165 * tokenizer-test-1.test: New tests on trailing garbage
992     after SYSTEM literal (HTML5 revision 1306) are added.
993    
994 wakaba 1.162 2008-03-02 Wakaba <[email protected]>
995    
996 wakaba 1.164 * tokenizer-test-1.test: Tests for |<span ===>| is added (HTML5
997     revision 1292). Tests for & at the end of attribute value
998     are added (HTML5 revision 1296). Tests for bogus comments
999     are added (HTML5 revision 1297). Tests for |=| in
1000     unquoted attribute values are added (HTML5 revision 1299).
1001     Tests for single or double quotes in unquoted attribute
1002     values or attribute names and tests for missing spaces
1003     between attributes are added (HTML5 revision 1303).
1004    
1005     2008-03-02 Wakaba <[email protected]>
1006    
1007 wakaba 1.163 * content-model-atom-1.dat: New test data are added.
1008    
1009     2008-03-02 Wakaba <[email protected]>
1010    
1011 wakaba 1.162 * content-model-1.dat: Test data for |<area>| are added.
1012    
1013     * content-model-2.dat: Test data for |<img ismap>| are added.
1014    
1015 wakaba 1.160 2008-03-01 Wakaba <[email protected]>
1016    
1017 wakaba 1.161 * content-model-1.dat: |address| content model tests
1018     are added.
1019    
1020     2008-03-01 Wakaba <[email protected]>
1021    
1022 wakaba 1.160 * tokenizer-test-1.test: Updated (HTML5 recision 1286).
1023    
1024     * content-model-2.dat: Updated (HTML5 revision 1275).
1025    
1026 wakaba 1.158 2008-02-26 Wakaba <[email protected]>
1027    
1028 wakaba 1.159 * content-model-1.dat: Test data for |header| and |footer|
1029     exclusions of sectioning contents are added (c.f. HTML5
1030     revision 1250).
1031    
1032     2008-02-26 Wakaba <[email protected]>
1033    
1034 wakaba 1.158 * content-model-1.dat: Figure caption is now optional (HTML5
1035     revision 1240). Add test data for |ol reversed| (HTML5
1036     revision 1248).
1037    
1038 wakaba 1.155 2008-02-24 Wakaba <[email protected]>
1039    
1040 wakaba 1.157 * content-model-2.dat: Test data for |acronym|, |big|, |tt|, |s|,
1041     |strike|, and |u| are added.
1042    
1043     2008-02-24 Wakaba <[email protected]>
1044    
1045 wakaba 1.156 * content-model-1.dat, content-model-2.dat: Some test
1046     results are updated. New test data on non-standard
1047     attributes are added. Note that some test results do
1048     still need to be updated.
1049    
1050     2008-02-24 Wakaba <[email protected]>
1051    
1052 wakaba 1.155 * content-model-1.dat: Some test results on |meta|
1053     in |noscript| are updated.
1054    
1055 wakaba 1.151 2008-02-23 Wakaba <[email protected]>
1056    
1057 wakaba 1.154 * content-model-1.dat: Some test results are updated.
1058     New tests for |details| are added.
1059    
1060     2008-02-23 Wakaba <[email protected]>
1061    
1062 wakaba 1.153 * content-model-1.dat: Some test results are fixed.
1063     New tests for |video| and |audio| are added.
1064    
1065     2008-02-23 Wakaba <[email protected]>
1066    
1067 wakaba 1.152 * content-model-1.dat: New test data for |object| transparentness
1068     are added.
1069    
1070     2008-02-23 Wakaba <[email protected]>
1071    
1072 wakaba 1.151 * content-model-1.dat, content-model-2.dat: Wrong "significant"
1073     errors are removed.
1074    
1075 wakaba 1.148 2008-02-18 Wakaba <[email protected]>
1076    
1077 wakaba 1.150 * content-model-1.dat: New test data for |object| are added.
1078    
1079     2008-02-18 Wakaba <[email protected]>
1080    
1081 wakaba 1.149 * content-model-1.dat: New test data for |mark| are added (HTML5
1082     revision 1232).
1083    
1084     2008-02-18 Wakaba <[email protected]>
1085    
1086 wakaba 1.148 * content-model-2.dat: |alt=""| test results revised.
1087    
1088     * content-model-1.dat: |<img/>|s in tests are revised so
1089     that they are conforming.
1090    
1091 wakaba 1.140 2008-02-17 Wakaba <[email protected]>
1092    
1093 wakaba 1.147 * content-model-1.dat: Test results corrected.
1094    
1095     2008-02-17 Wakaba <[email protected]>
1096    
1097 wakaba 1.146 * content-model-1.dat: New test data for |<figure>| are added.
1098     Some test data are corrected.
1099    
1100     2008-02-17 Wakaba <[email protected]>
1101    
1102 wakaba 1.145 * content-model-1.dat: New test data for |<noscript>|
1103     in |<head>|.
1104    
1105     2008-02-17 Wakaba <[email protected]>
1106    
1107 wakaba 1.144 * content-model-1.dat: More test on |<meta http-equiv=Content-Type>|
1108     are added.
1109    
1110     2008-02-17 Wakaba <[email protected]>
1111    
1112 wakaba 1.143 * content-model-1.dat, content-model-2.dat: Updated.
1113    
1114     2008-02-17 Wakaba <[email protected]>
1115    
1116 wakaba 1.142 * content-model-1.dat: Updated.
1117    
1118     2008-02-17 Wakaba <[email protected]>
1119    
1120 wakaba 1.141 * content-model-1.dat, content-model-2.dat, content-model-4.dat,
1121     content-model-5.dat: Error result revised.
1122    
1123     2008-02-17 Wakaba <[email protected]>
1124    
1125 wakaba 1.140 * content-model-1.dat, content-model-2.dat, content-model-5.dat:
1126     Test results are updated; new tests are added.
1127    
1128 wakaba 1.139 2008-02-16 Wakaba <[email protected]>
1129    
1130     * ContentChecker.t: Tentative support for subdoc mode.
1131    
1132     * tree-test-1.dat: Some tests are added from #whatwg.
1133    
1134 wakaba 1.137 2008-02-11 Wakaba <[email protected]>
1135    
1136 wakaba 1.138 * css-text.dat: Test data for 'writing-mode' and 'text-anchor'
1137     are added.
1138    
1139     * CSS-Parser-1.t: New properties are added.
1140    
1141     2008-02-11 Wakaba <[email protected]>
1142    
1143 wakaba 1.137 * css-4.dat: New test file.
1144    
1145     * CSS-Parser-1.t: |css-4.dat| added. Support for '@charset'
1146     and '@import'.
1147    
1148 wakaba 1.135 2008-02-10 Wakaba <[email protected]>
1149    
1150 wakaba 1.136 * CSS-Parser-1.t (get_parser): Call |init|.
1151    
1152     2008-02-10 Wakaba <[email protected]>
1153    
1154 wakaba 1.135 * css-3.dat: New test file.
1155    
1156     * CSS-Parser-1.t: |css-3.dat| is added. '-moz-pre-wrap' added.
1157     Typo for 'collapse' value fixed. Support for '@namespace'
1158     serialization.
1159    
1160     * css-1.dat: New test data for selectors parsing.
1161    
1162     * css-font.dat: Error locations for 'u' errors are corrected.
1163    
1164     * css-table.dat: Test data for 'border-collapse' are added.
1165    
1166     * css-text.dat: Test data for '-moz-pre-wrap' are added.
1167    
1168     * css-visual.dat: Test data for 'background-position' are added.
1169    
1170 wakaba 1.134 2008-02-09 Wakaba <[email protected]>
1171    
1172     * css-2.dat, css-font.dat: s/unsupported/u/g;
1173    
1174 wakaba 1.132 2008-02-08 Wakaba <[email protected]>
1175    
1176 wakaba 1.133 * css-2.dat: New test data.
1177    
1178     * CSS-Parser-1.t: |css-2.dat| added. Support for |@media|.
1179    
1180     2008-02-08 Wakaba <[email protected]>
1181    
1182 wakaba 1.132 * CSS-MediaQuery.t, mq-1.dat: New files.
1183    
1184 wakaba 1.131 2008-02-03 Wakaba <[email protected]>
1185    
1186     * CSS-Parser-1.t: Typo fixed. New properties added.
1187    
1188     * css-font.dat, css-table.dat, css-paged.dat, css-generated.dat,
1189     css-visual.dat: New test data for
1190     newly supported properties are added.
1191    
1192 wakaba 1.130 2008-02-02 Wakaba <[email protected]>
1193    
1194     * CSS-Parser-1.t: 'clip' added.
1195    
1196     * css-visual.t: New test data for 'clip' are added.
1197    
1198 wakaba 1.129 2008-01-30 Wakaba <[email protected]>
1199    
1200     * css-generated.dat: New test data for 'counter-increment', 'content',
1201     and 'counter-reset' are added.
1202    
1203     * CSS-Parser-1.t: 'counter-reset' and 'counter-increment'
1204     are added.
1205    
1206 wakaba 1.128 2008-01-28 Wakaba <[email protected]>
1207    
1208     * CSS-Parser-1.t: 'content' added to the list of supported
1209     property and the list of initial values.
1210    
1211     * css-generated.dat: Tests for 'content' are added.
1212    
1213     2008-01-27 Wakaba <[email protected]>
1214    
1215     * CSS-Parser-1.t: Loads test files as UTF-8.
1216    
1217     * css-generated.dat: Semi-real-world test data for 'quotes' are added.
1218    
1219 wakaba 1.122 2008-01-27 Wakaba <[email protected]>
1220    
1221 wakaba 1.127 * CSS-Parser-1.t: 'quotes' added.
1222    
1223     * css-generated.dat: Test data for 'quotes' are added.
1224    
1225     2008-01-27 Wakaba <[email protected]>
1226    
1227 wakaba 1.126 * CSS-Parser-1.t: 'overflow-x' and 'overflow-y' are added.
1228    
1229     * css-visual.dat: New test data for 'overflow', 'overflow-x',
1230     and 'overflow-y' are added.
1231    
1232     2008-01-27 Wakaba <[email protected]>
1233    
1234 wakaba 1.125 * css-visual.dat: New test data for 'opacity' and '-moz-opacity'
1235     are added.
1236    
1237     2008-01-27 Wakaba <[email protected]>
1238    
1239 wakaba 1.124 * CSS-Parser-1.t: Files |css-table.dat| and |css-interactive.dat|
1240     are added.
1241    
1242     * css-table.dat: New test file.
1243    
1244     * css-interactive.dat: New test file.
1245    
1246     * css-font.dat: New test data for 'font-size' are added.
1247    
1248     * css-text.dat: New test data for 'text-indent', 'letter-spacing',
1249     and 'word-spacing' are added.
1250    
1251     2008-01-27 Wakaba <[email protected]>
1252    
1253 wakaba 1.123 * CSS-Parser-1.t: Files |css-text.dat| and |css-paged.dat|
1254     are added.
1255    
1256     * css-visual.dat: New test data for 'background-position' are
1257     added.
1258    
1259     * css-text.dat: New test file.
1260    
1261     * css-paged.dat: New test file.
1262    
1263     2008-01-27 Wakaba <[email protected]>
1264    
1265 wakaba 1.122 * css-visual.dat: New test data for 'border-top-width', 'border-width',
1266     'padding-top', 'top', 'right', 'bottom', 'left', 'z-index',
1267     'width', 'min-width', 'max-width', 'height', 'min-height',
1268     'max-height', 'line-height', and 'vertical-align' are added.
1269    
1270 wakaba 1.115 2008-01-26 Wakaba <[email protected]>
1271    
1272 wakaba 1.121 * css-font.dat: New test data for 'font-weight'
1273     and 'font-size' are added.
1274    
1275     * css-visual.dat: New test data for leading and
1276     trailing zeros are added.
1277    
1278     2008-01-26 Wakaba <[email protected]>
1279    
1280 wakaba 1.120 * css-font.dat: New test data for 'font' and 'font-size'.
1281    
1282     2008-01-26 Wakaba <[email protected]>
1283    
1284 wakaba 1.119 * CSS-Parser-1.t: 'background-position' was missing
1285     from the list of default values.
1286    
1287     * css-visual.dat: New test data for 'background'
1288     and 'background-position' are added.
1289    
1290     2008-01-26 Wakaba <[email protected]>
1291    
1292 wakaba 1.118 * css-visual.dat: New test data for 'border' are added.
1293    
1294     2008-01-26 Wakaba <[email protected]>
1295    
1296 wakaba 1.117 * css-1.dat: Some test results were incorrect.
1297    
1298     * css-font.dat: New test data on 'font' are added.
1299    
1300     * css-visual.dat: Some test results were incorrect. New
1301     test data on 'margin' are added.
1302    
1303     2008-01-26 Wakaba <[email protected]>
1304    
1305 wakaba 1.116 * css-font.dat: New test file.
1306    
1307     * CSS-Parser-1.dat: |css-font.dat| is added.
1308    
1309     2008-01-26 Wakaba <[email protected]>
1310    
1311 wakaba 1.115 * css-visual.dat: Test data for 'padding', 'margin',
1312     and 'border' related shorthands are added.
1313    
1314     2008-01-25 Wakaba <[email protected]>
1315    
1316     * CSS-Parser-1.t: |css-generated.dat| is added.
1317     (get_computed_style): The subject of |query_selector|
1318     should have been the document.
1319    
1320     * css-generated.dat: New test data.
1321    
1322     * css-visual.dat: New test data for 'display' are added.
1323    
1324 wakaba 1.112 2008-01-24 Wakaba <[email protected]>
1325    
1326 wakaba 1.114 * CSS-Parser-1.t: Default values are updated.
1327    
1328     * css-1.t: Tests for duplicate declarations are added.
1329    
1330     * css-visual.t: Some tests were incorrect. Tests for 'margin'
1331     serialization and '+' in 'margin' are added.
1332    
1333     2008-01-24 Wakaba <[email protected]>
1334    
1335 wakaba 1.113 * CSS-Parser-1.t: Test data file |css-visual.dat| is added.
1336     Support for the quirks mode.
1337    
1338     * css-visual.dat: New file.
1339    
1340     2008-01-24 Wakaba <[email protected]>
1341    
1342 wakaba 1.112 * css-1.dat: Typo fixed.
1343    
1344     * CSS-Parser-1.t: The attribute name for computed style
1345     has been changed.
1346    
1347 wakaba 1.111 2008-01-22 Wakaba <[email protected]>
1348    
1349     * css-1.dat: Basic tests for forward compatible parsing
1350     are added.
1351    
1352     * CSS-Parser-1.t: Support for |#errors| validation.
1353    
1354 wakaba 1.110 2008-01-14 Wakaba <[email protected]>
1355    
1356     * CSS-Parser-1.t, css-1.dat: New test files.
1357    
1358 wakaba 1.109 2007-11-25 Wakaba <[email protected]>
1359    
1360     * content-model-1.dat, content-model-2.dat, content-model-3.dat,
1361     content-model-4.dat, table-1.dat: Test data are updated
1362     for the significant content check.
1363    
1364     * content-model-5.dat: New test data.
1365    
1366     * ContentChecker.t: New test data file is added.
1367    
1368 wakaba 1.108 2007-11-24 Wakaba <[email protected]>
1369    
1370     * content-model-2.dat: nest/@mode test data revised.
1371     Test data for nest/@filter and rule/@condition are added.
1372    
1373 wakaba 1.105 2007-11-23 Wakaba <[email protected]>
1374    
1375 wakaba 1.107 * content-model-2.dat: Media type tests are revised.
1376    
1377     2007-11-23 Wakaba <[email protected]>
1378    
1379 wakaba 1.106 * content-model-2.dat: New test data for character references
1380     in |charset| attribute values.
1381    
1382     2007-11-23 Wakaba <[email protected]>
1383    
1384 wakaba 1.105 * ContentChecker.t: Unset |input_encoding| attribute.
1385    
1386     * content-model-1.dat, content-model-2.dat: New tests
1387     for |charset| attribute value are added.
1388    
1389 wakaba 1.103 2007-11-18 Wakaba <[email protected]>
1390    
1391 wakaba 1.104 * ContentType.t: New tests for HTML5 sniffing algorithm,
1392     leading white space support (HTML5 revisions 1013 and 1016).
1393    
1394     2007-11-18 Wakaba <[email protected]>
1395    
1396 wakaba 1.103 * ContentType.t: New tests for HTML5 revision 1013 (except
1397     for leading white spaces).
1398    
1399 wakaba 1.102 2007-11-11 Wakaba <[email protected]>
1400    
1401     * content-model-4.dat: New tests for proposed link types.
1402    
1403 wakaba 1.101 2007-11-08 Wakaba <[email protected]>
1404    
1405     * content-model-4.dat: s/noreferer/noreferrer/g
1406     and s/noreferrer/noreferer/g (HTML5 revision 1132).
1407    
1408 wakaba 1.97 2007-11-04 Wakaba <[email protected]>
1409    
1410 wakaba 1.100 * content-model-2.dat: Tests for |manifest=""| are added.
1411    
1412     2007-11-04 Wakaba <[email protected]>
1413    
1414 wakaba 1.99 * content-model-2.dat: <a><img ismap></a> is no longer
1415     conforming (HTML5 revision 1115).
1416    
1417     2007-11-04 Wakaba <[email protected]>
1418    
1419 wakaba 1.98 * content-model-1.dat, content-model-2.dat: <base>
1420     w/o @target and @href is non-conforming (HTML5 revision 1115).
1421    
1422     2007-11-04 Wakaba <[email protected]>
1423    
1424 wakaba 1.97 * content-model-4.dat: New tests for rel=up (HTML5 revision 1112)
1425     and rel=noreferer (HTML5 revision 1118).
1426    
1427 wakaba 1.96 2007-10-26 Wakaba <[email protected]>
1428    
1429     * content-model-2.dat: New test for |poster| (HTML5 revision 1097).
1430    
1431 wakaba 1.95 2007-10-23 Wakaba <[email protected]>
1432    
1433     * content-model-2.dat: <script async defer> is now conforming (HTML5
1434     revision 1085).
1435    
1436 wakaba 1.94 2007-10-14 Wakaba <[email protected]>
1437    
1438     * content-model-1.dat, content-model-2.dat: New test
1439     data for |rule|, |nest|, and |datatemplate| elements.
1440    
1441 wakaba 1.92 2007-09-30 Wakaba <[email protected]>
1442    
1443 wakaba 1.93 * css-token-1.dat: Test results for |\\{nl}| were incorrect.
1444    
1445     2007-09-30 Wakaba <[email protected]>
1446    
1447 wakaba 1.92 * Makefile (update): New rule.
1448    
1449 wakaba 1.91 2007-09-29 Wakaba <[email protected]>
1450    
1451     * tokenizer-test-1.test: New tests for invalid
1452     attribute specifications are added.
1453    
1454 wakaba 1.90 2007-09-24 Wakaba <[email protected]>
1455    
1456     * ContentChecker.t: New test data files are added.
1457    
1458     * content-model-atom-1.dat, content-model-atom-2.dat: New test data.
1459    
1460 wakaba 1.87 2007-09-09 Wakaba <[email protected]>
1461    
1462 wakaba 1.89 * css-token-1.test: Test cases for remaining CSS tokens
1463     are added.
1464    
1465     2007-09-09 Wakaba <[email protected]>
1466    
1467 wakaba 1.88 * css-token-1.test: Test cases for one-char tokens, |COMMENT|,
1468     and |COMMENT_INVALID| are added.
1469    
1470     2007-09-09 Wakaba <[email protected]>
1471    
1472 wakaba 1.87 * css-token-1.test: |URI_PREFIX|, |UNICODE_RANGE|, |CDO|,
1473     and |CDC| test cases are added.
1474    
1475 wakaba 1.81 2007-09-08 Wakaba <[email protected]>
1476    
1477 wakaba 1.86 * css-token-1.test: |URI| and |INVALID| test
1478     cases are added.
1479    
1480     2007-09-08 Wakaba <[email protected]>
1481    
1482 wakaba 1.85 * css-token-1.test: |NUMBER| and |DIMENSION| test
1483     cases are added.
1484    
1485     2007-09-08 Wakaba <[email protected]>
1486    
1487 wakaba 1.84 * css-token-1.test: |HASH| and |NUMBER|
1488     test cases are added.
1489    
1490     2007-09-08 Wakaba <[email protected]>
1491    
1492 wakaba 1.83 * css-token-1.test: |STRING| and |INVALID|
1493     test cases are added.
1494    
1495     2007-09-08 Wakaba <[email protected]>
1496    
1497 wakaba 1.82 * css-token-1.test: New tests are added.
1498    
1499     2007-09-08 Wakaba <[email protected]>
1500    
1501 wakaba 1.81 * css-token-1.test, CSS-Tokenizer.t: New files.
1502    
1503 wakaba 1.80 2007-09-04 Wakaba <[email protected]>
1504    
1505     * tree-test-1.dat: New tests are added.
1506    
1507 wakaba 1.78 2007-08-25 Wakaba <[email protected]>
1508    
1509 wakaba 1.79 * tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test|
1510     are added.
1511    
1512     * tree-construction/, tokenizer/: Sync with latest html5lib.
1513    
1514     2007-08-25 Wakaba <[email protected]>
1515    
1516 wakaba 1.78 * content-model-1.dat: New tests for |meta| corner cases
1517     are added.
1518    
1519     2007-08-22 Wakaba <[email protected]>
1520    
1521     * tree-test-2.dat: New tests for |html| innerHTML are added.
1522    
1523 wakaba 1.76 2007-08-17 Wakaba <[email protected]>
1524    
1525 wakaba 1.77 * content-model-2.dat: New tests for |base|
1526     following URI or hyperlink are added.
1527    
1528     2007-08-17 Wakaba <[email protected]>
1529    
1530 wakaba 1.76 * content-model-1.dat: New tests for |noscript| in |head| are added.
1531    
1532     * content-model-2.dat: A wrong result for |xml:lang| in
1533     HTML document is fixed.
1534    
1535 wakaba 1.75 2007-08-11 Wakaba <[email protected]>
1536    
1537     * ContentType.t: New tests for bitmap images are added.
1538    
1539 wakaba 1.74 2007-08-08 Wakaba <[email protected]>
1540    
1541     * content-model-2.dat: Some error messages are changed.
1542    
1543     * ContentType.t: New tests for |<script| sniffer are added.
1544    
1545 wakaba 1.68 2007-07-21 Wakaba <[email protected]>
1546    
1547 wakaba 1.73 * tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot|
1548     fragment parsing.
1549    
1550     2007-07-21 Wakaba <[email protected]>
1551    
1552 wakaba 1.72 * tree-test-1.dat: More tests for tags "in row" are added.
1553    
1554     * HTML-tree.t: Quote test data for readability.
1555    
1556     2007-07-21 Wakaba <[email protected]>
1557    
1558 wakaba 1.71 * tree-test-1.dat: More tests are added for |noframes|
1559     after |</frameset>|.
1560    
1561     2007-07-21 Wakaba <[email protected]>
1562    
1563 wakaba 1.70 * tree-test-1.dat: More tests for start tags "in caption"
1564     insertion mode and for tags "in cell" insertion
1565     mode are added.
1566    
1567     2007-07-21 Wakaba <[email protected]>
1568    
1569 wakaba 1.69 * tree-test-1.dat: More tests for ignoring some tokens
1570     are added.
1571    
1572     2007-07-21 Wakaba <[email protected]>
1573    
1574 wakaba 1.68 * HTML-tokenizer.t: Set content model flag in new syntax.
1575    
1576 wakaba 1.63 2007-07-16 Wakaba <[email protected]>
1577    
1578 wakaba 1.67 * content-model-1.dat, content-model-2.dat: Some test data
1579     have been updated due to new warnings.
1580    
1581     2007-07-16 Wakaba <[email protected]>
1582    
1583 wakaba 1.66 * content-model-1.dat, content-model-2.dat: Add "in XML:charset"
1584     error for test data that has |charset| in XML context.
1585    
1586     * content-model-2.dat: Test data for "in XML:charset", "in XML:lang",
1587     and "in HTML:xml:lang" are added.
1588    
1589     2007-07-16 Wakaba <[email protected]>
1590    
1591 wakaba 1.65 * HTML-tokenizer.t: It now requires newer version
1592     of JSON.pm due to the broken handling for utf8 string
1593     of older version. Test data files |test3.test|
1594     and |test4.test| are added. Convert surrogate
1595     pair |\u| escapes in JSON file before it is input
1596     into JSON.pm parser since it does not decode
1597     them correctly. U+000D convertion was incorrect.
1598    
1599     * HTML-tree.t: Support for new format for fragment
1600     parsing tests.
1601    
1602     * Makefile (tokenizer-files): New test
1603     data files |test3.test| and |test4.test| are added.
1604    
1605     * tokenizer-test-1.test: Test data for bare |hcro| and
1606     entity references in attribute values are added.
1607    
1608     * tokenizer-test-2.dat: Test data for U+000D are added.
1609    
1610     2007-07-16 Wakaba <[email protected]>
1611    
1612 wakaba 1.64 * tree-test-1.dat: Tests for |<html>| in trailing
1613     end phase and |</frameset>| in after frameset mode
1614     are added.
1615    
1616     * tree-test-2.dat: Tests for |</frameset>|
1617     in |frameset| fragment parsing are added.
1618    
1619     2007-07-16 Wakaba <[email protected]>
1620    
1621 wakaba 1.63 * tree-test-1.dat: New tests for trailing end phase
1622     and white space in some insertion modes are added.
1623    
1624 wakaba 1.61 2007-07-15 Wakaba <[email protected]>
1625    
1626 wakaba 1.62 * Charset-DecodeHandler.t: Cases for charset names has
1627     been changed to match with the module's implementation.
1628    
1629     2007-07-15 Wakaba <[email protected]>
1630    
1631 wakaba 1.61 * Charset-DecodeHandler.t: New test script.
1632    
1633 wakaba 1.60 2007-07-07 Wakaba <[email protected]>
1634    
1635     * tokenizer-test-1.test: A comment test is added.
1636    
1637 wakaba 1.58 2007-07-01 Wakaba <[email protected]>
1638    
1639 wakaba 1.59 * tree-test-1.dat: New tests for unmatched end tags.
1640    
1641     2007-07-01 Wakaba <[email protected]>
1642    
1643 wakaba 1.58 * table-1.dat: New test data.
1644    
1645     * ContentChecker.t: |table-1.dat| is added.
1646    
1647 wakaba 1.56 2007-06-30 Wakaba <[email protected]>
1648    
1649 wakaba 1.57 * tree-test-2.dat: Tests for <title> in fragments are added.
1650    
1651     2007-06-30 Wakaba <[email protected]>
1652    
1653 wakaba 1.56 * URIChecker.t: Error level names in test results has
1654     been changed.
1655    
1656     * tokenizer-test-1.test: A test for bogus SYSTEM identifier
1657     is added.
1658    
1659     * content-model-1.dat, content-model-2.dat, content-model-3.dat,
1660     content-model-4.dat: Error messages has been changed.
1661    
1662     * ContentChecker.t: Appends error level to the error
1663     message if any.
1664    
1665 wakaba 1.53 2007-06-25 Wakaba <[email protected]>
1666    
1667 wakaba 1.55 * content-model-2.dat: Tests for |<img ismap>| context
1668     are added. Tests for |<command>|'s attributes are added.
1669     Tests for |<menu>|'s attributes are added. Tests for |contextmenu|
1670     are added.
1671    
1672     * content-model-1.dat: Tests for |<datagrid>| contents
1673     are added.
1674    
1675     2007-06-25 Wakaba <[email protected]>
1676    
1677 wakaba 1.54 * tree-test-1.dat: The tests using |#document-fragment|
1678     are move to |tree-test-2.dat|.
1679    
1680     * tree-test-2.dat: New test data. In addition to
1681     tests from |tree-test-1.dat|, two tests
1682     for |</table>| are added.
1683    
1684     * HTML-tree.t: |tree-test-2.dat| is added.
1685    
1686     2007-06-25 Wakaba <[email protected]>
1687    
1688 wakaba 1.53 * tree-test-1.dat: Tests for end tag strings
1689     in CDATA elements are added.
1690    
1691 wakaba 1.48 2007-06-24 Wakaba <[email protected]>
1692    
1693 wakaba 1.52 * content-model-1.dat: Tests for |footer|
1694     content model are added.
1695    
1696     * content-model-2.dat: Tests for |ping|
1697     and |tabindex| attributes are added. Tests for |datetime|
1698     attribute of |ins| and |del| elements are added.
1699    
1700     * content-model-4.dat: New test data.
1701    
1702     * ContentChecker.t: |content-model-4.dat| is added.
1703    
1704     2007-06-24 Wakaba <[email protected]>
1705    
1706 wakaba 1.51 * tokenizer-test-1.test: Tests for HTML5 revisions 1.144
1707     and 1.145 (CR and invalid character references) are added.
1708     Tests for HTML5 revision 1.148 (character references
1709     in attributes) are added.
1710    
1711     * tree-test-1.dat: Tests for HTML5 revision 1.146 (white
1712     space characters before root element start tag).
1713    
1714     2007-06-24 Wakaba <[email protected]>
1715    
1716 wakaba 1.49 * tree-test-1.dat: Some test results are changed
1717 wakaba 1.50 and a test is added according to the HTML5
1718 wakaba 1.51 revisions 1.142 and 1.143 (<noscript> in <head>).
1719 wakaba 1.50
1720     2007-06-24 Wakaba <[email protected]>
1721    
1722     * tree-test-1.dat: Some test results are changed
1723 wakaba 1.49 since <base>, <link>, and <meta> in body
1724     are no longer appended to the head element pointer (HTML5
1725     revision 935).
1726    
1727     * content-model-2.dat: Tests for |scoped|
1728     attribute are added (HTML5 revision 938).
1729    
1730     2007-06-24 Wakaba <[email protected]>
1731    
1732 wakaba 1.48 * tree-test-1.dat: Tests for CDATA/RCDATA innerHTML
1733     with matching end tag are added (HTML5 revision 923).
1734     A test for h2 in h1 is added (HTML5 revision 926).
1735    
1736 wakaba 1.34 2007-06-23 Wakaba <[email protected]>
1737    
1738 wakaba 1.48 * tree-test-1.dat: Tests for |<isindex>| are added (HTML5
1739     revision 920).
1740 wakaba 1.47
1741     2007-06-23 Wakaba <[email protected]>
1742    
1743 wakaba 1.46 * tokenizer-test-1.test: Tests for conforming bare |&|
1744     are added.
1745    
1746     * tree-test-1.dat: Tests for |</body>| are added.
1747    
1748     2007-06-23 Wakaba <[email protected]>
1749    
1750 wakaba 1.45 * tree-test-1.dat: Always use uppercase document type name.
1751    
1752     2007-06-23 Wakaba <[email protected]>
1753    
1754 wakaba 1.44 * HTML-tokenizer.t: Support for new DOCTYPE token syntax.
1755    
1756     * tokenizer-test-1.test: Tests for DOCTYPE tokens
1757     are revised and added.
1758    
1759     2007-06-23 Wakaba <[email protected]>
1760    
1761 wakaba 1.43 * tokenizer-test-1.test: Tests for |<| in tags are
1762     added. (HTML5 revisions 900, 901, 902, and 911.)
1763    
1764     2007-06-23 Wakaba <[email protected]>
1765    
1766 wakaba 1.42 * tokenizer-test-1.test: |&lang;|, and |&rlang;| tests
1767     are added. (HTML5 revision 895.) A test for |&amp;;|
1768     is added.
1769    
1770     2007-06-23 Wakaba <[email protected]>
1771    
1772 wakaba 1.41 * tokenizer-test-1.test: |&TRADE;| test added. (HTML5 revision 889.)
1773    
1774     * HTML-tree.t: Output test file names. Escaped
1775     new line at the end of test data was removed.
1776    
1777     * tokenizer-test-2.dat: Tests for newlines, NULL, and
1778     escape flag stuff in |set_inner_html|.
1779    
1780     2007-06-23 Wakaba <[email protected]>
1781    
1782 wakaba 1.40 * tree-test-1.dat: New test for HTML5 revision 884 (</form>
1783     try to close its children).
1784    
1785     2007-06-23 Wakaba <[email protected]>
1786    
1787 wakaba 1.39 * content-model-1.dat: Tests for space characters
1788     in id="" attribute are added.
1789    
1790     2007-06-23 Wakaba <[email protected]>
1791    
1792 wakaba 1.38 * tree-test-1.dat: New tests for parse errors by
1793     tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.)
1794    
1795     2007-06-23 Wakaba <[email protected]>
1796    
1797 wakaba 1.37 * tokenizer-test-2.dat: New test. This test file contains
1798     some tests that cannot be reliably tested by |HTML-tokenize.t|,
1799     since they depends on how characeters are supplied to the
1800     tokenizer.
1801    
1802     * HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped|
1803     etc. supported.
1804    
1805     2007-06-23 Wakaba <[email protected]>
1806    
1807 wakaba 1.36 * tokenizer-test-1.test: Tests for C1 character
1808     references are added.
1809    
1810     2007-06-23 Wakaba <[email protected]>
1811    
1812 wakaba 1.35 * ContentChecker.t: Use NanoDOM-based manakai for XHTML.
1813     Note that a test fails that assumes XML attribute value
1814     normalization fails since XMLParserTemp.pm does
1815     not normalize white space in attribute value when
1816     creating an attribute node (and new NanoDOM-based
1817     manakai's Attr.value does not normalize white space
1818     for more Web compatibility).
1819    
1820     2007-06-23 Wakaba <[email protected]>
1821    
1822 wakaba 1.34 * Makefile, HTML-tokenizer.t, HTML-tree.t: New test
1823     files are added.
1824    
1825     * tokenize/, tree-construction/: Sync with latest html5lib
1826     trunk.
1827    
1828 wakaba 1.33 2007-06-05 Wakaba <[email protected]>
1829    
1830     * content-model-2.dat: |script| |async| and |defer|
1831     no longer require |src|. |async| MUST NOT be
1832     specified if |defer|. (HTML5 revision 858).
1833    
1834 wakaba 1.32 2007-05-30 Wakaba <[email protected]>
1835    
1836     * ContentChecker.t: Don't use obsolete |new| method.
1837    
1838     * tree-test-1.dat: Nested form test added.
1839    
1840 wakaba 1.31 2007-05-27 Wakaba <[email protected]>
1841    
1842     * content-model-2.dat: Some error messages are updated.
1843    
1844     * content-model-1.dat: Very simple test for |tbody|, |thead|,
1845     and |tfoot| is added.
1846    
1847 wakaba 1.29 2007-05-26 Wakaba <[email protected]>
1848    
1849 wakaba 1.30 * content-model-2.dat: Tests for |rel| values are added.
1850    
1851     2007-05-26 Wakaba <[email protected]>
1852    
1853 wakaba 1.29 * content-model-2.dat: Errors on obsolete media
1854     type (i.e. |text/javascript|) are added to the expected results.
1855    
1856     * tree-test-1.dat: Tests for |style| elements' attributes
1857     are added.
1858    
1859 wakaba 1.26 2007-05-25 Wakaba <[email protected]>
1860    
1861 wakaba 1.27 * URIChecker.t: New test entries.
1862    
1863 wakaba 1.28 * content-model-2.dat: New test entries for URI attributes.
1864    
1865 wakaba 1.27 2007-05-25 Wakaba <[email protected]>
1866    
1867 wakaba 1.26 * URIChecker.t: New test.
1868    
1869 wakaba 1.22 2007-05-20 Wakaba <[email protected]>
1870    
1871 wakaba 1.25 * Makefile (content-type-files, content-checker-files): New rukes.
1872    
1873     * content-type-result.txt, content-checker-result.txt: New files.
1874    
1875     * tokenizer-result.txt, tree-construction-result.txt: New to CVS.
1876    
1877     * content-model-2.dat: Warnings are added to unknown attributes
1878     for unknown elements. New tests for newly implemented
1879     attributes are added.
1880    
1881     2007-05-20 Wakaba <[email protected]>
1882    
1883 wakaba 1.24 * content-model-1.dat: Required attributes are
1884     added to <link>s.
1885    
1886     * content-model-2.dat: Tests for global event handler
1887     content attributes, <link>s and <embed>s are added.
1888    
1889     2007-05-20 Wakaba <[email protected]>
1890    
1891 wakaba 1.23 * content-model-2.dat: Tests for additionally-implemented
1892     attributes are added.
1893    
1894     2007-05-20 Wakaba <[email protected]>
1895    
1896 wakaba 1.22 * content-model-2.dat: Tests for <a>/interactive
1897     elements non-nesting are added.
1898    
1899 wakaba 1.16 2007-05-19 Wakaba <[email protected]>
1900    
1901 wakaba 1.21 * content-model-3.dat: New test.
1902    
1903     * ContentChecker.t (@FILES): |content-model-3.dat| added.
1904    
1905     2007-05-19 Wakaba <[email protected]>
1906    
1907 wakaba 1.20 * tree-test-1.dat: Tests for |<iframe>|, |<noframes>|,
1908     and |<xmp>| are added.
1909    
1910     2007-05-19 Wakaba <[email protected]>
1911    
1912 wakaba 1.19 * content-model-1.dat: A content model conformance
1913     error was missing.
1914    
1915     * content-model-2.dat: Unsupported global attribute (prefixed
1916     attribute) test is added. Tests for many HTML5 elements
1917     are added.
1918    
1919     2007-05-19 Wakaba <[email protected]>
1920    
1921 wakaba 1.18 * content-model-2.dat: Tests for elements up to |progress|.
1922    
1923     2007-05-19 Wakaba <[email protected]>
1924    
1925 wakaba 1.17 * content-model-2.dat: Tests for global attributes, |html|, |head|,
1926     |base|, |meta|, and |style|.
1927    
1928     * ContentChecker.t: Support for |#data html| (HTML parsing
1929     mode).
1930    
1931     2007-05-19 Wakaba <[email protected]>
1932    
1933 wakaba 1.16 * content-model-2.dat: New test.
1934    
1935     * ContentChecker.t (@FILES): |content-model-2.dat| is added.
1936     (get_node_path): |ATTRIBUTE_NODE| support.
1937    
1938     * content-model-1.dat: New tests for unknown
1939     element in HTML namespace.
1940    
1941 wakaba 1.11 2007-05-13 Wakaba <[email protected]>
1942    
1943 wakaba 1.16 * ContentChecker.t (manakai_element_type_match): Removed.
1944 wakaba 1.15
1945     2007-05-13 Wakaba <[email protected]>
1946    
1947 wakaba 1.14 * content-model-1.dat: Tests for |a| content model are added.
1948     Tests for |legend| content model are added.
1949    
1950     2007-05-13 Wakaba <[email protected]>
1951    
1952 wakaba 1.13 * content-model-1.dat: Tests for |li| content model are added.
1953    
1954     2007-05-13 Wakaba <[email protected]>
1955    
1956 wakaba 1.12 * content-model-1.dat: Tests for |dd| content model are added.
1957     Tests for |em| content model (inline-level content
1958     or stricly inline-level content) are added.
1959     Tests for |dfn| content model are added.
1960    
1961     2007-05-13 Wakaba <[email protected]>
1962    
1963 wakaba 1.11 * content-model-1.dat: New test data.
1964    
1965     * ContentChecker.t: New test.
1966    
1967 wakaba 1.10 2007-05-05 Wakaba <[email protected]>
1968    
1969     * tree-test-1.dat: ins > p test and noscript in noscript test
1970     are added.
1971    
1972 wakaba 1.9 2007-05-03 Wakaba <[email protected]>
1973    
1974     * tokenizer-test-1.test: Incorrect DOCTYPE testa
1975     are added.
1976    
1977     * tree-test-1.dat: |innerHTML| tests are added.
1978    
1979     2007-05-03 Wakaba <[email protected]>
1980    
1981     * LICENSE: New document.
1982    
1983 wakaba 1.8 2007-05-02 Wakaba <[email protected]>
1984    
1985     * .cvsignore: Result files are added.
1986    
1987     * HTML-tree.t: Support for document fragment tests.
1988    
1989     * Makefile: Generate test result files.
1990    
1991     * tokenizer-test-1.test: A new test to ensure that
1992     characters after end tag are preserved in RCDATA or CDATA
1993     case.
1994    
1995 wakaba 1.6 2007-05-01 Wakaba <[email protected]>
1996    
1997 wakaba 1.7 * HTML-tree.t: Use new |What::HTML->parse_string| method
1998     so that this test don't have to know parser class's
1999     internals.
2000    
2001     * tree-test-1.dat: New tests for "(<head> stuffs) in body"
2002     and "(<head> stuffs) after body" are added.
2003    
2004     2007-05-01 Wakaba <[email protected]>
2005    
2006 wakaba 1.6 * HTML-tree.t: New test file is added. Sort key
2007     was incorrect.
2008    
2009     * HTML-tokenizer.t: New test file is added.
2010    
2011     * tokenizer-test-1.test, tree-test-1.dat: New tests.
2012    
2013 wakaba 1.3 2007-04-30 Wakaba <[email protected]>
2014    
2015 wakaba 1.5 * .cvsignore: |tree-consturction| is added.
2016    
2017     * HTML-tree.t: New test.
2018    
2019     * Makefile: Rules for tree constructor tests are added.
2020    
2021     2007-04-30 Wakaba <[email protected]>
2022    
2023 wakaba 1.4 * HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced
2024     by customized ones so that utf8 vs byte string handling
2025     cause no error. Set |$JSON::UTF8| flag on so
2026     that the |JSON| module turns the utf8 flag on.
2027     Support for the |contentModelFlags| and |lastStartTag|
2028     test props. Show the input as well as description
2029     when a test fails.
2030    
2031     2007-04-30 Wakaba <[email protected]>
2032    
2033 wakaba 1.3 * .cvsignore: New file.
2034    
2035     * Makefile: New file.
2036    
2037     * HTML-tokenizer.t: New test.
2038    
2039 wakaba 1.1 2007-04-24 Wakaba <[email protected]>
2040    
2041 wakaba 1.2 * ContentType.t: Remove some |my|s to avoid warnings.
2042    
2043     2007-04-24 Wakaba <[email protected]>
2044    
2045 wakaba 1.1 * ChangeLog: New file.
2046    
2047     * ContentType.t: New Perl test.
2048    
2049    

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24