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

Legend:
Removed from v.1.260  
changed lines
  Added in v.1.312

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24