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

Legend:
Removed from v.1.278  
changed lines
  Added in v.1.318

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24