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

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.341

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24