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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24