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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24