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

Legend:
Removed from v.1.261  
changed lines
  Added in v.1.365

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24