/[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.282 by wakaba, Sun Sep 21 10:40:49 2008 UTC revision 1.348 by wakaba, Sun Aug 16 06:26:14 2009 UTC
# Line 1  Line 1 
1    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-form.dat: Added tests for <script> elements in
4            <select> and <select> in <table> (HTML5 revision 2500).
5    
6    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
7    
8            * tokenizer-test-1.test: "<" in attribute names are now parse
9            errors (HTML5 revision 3354).
10    
11    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
12    
13            * tree-test-1.dat: Changed test results for </br> in the after
14            head parsing mode (HTML5 revision 2586).
15    
16    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
17    
18            * tree-test-foreign.dat: Added tests for <font> in SVG (cf. HTML5
19            revision 2590).
20    
21    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
22    
23            * tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat,
24            tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat,
25            tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat:
26            DOCTYPE names are now normalized to its lowercased form (HTML5
27            revision 2502).
28    
29    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
30    
31            * tree-test-form.dat: Added test cases for <select> in "in select"
32            parsing modes.
33    
34    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
35    
36            * tree-test-foreign.dat: Added xmlns:xlink test cases (cf. HTML5
37            revision 2701).
38    
39    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
40    
41            * tree-test-2.dat: Fixed some wrong test results.
42    
43            * tree-test-form.dat, tree-test-phrasing.dat: Tests on </body>
44            after start tags of end-tag-optional element (cf. HTML5 revision
45            2806).
46    
47    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
48    
49            * tree-test-1.dat: Added tests for <table> in <p> (c.f. HTML5
50            revision 3132).
51    
52    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
53    
54            * tokenizer-test-1.test: Updated the result (c.f. HTML5 revision
55            3121).
56    
57    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
58            
59            * tree-test-1.dat: Added test on <keygen> in <select> (c.f. HTML5
60            revision 3163).
61    
62    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
63    
64            * tokenizer-test-1.test: < in unquoted attribute value is no
65            longer allowed (HTML5 revision 3206).
66    
67    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
68    
69            * tree-test-1.dat, tree-test-flow.dat: Updated test results on
70            isindex (c.f. HTML5 revision 3236).
71    
72    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
73    
74            * ContentChecker.t: Added new test data file.
75    
76    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
77    
78            * content-model-7.dat: Added an example from HTML5 spec.
79    
80    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
81    
82            * ContentChecker.t: Added new test data file.
83    
84    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
85    
86            * ContentChecker.t: Added new test data file.
87    
88    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
89    
90            * ContentChecker.t: Added new test data file.
91    
92    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
93    
94            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
95    
96    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
97    
98            * content-checker.pl: Use new XML parser for parsing test data.
99            Use NanoDOM instead of manakai DOM implementation.
100    
101    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
102    
103            * SWML-Parser.t: New test data files added.
104    
105    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
106    
107            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
108    
109    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
110    
111            * Makefile: A rule for SWML testing is added.
112    
113            * SWML-Parser.t: New file.
114    
115            * swml/: New directory.
116    
117    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
118    
119            * XML-Parser.t: "xml/attrs-2.dat" added.
120    
121    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
122    
123            * XML-Parser.t: "xml/entrefs-2.dat" added.
124    
125    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
126    
127            * XML-Parser.t: "xml/entrefs-1.dat" added.
128    
129    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
130    
131            * XML-Parser.t: "xml/eldecls-1.dat" added.
132    
133    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
134    
135            * XML-Parser.t: Typo fixed.
136    
137    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
138    
139            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
140            added.  Support for the "#entities" directive.
141    
142    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
143    
144            * XML-Parser.t: "xml/notations-1.dat" added.
145    
146    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
147    
148            * XML-Parser.t: "xml/attlists-1.dat" added.
149    
150    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
151    
152            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
153    
154    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
155    
156            * XML-Parser.t: "xml/doctypes-2.dat" added.
157    
158            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
159    
160    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
161    
162            * XML-Parser.t: "xml/ns-elements-1.dat" added.
163    
164    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
165    
166            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
167            Test directifes "#xml-version", "#xml-encoding", and
168            "#xml-standalone" are added.
169    
170    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
171    
172            * XML-Parser.t: "xml/charref-1.dat" added.
173    
174    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
175    
176            * XML-Parser.t: "xml/texts-1.dat" added.
177    
178            * tokenizer-test-2.dat: Test for ]]> are added.
179    
180    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
181    
182            * tree-test-foreign.dat: More test data are added.
183    
184    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
185    
186            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
187            added.
188    
189    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
190    
191            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
192    
193    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
194    
195            * xml/: New directory.
196    
197            * Makefile: Tests for Whatpm::XML::Parser are added.
198    
199            * HTML-tree.t: Change the relative order of codes.
200    
201            * XML-Parser.t: New test script.
202    
203    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
204    
205            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
206    
207    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
208    
209            * tree-test-phrasing.dat: Wrong test results fixed.
210    
211            * tree-test-foreign.dat: New tests added.
212    
213            * testfiles.pl: "#..." line at the end of a test entry was not
214            supported.
215    
216            * HTML-tree.t: Show the "#data" content in "no #errors" error
217            message.
218    
219            * tokenizer-test-2.dat: A wrong test result fixed.
220    
221    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
222    
223            * HTML-tree.t: Test result format for oreign element/attribute
224            names are updated to the latest one for html5lib tests.  Append a
225            newline to the expected result only when it is not an empty
226            string, for comparablity with the actual result.
227    
228            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
229            tree-test-3.dat: Test results for foreign elements are updated.
230    
231    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
232    
233            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
234            format for html5lib tests.
235    
236            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
237            <!DOCTYPE> are updated.
238    
239    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
240    
241            * HTML-tree.t: Test data file parser changed to the common one.
242    
243    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
244    
245            * tokenizer-test-2.dat: A test result was wrong.
246    
247    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
248    
249            * content-model-1.dat: Some entries moved to
250            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
251            dom-conformance/html-links-1.dat,
252            dom-conformance/html-objects-1.dat, and
253            dom-conformance/html-interactive-1.dat.
254    
255            * content-model-2.dat: Removed (moved to
256            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
257            dom-conformance/html-links-1.dat,
258            dom-conformance/html-objects-1.dat,
259            dom-conformance/html-interactive-1.dat, and
260            dom-conformance/html-flows-1.dat).
261    
262            * content-model-3.dat: Removed (moved to
263            dom-conformance/xml-global.dat).
264    
265            * content-model-4.dat: Removed (moved to
266            dom-conformance/html-texts-1.dat and
267            dom-conformance/html-links-1.dat).
268    
269            * content-model-5.dat: Removed (moved to
270            dom-conformance/html-flows-1.dat).
271    
272            * content-model-6.dat: Removed (moved to
273            dom-conformance/html-dataset.dat).
274    
275            * ContentChecker.t: References to the removed files removed and
276            references to new files added.
277    
278            * ContentChecker-XML.t: New script.
279    
280            * Makefile: Updated.
281    
282    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
283    
284            * content-model-2.dat: Repetition model test is moved to another
285            file.  A wrong test result fixed.  Broken test entries fixed.
286            <area rev> is now reported as "unknown attribute", since RDFa spec
287            adds that attribute to all elements with the Common attribute set.
288            Note that we have no plan to support RDFa, at the moment.
289    
290    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
291    
292            * ContentChecker.t: New files added.
293    
294            * content-model-1.dat, content-model-2.dat: Numbers of test
295            entries are moved to other files.
296    
297    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
298    
299            * content-model-1.dat, content-model-2.dat: Test results on
300            |label| contents fixed.
301    
302            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
303    
304            * dom-conformance/: New directory.
305    
306    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
307    
308            * HTML-tree.t: New test files added.
309    
310            * Makefile: New test files added.
311    
312    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
313    
314            * tree-test-1.dat: Test results updated and new tests added on the
315            boundaries of Text nodes (HTML5 revision 2124).
316    
317    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
318    
319            * tree-test-form.dat: New test data file.
320    
321            * HTML-tree.t: |tree-test-form.dat| added.
322    
323            * tree-test-1.dat: Test results related to <option> and <optgroup>
324            are updated (cf. HTML5 revision 2128).
325    
326    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
327    
328            * tree-test-foreign.dat: New test data file.
329    
330            * HTML-tree.t: |tree-test-foreign.dat| added.
331    
332    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
333    
334            * tree-test-void.dat: Test on unmatched void end tag added (cf.
335            HTML5 revision 1731).
336    
337            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
338            revision 1731).
339    
340    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
341    
342            * tree-test-void.dat: Test on |param| and |source| start tags are
343            added, as well as test on polytheistic slashes for new void
344            elements (HTML5 revision 1731).
345    
346    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
347    
348            * tree-test-flow.dat: Test on implied end tag before <p> start tag
349            are added (HTML5 revision 1731).
350    
351    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
352    
353            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
354    
355            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
356            are added.
357    
358    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
359    
360            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
361    
362            * HTML-tree.t: |tree-test-void.dat| added.
363    
364            * tree-test-1.dat: Test on <listing> as a "special" element are
365            added.  Test on implied |option| and |optgroup| end tags are added
366            (cf. HTML5 revision 1731).
367    
368    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
369    
370            * tree-test-1.dat: Test related to "special", "formatting",
371            "scoping", and "phrasing" categories are added (cf. HTML5 revision
372            1778).
373    
374    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
375    
376            * ContentType.t: More test cases on BOM are added.  Some test
377            results updated according to HTML5 revision 1927.  Tests on the
378            returned values in the list context are added.
379    
380    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
381    
382            * content-model-2.dat: Test data on |for=""| attribute are added.
383    
384    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
385    
386            * tokenizer-test-1.test: Test data on invalid character references
387            are added (cf. HTML5 revision 2138).
388    
389            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
390            revision 2138).
391    
392    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
393    
394            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
395            revision 1932).
396    
397    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
398    
399            * content-model-2.dat: Test data for |form=""| are added.
400    
401  2008-09-21  Wakaba  <wakaba@suika.fam.cx>  2008-09-21  Wakaba  <wakaba@suika.fam.cx>
402    
403          * content-model-1.dat: Test data for |fieldset| |legend| are added.          * content-model-1.dat: Test data for |fieldset| |legend| are added.

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.348

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24