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

Legend:
Removed from v.1.261  
changed lines
  Added in v.1.307

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24