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

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.311

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24