/[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.219 by wakaba, Mon May 5 11:15:13 2008 UTC revision 1.312 by wakaba, Tue Oct 14 14:38:59 2008 UTC
# Line 1  Line 1 
1    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XML-Parser.t: "xml/texts-1.dat" added.
4    
5            * tokenizer-test-2.dat: Test for ]]> are added.
6    
7    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
8    
9            * tree-test-foreign.dat: More test data are added.
10    
11    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
12    
13            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
14            added.
15    
16    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
17    
18            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
19    
20    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
21    
22            * xml/: New directory.
23    
24            * Makefile: Tests for Whatpm::XML::Parser are added.
25    
26            * HTML-tree.t: Change the relative order of codes.
27    
28            * XML-Parser.t: New test script.
29    
30    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
31    
32            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
33    
34    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
35    
36            * tree-test-phrasing.dat: Wrong test results fixed.
37    
38            * tree-test-foreign.dat: New tests added.
39    
40            * testfiles.pl: "#..." line at the end of a test entry was not
41            supported.
42    
43            * HTML-tree.t: Show the "#data" content in "no #errors" error
44            message.
45    
46            * tokenizer-test-2.dat: A wrong test result fixed.
47    
48    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML-tree.t: Test result format for oreign element/attribute
51            names are updated to the latest one for html5lib tests.  Append a
52            newline to the expected result only when it is not an empty
53            string, for comparablity with the actual result.
54    
55            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
56            tree-test-3.dat: Test results for foreign elements are updated.
57    
58    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
61            format for html5lib tests.
62    
63            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
64            <!DOCTYPE> are updated.
65    
66    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML-tree.t: Test data file parser changed to the common one.
69    
70    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
71    
72            * tokenizer-test-2.dat: A test result was wrong.
73    
74    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
75    
76            * content-model-1.dat: Some entries moved to
77            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
78            dom-conformance/html-links-1.dat,
79            dom-conformance/html-objects-1.dat, and
80            dom-conformance/html-interactive-1.dat.
81    
82            * content-model-2.dat: Removed (moved to
83            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
84            dom-conformance/html-links-1.dat,
85            dom-conformance/html-objects-1.dat,
86            dom-conformance/html-interactive-1.dat, and
87            dom-conformance/html-flows-1.dat).
88    
89            * content-model-3.dat: Removed (moved to
90            dom-conformance/xml-global.dat).
91    
92            * content-model-4.dat: Removed (moved to
93            dom-conformance/html-texts-1.dat and
94            dom-conformance/html-links-1.dat).
95    
96            * content-model-5.dat: Removed (moved to
97            dom-conformance/html-flows-1.dat).
98    
99            * content-model-6.dat: Removed (moved to
100            dom-conformance/html-dataset.dat).
101    
102            * ContentChecker.t: References to the removed files removed and
103            references to new files added.
104    
105            * ContentChecker-XML.t: New script.
106    
107            * Makefile: Updated.
108    
109    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
110    
111            * content-model-2.dat: Repetition model test is moved to another
112            file.  A wrong test result fixed.  Broken test entries fixed.
113            <area rev> is now reported as "unknown attribute", since RDFa spec
114            adds that attribute to all elements with the Common attribute set.
115            Note that we have no plan to support RDFa, at the moment.
116    
117    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
118    
119            * ContentChecker.t: New files added.
120    
121            * content-model-1.dat, content-model-2.dat: Numbers of test
122            entries are moved to other files.
123    
124    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
125    
126            * content-model-1.dat, content-model-2.dat: Test results on
127            |label| contents fixed.
128    
129            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
130    
131            * dom-conformance/: New directory.
132    
133    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML-tree.t: New test files added.
136    
137            * Makefile: New test files added.
138    
139    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
140    
141            * tree-test-1.dat: Test results updated and new tests added on the
142            boundaries of Text nodes (HTML5 revision 2124).
143    
144    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
145    
146            * tree-test-form.dat: New test data file.
147    
148            * HTML-tree.t: |tree-test-form.dat| added.
149    
150            * tree-test-1.dat: Test results related to <option> and <optgroup>
151            are updated (cf. HTML5 revision 2128).
152    
153    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
154    
155            * tree-test-foreign.dat: New test data file.
156    
157            * HTML-tree.t: |tree-test-foreign.dat| added.
158    
159    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
160    
161            * tree-test-void.dat: Test on unmatched void end tag added (cf.
162            HTML5 revision 1731).
163    
164            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
165            revision 1731).
166    
167    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
168    
169            * tree-test-void.dat: Test on |param| and |source| start tags are
170            added, as well as test on polytheistic slashes for new void
171            elements (HTML5 revision 1731).
172    
173    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
174    
175            * tree-test-flow.dat: Test on implied end tag before <p> start tag
176            are added (HTML5 revision 1731).
177    
178    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
179    
180            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
181    
182            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
183            are added.
184    
185    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
186    
187            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
188    
189            * HTML-tree.t: |tree-test-void.dat| added.
190    
191            * tree-test-1.dat: Test on <listing> as a "special" element are
192            added.  Test on implied |option| and |optgroup| end tags are added
193            (cf. HTML5 revision 1731).
194    
195    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
196    
197            * tree-test-1.dat: Test related to "special", "formatting",
198            "scoping", and "phrasing" categories are added (cf. HTML5 revision
199            1778).
200    
201    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
202    
203            * ContentType.t: More test cases on BOM are added.  Some test
204            results updated according to HTML5 revision 1927.  Tests on the
205            returned values in the list context are added.
206    
207    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
208    
209            * content-model-2.dat: Test data on |for=""| attribute are added.
210    
211    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
212    
213            * tokenizer-test-1.test: Test data on invalid character references
214            are added (cf. HTML5 revision 2138).
215    
216            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
217            revision 2138).
218    
219    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
220    
221            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
222            revision 1932).
223    
224    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
225    
226            * content-model-2.dat: Test data for |form=""| are added.
227    
228    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
229    
230            * content-model-1.dat: Test data for |fieldset| |legend| are added.
231    
232    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
233    
234            * content-model-2.dat: Test data for |form| |name| are added.
235    
236    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
237    
238            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
239            Test data for U+000B are added (cf. HTML5 revision 1738).
240    
241    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
242    
243            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
244            1738).
245    
246            * tree-test-1.dat: Test results updated.  New test data for the
247            treatement of U+000B are added (HTML5 revision 1738).
248    
249    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
250    
251            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
252            revision 1738).
253    
254    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
255    
256            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
257            revision 1738).
258    
259    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
260    
261            * content-checker.pl: Remove dedicated parser and adopt
262            testfiles.pl parser.
263    
264            * content-model-1.dat, content-model-2.dat: Typo fixed.
265    
266    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
267    
268            * content-model-1.dat: Test data for interactive contents are
269            added (cf. HTML5 revision 2018).
270    
271    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
272    
273            * content-model-2.dat: Add test data for accept-charset=""
274            attributes.
275    
276    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
277    
278            * langtag-1.dat: More test data from RFC 4646 are added.
279    
280    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
281    
282            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
283            are added.
284    
285    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
286    
287            * LangTag.t: Completely rewritten using |testfiles.pl|.
288    
289            * testfiles.pl: New script.
290    
291            * langtag-1.dat: Tests for case are added.
292    
293    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
294    
295            * ContentChecker.t: Atom tests are moved to another file.
296    
297            * ContentChecker-Atom.t, LangTag.t: New test scripts.
298    
299            * Makefile: Updated to invoke new test scripts.
300    
301            * langtag-1.dat: New test data file.
302    
303    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
304    
305            * ContentChecker.t: Test engine moved to another script.
306    
307            * content-checker.pl: New script.
308    
309    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
310    
311            * content-model-1.dat: Test results are updated.
312    
313            * content-model-2.dat: Tests for style="" are added.
314    
315    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
316    
317            * css-text.dat: Test data for pre-wrap updated.
318    
319    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
320    
321            * css-visual.dat: New test data for Firefox3's new 'width'
322            values.
323    
324    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
325    
326            * content-model-2.dat: A test case for NCR in charset=""
327            is added.
328    
329    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
330    
331            * tokenizer-test-3.dat: New test for MSE is added.
332    
333    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
334    
335            * HTML-tree.t: tokenizer-test-3.dat added.
336    
337            * tokenizer-test-3.dat: New test data.
338    
339    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
340    
341            * content-model-1.dat, content-model-7.dat: |a| is now
342            transparent (HTML5 revision 1963).
343    
344    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
345    
346            * content-model-7.dat: Typo fixed.
347    
348            * content-model-6.dat: Test data for data-UPPERCASE (now
349            disallowed) are added (HTML5 revision 1945).
350    
351    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
352    
353            * content-model-1.dat: Test data for |XSLT-compat|
354            added (HTML5 revision 2141).  A redundant test
355            entry is removed.
356    
357            * HTML-tree.t: Support for should-level errors.
358    
359    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
360    
361            * content-model-1.dat: Form test data are added (cf. HTML5
362            revisions 2142-2155).
363    
364    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
365    
366            * content-model-1.dat, content-model-2.dat: |event-source|
367            is renamed as |eventsource| (HTML5 revision 1863).
368    
369    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
370    
371            * content-model-2.dat: Uppercase letters are not allowed
372            as embed custom attributes (HTML5 revision 1946).
373    
374    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
375    
376            * tree-test-1.dat: Test data for after after frameset
377            insertion mode are added (cf. HTML5 revision 1909).
378    
379    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
380    
381            * content-model-2.dat, content-model-6.dat: Custom
382            attributes on |embed| and |data-*| attributes must
383            be XML compatible (HTML5 revision 1836).
384    
385    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
386    
387            * content-model-2.dat: xmlns="" on HTML elements that are
388            not the root of the HTML subtree are now allowed (HTML5
389            revision 1834).
390    
391    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
392    
393            * content-model-2.dat: Alternate style sheet element must
394            have a non-empty title attribute (HTML5 revision 1942).
395    
396    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
397    
398            * content-model-2.dat: A test data for wrong spelling of |irrelevant|
399            is added.
400    
401    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
402    
403            * content-model-1.dat, content-model-2.dat: Test data
404            for the |bb| element are added (cf. HTML5 revision 1894).
405    
406            * content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5
407            revision 2119).
408    
409            * content-model-7.dat: New test file.
410    
411    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
412    
413            * content-model-2.dat: <embed> w/o src="" is conforming (HTML5
414            revision 1929).
415    
416    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
417    
418            * content-model-2.dat: @autosubmit dropped (HTML5
419            revision 2019).
420    
421    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
422    
423            * content-model-4.dat: Some test data for <time> are added (c.f.
424            HTML5 revision 2094).
425    
426    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
427    
428            * ContentType.t: Support for image/svg+xml (HTML revision 2096).
429    
430    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
431    
432            * tokenizer-test-1.dat: '"' and "'" at the end of attribute
433            name (after another attribute) now raise parse error (HTML5
434            revision 2123).  Empty unquoted attribute is no
435            longer allowed (HTML5 revision 2122).
436    
437            * HTML-tokenizer.t: Hash keys were not sorted when dumped.
438    
439    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
440    
441            * HTML-tree.dat: tree-test-3.dat added.
442    
443            * tree-test-3.dat: Test data for definitionURL="" are added (cf.
444            HTML5 revision 2130).
445    
446    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
447    
448            * content-model-1.dat, content-model-2.dat: Test data updated
449            and added for HTML5 revision 2062 and so on (@lang and @xml:lang).
450    
451    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
452    
453            * CSS-Parser.t: Updated for latest version of the
454            Whatpm::CSS::Parser module.
455    
456            * css-1.dat, css-2.dat, css-3.dat, css-4.dat,
457            css-font.dat, css-generated.dat, css-interactive.dat,
458            css-paged.dat, css-table.dat, css-text.dat, css-visual.dat:
459            Test results updated.
460    
461    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
462    
463            * ContentChecker.t: Updated for latest version of the
464            Whatpm::ContentChecker module.
465    
466            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
467            content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
468            content-model-atom-2.dat, content-model-atom-threading-1.dat,
469            table-1.dat: Results updated.
470    
471    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
472    
473            * URIChecker.t: Error results updated.
474    
475    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
476    
477            * URIChecker.t: Test results updated to new error type names.
478    
479    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
480    
481            * WebIDL.t: Test data files for exceptions, typedefs,
482            and valuetypes are added to the list.
483    
484    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
485    
486            * WebIDL.t ($onerror): |value| argument value should be
487            checked as well as other argument values.
488    
489    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
490    
491            * WebIDL.t: Check whether |text| argument of the error
492            is correct or not.
493    
494    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
495    
496            * WebIDL.t: New test script.
497    
498            * webidl/: New directory.
499    
500    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
501    
502            * content-model-1.dat, content-model-2.dat: Test data are
503            updated and added for <map name=""> and <map id=""> (HTML5
504            revisions 1722 and 1728).
505    
506    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
507    
508            * content-model-1.dat: Test data for ruby are added (HTML5 revision
509            1704).
510    
511    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
512    
513            * tree-test-1.dat: Test data added for ruby parsing (HTML5 revision
514            1704).
515    
516    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
517    
518            * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format.
519    
520    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
521    
522            * content-model-6.dat: "data-" attribute is no longer allowed (HTML5
523            revision 1709).
524    
525            * content-model-2.dat: Add tests for rel=contact (cf. HTML5
526            revision 1711).
527    
528    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
529    
530            * ContentType.t: Test result related to UTF-32 updated (HTML5
531            revision 1701).
532    
533    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
534    
535            * content-model-2.dat: Test data on sizes="" are added (HTML5
536            revision 1558).
537    
538    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
539    
540            * content-model-1.dat: Test data on <datagrid> content model
541            are added (cf. HTML5 revision 1566).  Empty |datagrid| elements
542            are no longer in error.
543    
544    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
545    
546            * tree-test-1.dat: Test data on <noframes> are added (HTML5 revision
547            1692).
548    
549    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
550    
551            * tree-test-1.dat: Test data on <isindex/> are added (HTML5
552            revision 1697).
553    
554    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
555    
556            * tree-test-1.dat: Test data on EOF in foreign content insertion
557            mode are added (HTML5 revision 1693).  Test data on SVG camelCase
558            attributes are added (HTML5 revision 1700).  Test data on <textarea>
559            in <select> are added (HTML5 revision 1699).  Test data on HTML start
560            tags in foreign content insertion mode are added (HTML5 revision
561            1698).
562    
563            * content-model-1.dat, content-model-2.dat: Update test
564            results for <style> and <script>.
565    
566    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
567    
568            * content-model-2.dat: Test data on sandbox="" and seemless=""
569            are added (cf. HTML5 revision 1637 and 1643).
570    
571    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
572    
573            * ContentType.t: A fictional test data for image/vnd.microsoft.icon
574            are added (cf. HTML5 revision 1676).
575    
576    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
577    
578            * tokenizer-test-2.dat: New test data on truncated doctypes (c.f.
579            HTML5 revision 1685).
580    
581    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
582    
583            * tokenizer-test-1.test: New test data on EOF in tags are added
584            to cover changes in HTML5 revision 1684.
585    
586    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
587    
588            * tree-test-1.dat: Test data related to changes in HTML5
589            revision 1686 are added.
590    
591    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
592    
593            * content-model-2.dat: Test data for charset="" attribute
594            are added.
595    
596    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
597    
598            * content-model-2.dat: Test data for pixeldata="" attribute
599            are added (HTML5 revision 1629).
600    
601    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
602    
603            * content-model-2.dat: Boolean attributes now allow uppercase
604            letters (HTML5 revision 1572).
605    
606    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
607    
608            * content-model-2.dat: Test data for td/@headers are added.
609    
610  2008-05-05  Wakaba  <wakaba@suika.fam.cx>  2008-05-05  Wakaba  <wakaba@suika.fam.cx>
611    
612          * content-model-2.dat: Test data for table/@cellpadding,          * content-model-2.dat: Test data for table/@cellpadding,

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.312

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24