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

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.304

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24