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

Legend:
Removed from v.1.277  
changed lines
  Added in v.1.315

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24