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

Legend:
Removed from v.1.271  
changed lines
  Added in v.1.311

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24