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

Diff of /markup/html/whatpm/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.190 by wakaba, Thu Mar 20 05:59:55 2008 UTC revision 1.330 by wakaba, Sat Dec 6 12:20:08 2008 UTC
# Line 1  Line 1 
1    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
4    
5    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
6    
7            * content-checker.pl: Use new XML parser for parsing test data.
8            Use NanoDOM instead of manakai DOM implementation.
9    
10    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
11    
12            * SWML-Parser.t: New test data files added.
13    
14    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
15    
16            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
17    
18    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
19    
20            * Makefile: A rule for SWML testing is added.
21    
22            * SWML-Parser.t: New file.
23    
24            * swml/: New directory.
25    
26    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
27    
28            * XML-Parser.t: "xml/attrs-2.dat" added.
29    
30    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
31    
32            * XML-Parser.t: "xml/entrefs-2.dat" added.
33    
34    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
35    
36            * XML-Parser.t: "xml/entrefs-1.dat" added.
37    
38    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
39    
40            * XML-Parser.t: "xml/eldecls-1.dat" added.
41    
42    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
43    
44            * XML-Parser.t: Typo fixed.
45    
46    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
47    
48            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
49            added.  Support for the "#entities" directive.
50    
51    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
52    
53            * XML-Parser.t: "xml/notations-1.dat" added.
54    
55    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
56    
57            * XML-Parser.t: "xml/attlists-1.dat" added.
58    
59    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
60    
61            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
62    
63    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
64    
65            * XML-Parser.t: "xml/doctypes-2.dat" added.
66    
67            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
68    
69    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
70    
71            * XML-Parser.t: "xml/ns-elements-1.dat" added.
72    
73    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
74    
75            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
76            Test directifes "#xml-version", "#xml-encoding", and
77            "#xml-standalone" are added.
78    
79    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
80    
81            * XML-Parser.t: "xml/charref-1.dat" added.
82    
83    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
84    
85            * XML-Parser.t: "xml/texts-1.dat" added.
86    
87            * tokenizer-test-2.dat: Test for ]]> are added.
88    
89    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
90    
91            * tree-test-foreign.dat: More test data are added.
92    
93    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
94    
95            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
96            added.
97    
98    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
99    
100            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
101    
102    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
103    
104            * xml/: New directory.
105    
106            * Makefile: Tests for Whatpm::XML::Parser are added.
107    
108            * HTML-tree.t: Change the relative order of codes.
109    
110            * XML-Parser.t: New test script.
111    
112    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
113    
114            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
115    
116    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
117    
118            * tree-test-phrasing.dat: Wrong test results fixed.
119    
120            * tree-test-foreign.dat: New tests added.
121    
122            * testfiles.pl: "#..." line at the end of a test entry was not
123            supported.
124    
125            * HTML-tree.t: Show the "#data" content in "no #errors" error
126            message.
127    
128            * tokenizer-test-2.dat: A wrong test result fixed.
129    
130    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML-tree.t: Test result format for oreign element/attribute
133            names are updated to the latest one for html5lib tests.  Append a
134            newline to the expected result only when it is not an empty
135            string, for comparablity with the actual result.
136    
137            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
138            tree-test-3.dat: Test results for foreign elements are updated.
139    
140    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
141    
142            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
143            format for html5lib tests.
144    
145            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
146            <!DOCTYPE> are updated.
147    
148    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML-tree.t: Test data file parser changed to the common one.
151    
152    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
153    
154            * tokenizer-test-2.dat: A test result was wrong.
155    
156    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
157    
158            * content-model-1.dat: Some entries moved to
159            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
160            dom-conformance/html-links-1.dat,
161            dom-conformance/html-objects-1.dat, and
162            dom-conformance/html-interactive-1.dat.
163    
164            * content-model-2.dat: Removed (moved to
165            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
166            dom-conformance/html-links-1.dat,
167            dom-conformance/html-objects-1.dat,
168            dom-conformance/html-interactive-1.dat, and
169            dom-conformance/html-flows-1.dat).
170    
171            * content-model-3.dat: Removed (moved to
172            dom-conformance/xml-global.dat).
173    
174            * content-model-4.dat: Removed (moved to
175            dom-conformance/html-texts-1.dat and
176            dom-conformance/html-links-1.dat).
177    
178            * content-model-5.dat: Removed (moved to
179            dom-conformance/html-flows-1.dat).
180    
181            * content-model-6.dat: Removed (moved to
182            dom-conformance/html-dataset.dat).
183    
184            * ContentChecker.t: References to the removed files removed and
185            references to new files added.
186    
187            * ContentChecker-XML.t: New script.
188    
189            * Makefile: Updated.
190    
191    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
192    
193            * content-model-2.dat: Repetition model test is moved to another
194            file.  A wrong test result fixed.  Broken test entries fixed.
195            <area rev> is now reported as "unknown attribute", since RDFa spec
196            adds that attribute to all elements with the Common attribute set.
197            Note that we have no plan to support RDFa, at the moment.
198    
199    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
200    
201            * ContentChecker.t: New files added.
202    
203            * content-model-1.dat, content-model-2.dat: Numbers of test
204            entries are moved to other files.
205    
206    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
207    
208            * content-model-1.dat, content-model-2.dat: Test results on
209            |label| contents fixed.
210    
211            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
212    
213            * dom-conformance/: New directory.
214    
215    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
216    
217            * HTML-tree.t: New test files added.
218    
219            * Makefile: New test files added.
220    
221    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
222    
223            * tree-test-1.dat: Test results updated and new tests added on the
224            boundaries of Text nodes (HTML5 revision 2124).
225    
226    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
227    
228            * tree-test-form.dat: New test data file.
229    
230            * HTML-tree.t: |tree-test-form.dat| added.
231    
232            * tree-test-1.dat: Test results related to <option> and <optgroup>
233            are updated (cf. HTML5 revision 2128).
234    
235    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
236    
237            * tree-test-foreign.dat: New test data file.
238    
239            * HTML-tree.t: |tree-test-foreign.dat| added.
240    
241    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
242    
243            * tree-test-void.dat: Test on unmatched void end tag added (cf.
244            HTML5 revision 1731).
245    
246            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
247            revision 1731).
248    
249    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
250    
251            * tree-test-void.dat: Test on |param| and |source| start tags are
252            added, as well as test on polytheistic slashes for new void
253            elements (HTML5 revision 1731).
254    
255    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
256    
257            * tree-test-flow.dat: Test on implied end tag before <p> start tag
258            are added (HTML5 revision 1731).
259    
260    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
261    
262            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
263    
264            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
265            are added.
266    
267    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
268    
269            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
270    
271            * HTML-tree.t: |tree-test-void.dat| added.
272    
273            * tree-test-1.dat: Test on <listing> as a "special" element are
274            added.  Test on implied |option| and |optgroup| end tags are added
275            (cf. HTML5 revision 1731).
276    
277    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
278    
279            * tree-test-1.dat: Test related to "special", "formatting",
280            "scoping", and "phrasing" categories are added (cf. HTML5 revision
281            1778).
282    
283    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
284    
285            * ContentType.t: More test cases on BOM are added.  Some test
286            results updated according to HTML5 revision 1927.  Tests on the
287            returned values in the list context are added.
288    
289    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
290    
291            * content-model-2.dat: Test data on |for=""| attribute are added.
292    
293    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
294    
295            * tokenizer-test-1.test: Test data on invalid character references
296            are added (cf. HTML5 revision 2138).
297    
298            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
299            revision 2138).
300    
301    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
302    
303            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
304            revision 1932).
305    
306    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
307    
308            * content-model-2.dat: Test data for |form=""| are added.
309    
310    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
311    
312            * content-model-1.dat: Test data for |fieldset| |legend| are added.
313    
314    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
315    
316            * content-model-2.dat: Test data for |form| |name| are added.
317    
318    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
319    
320            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
321            Test data for U+000B are added (cf. HTML5 revision 1738).
322    
323    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
324    
325            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
326            1738).
327    
328            * tree-test-1.dat: Test results updated.  New test data for the
329            treatement of U+000B are added (HTML5 revision 1738).
330    
331    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
332    
333            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
334            revision 1738).
335    
336    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
337    
338            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
339            revision 1738).
340    
341    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
342    
343            * content-checker.pl: Remove dedicated parser and adopt
344            testfiles.pl parser.
345    
346            * content-model-1.dat, content-model-2.dat: Typo fixed.
347    
348    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
349    
350            * content-model-1.dat: Test data for interactive contents are
351            added (cf. HTML5 revision 2018).
352    
353    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
354    
355            * content-model-2.dat: Add test data for accept-charset=""
356            attributes.
357    
358    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
359    
360            * langtag-1.dat: More test data from RFC 4646 are added.
361    
362    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
363    
364            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
365            are added.
366    
367    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
368    
369            * LangTag.t: Completely rewritten using |testfiles.pl|.
370    
371            * testfiles.pl: New script.
372    
373            * langtag-1.dat: Tests for case are added.
374    
375    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
376    
377            * ContentChecker.t: Atom tests are moved to another file.
378    
379            * ContentChecker-Atom.t, LangTag.t: New test scripts.
380    
381            * Makefile: Updated to invoke new test scripts.
382    
383            * langtag-1.dat: New test data file.
384    
385    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
386    
387            * ContentChecker.t: Test engine moved to another script.
388    
389            * content-checker.pl: New script.
390    
391    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
392    
393            * content-model-1.dat: Test results are updated.
394    
395            * content-model-2.dat: Tests for style="" are added.
396    
397    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
398    
399            * css-text.dat: Test data for pre-wrap updated.
400    
401    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
402    
403            * css-visual.dat: New test data for Firefox3's new 'width'
404            values.
405    
406    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
407    
408            * content-model-2.dat: A test case for NCR in charset=""
409            is added.
410    
411    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
412    
413            * tokenizer-test-3.dat: New test for MSE is added.
414    
415    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
416    
417            * HTML-tree.t: tokenizer-test-3.dat added.
418    
419            * tokenizer-test-3.dat: New test data.
420    
421    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
422    
423            * content-model-1.dat, content-model-7.dat: |a| is now
424            transparent (HTML5 revision 1963).
425    
426    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
427    
428            * content-model-7.dat: Typo fixed.
429    
430            * content-model-6.dat: Test data for data-UPPERCASE (now
431            disallowed) are added (HTML5 revision 1945).
432    
433    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
434    
435            * content-model-1.dat: Test data for |XSLT-compat|
436            added (HTML5 revision 2141).  A redundant test
437            entry is removed.
438    
439            * HTML-tree.t: Support for should-level errors.
440    
441    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
442    
443            * content-model-1.dat: Form test data are added (cf. HTML5
444            revisions 2142-2155).
445    
446    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
447    
448            * content-model-1.dat, content-model-2.dat: |event-source|
449            is renamed as |eventsource| (HTML5 revision 1863).
450    
451    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
452    
453            * content-model-2.dat: Uppercase letters are not allowed
454            as embed custom attributes (HTML5 revision 1946).
455    
456    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
457    
458            * tree-test-1.dat: Test data for after after frameset
459            insertion mode are added (cf. HTML5 revision 1909).
460    
461    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
462    
463            * content-model-2.dat, content-model-6.dat: Custom
464            attributes on |embed| and |data-*| attributes must
465            be XML compatible (HTML5 revision 1836).
466    
467    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
468    
469            * content-model-2.dat: xmlns="" on HTML elements that are
470            not the root of the HTML subtree are now allowed (HTML5
471            revision 1834).
472    
473    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
474    
475            * content-model-2.dat: Alternate style sheet element must
476            have a non-empty title attribute (HTML5 revision 1942).
477    
478    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
479    
480            * content-model-2.dat: A test data for wrong spelling of |irrelevant|
481            is added.
482    
483    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
484    
485            * content-model-1.dat, content-model-2.dat: Test data
486            for the |bb| element are added (cf. HTML5 revision 1894).
487    
488            * content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5
489            revision 2119).
490    
491            * content-model-7.dat: New test file.
492    
493    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
494    
495            * content-model-2.dat: <embed> w/o src="" is conforming (HTML5
496            revision 1929).
497    
498    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
499    
500            * content-model-2.dat: @autosubmit dropped (HTML5
501            revision 2019).
502    
503    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
504    
505            * content-model-4.dat: Some test data for <time> are added (c.f.
506            HTML5 revision 2094).
507    
508    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
509    
510            * ContentType.t: Support for image/svg+xml (HTML revision 2096).
511    
512    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
513    
514            * tokenizer-test-1.dat: '"' and "'" at the end of attribute
515            name (after another attribute) now raise parse error (HTML5
516            revision 2123).  Empty unquoted attribute is no
517            longer allowed (HTML5 revision 2122).
518    
519            * HTML-tokenizer.t: Hash keys were not sorted when dumped.
520    
521    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
522    
523            * HTML-tree.dat: tree-test-3.dat added.
524    
525            * tree-test-3.dat: Test data for definitionURL="" are added (cf.
526            HTML5 revision 2130).
527    
528    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
529    
530            * content-model-1.dat, content-model-2.dat: Test data updated
531            and added for HTML5 revision 2062 and so on (@lang and @xml:lang).
532    
533    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
534    
535            * CSS-Parser.t: Updated for latest version of the
536            Whatpm::CSS::Parser module.
537    
538            * css-1.dat, css-2.dat, css-3.dat, css-4.dat,
539            css-font.dat, css-generated.dat, css-interactive.dat,
540            css-paged.dat, css-table.dat, css-text.dat, css-visual.dat:
541            Test results updated.
542    
543    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
544    
545            * ContentChecker.t: Updated for latest version of the
546            Whatpm::ContentChecker module.
547    
548            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
549            content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
550            content-model-atom-2.dat, content-model-atom-threading-1.dat,
551            table-1.dat: Results updated.
552    
553    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
554    
555            * URIChecker.t: Error results updated.
556    
557    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
558    
559            * URIChecker.t: Test results updated to new error type names.
560    
561    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
562    
563            * WebIDL.t: Test data files for exceptions, typedefs,
564            and valuetypes are added to the list.
565    
566    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
567    
568            * WebIDL.t ($onerror): |value| argument value should be
569            checked as well as other argument values.
570    
571    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
572    
573            * WebIDL.t: Check whether |text| argument of the error
574            is correct or not.
575    
576    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
577    
578            * WebIDL.t: New test script.
579    
580            * webidl/: New directory.
581    
582    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
583    
584            * content-model-1.dat, content-model-2.dat: Test data are
585            updated and added for <map name=""> and <map id=""> (HTML5
586            revisions 1722 and 1728).
587    
588    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
589    
590            * content-model-1.dat: Test data for ruby are added (HTML5 revision
591            1704).
592    
593    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
594    
595            * tree-test-1.dat: Test data added for ruby parsing (HTML5 revision
596            1704).
597    
598    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
599    
600            * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format.
601    
602    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
603    
604            * content-model-6.dat: "data-" attribute is no longer allowed (HTML5
605            revision 1709).
606    
607            * content-model-2.dat: Add tests for rel=contact (cf. HTML5
608            revision 1711).
609    
610    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
611    
612            * ContentType.t: Test result related to UTF-32 updated (HTML5
613            revision 1701).
614    
615    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
616    
617            * content-model-2.dat: Test data on sizes="" are added (HTML5
618            revision 1558).
619    
620    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
621    
622            * content-model-1.dat: Test data on <datagrid> content model
623            are added (cf. HTML5 revision 1566).  Empty |datagrid| elements
624            are no longer in error.
625    
626    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
627    
628            * tree-test-1.dat: Test data on <noframes> are added (HTML5 revision
629            1692).
630    
631    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
632    
633            * tree-test-1.dat: Test data on <isindex/> are added (HTML5
634            revision 1697).
635    
636    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
637    
638            * tree-test-1.dat: Test data on EOF in foreign content insertion
639            mode are added (HTML5 revision 1693).  Test data on SVG camelCase
640            attributes are added (HTML5 revision 1700).  Test data on <textarea>
641            in <select> are added (HTML5 revision 1699).  Test data on HTML start
642            tags in foreign content insertion mode are added (HTML5 revision
643            1698).
644    
645            * content-model-1.dat, content-model-2.dat: Update test
646            results for <style> and <script>.
647    
648    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
649    
650            * content-model-2.dat: Test data on sandbox="" and seemless=""
651            are added (cf. HTML5 revision 1637 and 1643).
652    
653    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
654    
655            * ContentType.t: A fictional test data for image/vnd.microsoft.icon
656            are added (cf. HTML5 revision 1676).
657    
658    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
659    
660            * tokenizer-test-2.dat: New test data on truncated doctypes (c.f.
661            HTML5 revision 1685).
662    
663    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
664    
665            * tokenizer-test-1.test: New test data on EOF in tags are added
666            to cover changes in HTML5 revision 1684.
667    
668    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
669    
670            * tree-test-1.dat: Test data related to changes in HTML5
671            revision 1686 are added.
672    
673    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
674    
675            * content-model-2.dat: Test data for charset="" attribute
676            are added.
677    
678    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
679    
680            * content-model-2.dat: Test data for pixeldata="" attribute
681            are added (HTML5 revision 1629).
682    
683    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
684    
685            * content-model-2.dat: Boolean attributes now allow uppercase
686            letters (HTML5 revision 1572).
687    
688    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
689    
690            * content-model-2.dat: Test data for td/@headers are added.
691    
692    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
693    
694            * content-model-2.dat: Test data for table/@cellpadding,
695            table/@cellspacing, @charoff, and script/@langauge are added.
696    
697    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
698    
699            * content-model-1.dat, content-model-2.dat: New test data
700            for meta refresh; some test results updated.  Duplicate
701            meta http-equiv="" are now non-conforming.
702    
703    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
704    
705            * table-1.dat: Test data updated and some new test data
706            added for new requirements (HTML5 revisions 1387 and 1388).
707    
708    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
709    
710            * ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding
711            are no longer safe; test data for them are added (HTML5 revision 1288).
712    
713    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
714    
715            * ContentType.t: Test data of HTML with BOM are added (c.f.
716            HTML5 revision 1282).
717    
718    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
719    
720            * content-model-2.dat: Test data for repeat* global attributes
721            are added.
722    
723    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
724    
725            * content-model-2.dat: Test data for |repeat-max=""|
726            and |repeat-start=""| attributes are added.
727    
728    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
729    
730            * content-model-2.dat: Test data for repetition template attributes
731            are added.
732    
733    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
734    
735            * content-model-2.dat: Test data for data template attributes are
736            added.
737    
738    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
739    
740            * content-model-1.dat: Test data for <font> context are added.
741    
742    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
743    
744            * content-model-4.dat: Terms no longer have to be unique (HTML5
745            revision 1467).
746    
747            * content-model-2.dat: Tests for |onstorage| attribute
748            are added (HTML5 revision 1495).  Fix test results
749            for unknown elements and attributes in the HTML namespace.
750    
751    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
752    
753            * content-model-1.dat, content-model-2.dat: Test results
754            related to browsing context name or keyword are revised
755            and added (HTML5 revision 1470 and 1471).
756    
757    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
758    
759            * HTML-tokenizer.t: Raise a parse error if there are disallowed
760            character (for compatibility with existing html5lib test data).
761    
762            * tokenizer-test-1.test: Some test results are updated with
763            regard to parse errors on disallowed characters.
764    
765            * tokenizer-test-2.dat: Test data for disallowed characters
766            are added (HTML5 revision 1263).
767    
768    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
769    
770            * HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib
771            new test files.
772    
773    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
774    
775            * content-model-2.dat: Test data updated and added for
776            global |xmlns| attributes (HTML5 revision 1426).
777    
778    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
779    
780            * HTML-tokenizer.t: Remove "self-closing flag" if the start
781            tag token is that of a slash permitted element (This is necessary
782            to maintain compatibility with current test data, since in the
783            new algorithm whether slash is permitted or not is decided in
784            tree construction stage).
785    
786    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
787    
788            * content-model-6.dat: New test data file.  Test data for
789            HTML custom data attributes (HTML5 revision 1399) are added.
790    
791            * ContentChecker.t: New test file |content-model-6.dat| is added.
792    
793    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
794    
795            * content-model-1.dat, content-model-2.dat: s/prose/flow/g.
796    
797    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
798    
799            * content-model-2.dat: Test data on |rev| attribute are added.
800    
801    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
802    
803            * content-model-2.dat: Some test results were wrong.
804    
805    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
806    
807            * content-model-2.dat: Test data on more HTML4 attributes
808            are added.
809    
810    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
811    
812            * content-model-2.dat: Test data on more HTML4 attributes
813            are added.
814    
815    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
816    
817            * content-model-2.dat: Test data on numbers of HTML4 deprecated
818            attributes are added.
819    
820    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
821    
822            * content-model-2.dat: Test data on |@profile| and |@version| are
823            added.
824    
825    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
826    
827            * content-model-1.dat: Now we support RDF.
828    
829            * content-model-2.dat: Test data on |@accesskey| attribute
830            are added.
831    
832    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
833    
834            * tokenizer-test-2.dat: A test from #whatwg is added.
835    
836    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
837    
838            * content-model-atom-1.dat: New test data are added.
839    
840            * content-model-atom-2.dat: New test data are
841            added from Atom test suite.
842    
843    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
844    
845            * content-model-atom-threading-1.dat: New test data
846            on |thr:total| element are added
847    
848    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
849    
850            * ContentChecker.t: |content-model-atom-threading-1.dat|
851            added.
852    
853            * content-model-atom-threading-1.dat: New test file.
854    
855    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
856    
857            * ContentCheker.t: Replace dummy error type for subdoc
858            checking invocations to ";SUBDOC".
859    
860            * content-model-1.dat, content-model-2.dat: Test
861            results revised to support the aforementioned change.
862    
863            * content-model-atom-1.dat: Test results revised
864            so that |type=html| in Text construct is now
865            tested whether the subdoc code is invoked.
866    
867    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
868    
869            * content-model-atom-1.dat: Test data on cases of
870            missing |atom:summary| in |atom:entry| are added.
871    
872    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
873    
874            * content-model-1.dat: Some test results were incorrect, again... orz
875    
876    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
877    
878            * content-model-1.dat: Some test results are fixed.
879    
880            * content-model-atom-1.dat: Some test results are fixed.
881            Test data for |atom:author| for |atom:feed| are added.
882    
883    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
884    
885            * content-model-atom-1.dat: Test data for |atom:author|
886            for |atom:feed| are added.
887    
888  2008-03-20  Wakaba  <wakaba@suika.fam.cx>  2008-03-20  Wakaba  <wakaba@suika.fam.cx>
889    
890          * content-model-1.dat: Some test results related on |atom:entry|          * content-model-1.dat: Some test results related on |atom:entry|

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.330

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24