/[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.286 by wakaba, Mon Sep 22 06:48:04 2008 UTC revision 1.313 by wakaba, Tue Oct 14 15:25:50 2008 UTC
# Line 1  Line 1 
1    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XML-Parser.t: "xml/charref-1.dat" added.
4    
5    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
6    
7            * XML-Parser.t: "xml/texts-1.dat" added.
8    
9            * tokenizer-test-2.dat: Test for ]]> are added.
10    
11    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
12    
13            * tree-test-foreign.dat: More test data are added.
14    
15    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
16    
17            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
18            added.
19    
20    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
21    
22            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
23    
24    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
25    
26            * xml/: New directory.
27    
28            * Makefile: Tests for Whatpm::XML::Parser are added.
29    
30            * HTML-tree.t: Change the relative order of codes.
31    
32            * XML-Parser.t: New test script.
33    
34    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
37    
38    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
39    
40            * tree-test-phrasing.dat: Wrong test results fixed.
41    
42            * tree-test-foreign.dat: New tests added.
43    
44            * testfiles.pl: "#..." line at the end of a test entry was not
45            supported.
46    
47            * HTML-tree.t: Show the "#data" content in "no #errors" error
48            message.
49    
50            * tokenizer-test-2.dat: A wrong test result fixed.
51    
52    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML-tree.t: Test result format for oreign element/attribute
55            names are updated to the latest one for html5lib tests.  Append a
56            newline to the expected result only when it is not an empty
57            string, for comparablity with the actual result.
58    
59            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
60            tree-test-3.dat: Test results for foreign elements are updated.
61    
62    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
63    
64            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
65            format for html5lib tests.
66    
67            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
68            <!DOCTYPE> are updated.
69    
70    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML-tree.t: Test data file parser changed to the common one.
73    
74    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
75    
76            * tokenizer-test-2.dat: A test result was wrong.
77    
78    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
79    
80            * content-model-1.dat: Some entries moved to
81            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
82            dom-conformance/html-links-1.dat,
83            dom-conformance/html-objects-1.dat, and
84            dom-conformance/html-interactive-1.dat.
85    
86            * content-model-2.dat: Removed (moved to
87            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
88            dom-conformance/html-links-1.dat,
89            dom-conformance/html-objects-1.dat,
90            dom-conformance/html-interactive-1.dat, and
91            dom-conformance/html-flows-1.dat).
92    
93            * content-model-3.dat: Removed (moved to
94            dom-conformance/xml-global.dat).
95    
96            * content-model-4.dat: Removed (moved to
97            dom-conformance/html-texts-1.dat and
98            dom-conformance/html-links-1.dat).
99    
100            * content-model-5.dat: Removed (moved to
101            dom-conformance/html-flows-1.dat).
102    
103            * content-model-6.dat: Removed (moved to
104            dom-conformance/html-dataset.dat).
105    
106            * ContentChecker.t: References to the removed files removed and
107            references to new files added.
108    
109            * ContentChecker-XML.t: New script.
110    
111            * Makefile: Updated.
112    
113    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
114    
115            * content-model-2.dat: Repetition model test is moved to another
116            file.  A wrong test result fixed.  Broken test entries fixed.
117            <area rev> is now reported as "unknown attribute", since RDFa spec
118            adds that attribute to all elements with the Common attribute set.
119            Note that we have no plan to support RDFa, at the moment.
120    
121    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
122    
123            * ContentChecker.t: New files added.
124    
125            * content-model-1.dat, content-model-2.dat: Numbers of test
126            entries are moved to other files.
127    
128    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
129    
130            * content-model-1.dat, content-model-2.dat: Test results on
131            |label| contents fixed.
132    
133            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
134    
135            * dom-conformance/: New directory.
136    
137    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML-tree.t: New test files added.
140    
141            * Makefile: New test files added.
142    
143    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
144    
145            * tree-test-1.dat: Test results updated and new tests added on the
146            boundaries of Text nodes (HTML5 revision 2124).
147    
148    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
149    
150            * tree-test-form.dat: New test data file.
151    
152            * HTML-tree.t: |tree-test-form.dat| added.
153    
154            * tree-test-1.dat: Test results related to <option> and <optgroup>
155            are updated (cf. HTML5 revision 2128).
156    
157    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
158    
159            * tree-test-foreign.dat: New test data file.
160    
161            * HTML-tree.t: |tree-test-foreign.dat| added.
162    
163    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
164    
165            * tree-test-void.dat: Test on unmatched void end tag added (cf.
166            HTML5 revision 1731).
167    
168            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
169            revision 1731).
170    
171    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
172    
173            * tree-test-void.dat: Test on |param| and |source| start tags are
174            added, as well as test on polytheistic slashes for new void
175            elements (HTML5 revision 1731).
176    
177    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
178    
179            * tree-test-flow.dat: Test on implied end tag before <p> start tag
180            are added (HTML5 revision 1731).
181    
182    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
183    
184            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
185    
186            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
187            are added.
188    
189    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
190    
191            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
192    
193            * HTML-tree.t: |tree-test-void.dat| added.
194    
195            * tree-test-1.dat: Test on <listing> as a "special" element are
196            added.  Test on implied |option| and |optgroup| end tags are added
197            (cf. HTML5 revision 1731).
198    
199    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
200    
201            * tree-test-1.dat: Test related to "special", "formatting",
202            "scoping", and "phrasing" categories are added (cf. HTML5 revision
203            1778).
204    
205    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
206    
207            * ContentType.t: More test cases on BOM are added.  Some test
208            results updated according to HTML5 revision 1927.  Tests on the
209            returned values in the list context are added.
210    
211  2008-09-22  Wakaba  <wakaba@suika.fam.cx>  2008-09-22  Wakaba  <wakaba@suika.fam.cx>
212    
213          * content-model-2.dat: Test data on |for=""| attribute are added.          * content-model-2.dat: Test data on |for=""| attribute are added.

Legend:
Removed from v.1.286  
changed lines
  Added in v.1.313

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24