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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24