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

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.309

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24