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

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.318

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24