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

Legend:
Removed from v.1.253  
changed lines
  Added in v.1.309

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24