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

Legend:
Removed from v.1.252  
changed lines
  Added in v.1.329

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24