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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24