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

Legend:
Removed from v.1.253  
changed lines
  Added in v.1.331

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24