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

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.313

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24