/[suikacvs]/markup/html/whatpm/t/dom-conformance/ChangeLog
Suika

Contents of /markup/html/whatpm/t/dom-conformance/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.65 - (hide annotations) (download)
Sun Aug 23 06:46:33 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.64: +7 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 06:43:14 -0000
	* html-objects-1.dat: Revised and added test result on the
	|pixelratio| attribute of the |source| element, which is in fact
	dropped from the spec already ;- (HTML5 revision 2406 and HTML5
	revision 2493).

2009-08-23  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 06:44:00 -0000
	* HTML.pm: Revised and marked as dropped the |pixelratio|
	attribute of the |source| element (HTML5 revision 2406 and HTML5
	revision 2493).

2009-08-23  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.60 2009-08-23 Wakaba <[email protected]>
2    
3 wakaba 1.65 * html-objects-1.dat: Revised and added test result on the
4     |pixelratio| attribute of the |source| element, which is in fact
5     dropped from the spec already ;- (HTML5 revision 2406 and HTML5
6     revision 2493).
7    
8     2009-08-23 Wakaba <[email protected]>
9    
10 wakaba 1.64 * html-objects-1.dat: Revised test results on |autoplay|
11     attributes as per HTML5 revision 3344.
12    
13     2009-08-23 Wakaba <[email protected]>
14    
15 wakaba 1.63 * html-metadata-1.dat: Added test data on <meta
16     http-equiv=content-language> (see
17     <http://manakai.g.hatena.ne.jp/task/4/110>).
18    
19     2009-08-23 Wakaba <[email protected]>
20    
21 wakaba 1.62 * html-texts-1.dat: Added test data on floating point numbers,
22     especially sceientific notation numbers.
23    
24     * html-form-input-1.dat: Fixed some wrong test results on floating
25     point numbers.
26    
27     2009-08-23 Wakaba <[email protected]>
28    
29 wakaba 1.61 * html-form-button.dat: Added test data on interactive content in
30     |button| element (HTML5 revision 2392).
31    
32     * html-links-1.dat: Added test data on exclusion of interactive
33     content (HTML5 revision 2455, HTML5 revision 3162, HTML5 revision
34     3338).
35    
36     2009-08-23 Wakaba <[email protected]>
37    
38 wakaba 1.60 * html-texts-1.dat: Revised and added test data on |time| and
39     |datetime| attribute of the |time| element content model/attribute
40     value syntax.
41    
42 wakaba 1.50 2009-08-22 Wakaba <[email protected]>
43    
44 wakaba 1.59 * html-form-input-1.dat, html-forms-1.dat: Revised and added test
45     data on the |accept| attribute of the |input| element to allow
46     white space characters arround tokens (HTML5 revision 2759).
47    
48     2009-08-22 Wakaba <[email protected]>
49    
50 wakaba 1.58 * html-form-button-1.dat: Changed test results for WF2 form
51     submission attributes on |button| element and added test results
52     for form submission attributes starting with "form" on |button|
53     element (HTML5 revision 2890).
54    
55     2009-08-22 Wakaba <[email protected]>
56    
57 wakaba 1.57 * html-form-input-1.dat: Changed test results for WF2 form
58     submission attributes on |input| element and added test results
59     for form submission attributes starting with "form" on |input|
60     element (HTML5 revision 2890).
61    
62     2009-08-22 Wakaba <[email protected]>
63    
64 wakaba 1.56 * html-interactive-1.dat, html-datatemplate.dat,
65     html-form-label.dat, html-links-1.dat: Revised test data on
66     |datagrid| (HTML5 revision 2962, HTML5 revision 3555).
67    
68     2009-08-22 Wakaba <[email protected]>
69    
70 wakaba 1.55 * html-objects-1.dat: Added and revised test data on |map| element
71     content model (HTML5 revision 3009).
72    
73     2009-08-22 Wakaba <[email protected]>
74    
75 wakaba 1.54 * html-flows-1.dat: Added and revised test data on |header| and
76     |hgroup| elements (HTML5 revision 3039 and HTML5 revision 3040).
77    
78     2009-08-22 Wakaba <[email protected]>
79    
80 wakaba 1.53 * html-forms-1.dat, html-form-label.dat: Added test data on
81     |keygen| element (HTML5 revision 2960).
82    
83     * html-form-keygen.dat: New file (HTML5 revision 2960).
84    
85     2009-08-22 Wakaba <[email protected]>
86    
87 wakaba 1.52 * html-form-input-1.dat: Added test data on |<input type=tel>|
88     elements (HTML5 revision 3054).
89    
90     2009-08-22 Wakaba <[email protected]>
91    
92 wakaba 1.51 * html-form-input-1.dat: Added test data on |<input type=url
93     value=...>| (cf. HTML5 revision 2615).
94    
95     2009-08-22 Wakaba <[email protected]>
96    
97 wakaba 1.50 * html-form-label.dat: Added tests on |<label for=a><input
98     id=a></label>|-handlings (cf. HTML5 revision 2614).
99    
100 wakaba 1.47 2009-08-16 Wakaba <[email protected]>
101    
102 wakaba 1.49 * html-interactive-2.dat: New test data file.
103    
104     2009-08-16 Wakaba <[email protected]>
105    
106 wakaba 1.48 * html-interactive-1.dat, html-datatemplate.dat: The |bb| element
107     has been removed from the spec so that relevant test results are
108     changed (HTML5 revision 3621).
109    
110     2009-08-16 Wakaba <[email protected]>
111    
112 wakaba 1.47 * html-flows-1.dat: Added test cases for |cite| attributes for the
113     |section| and |article| elements (HTML5 revision 3069 and HTML5
114     revision 3627).
115    
116 wakaba 1.46 2009-08-01 Wakaba <[email protected]>
117    
118     * html-scripting-1.dat: Added test cases for |body| and |frameset|
119     event handler content attributes (cf. HTML5 revision 2685).
120    
121     * html-global-1.dat: Moved event handler content attribute tests
122     to |html-scripting-1.dat|.
123    
124 wakaba 1.39 2009-07-26 Wakaba <[email protected]>
125    
126 wakaba 1.45 * html-scripting-1.dat: Added test cases for onpopstate=""
127     attribute (cf. HTML5 revision 2686).
128    
129     2009-07-26 Wakaba <[email protected]>
130    
131 wakaba 1.44 * html-forms-1.dat: Added test cases for autocomplete="" on the
132     |form| elements (cf. HTML5 revision 2798).
133    
134     2009-07-26 Wakaba <[email protected]>
135    
136 wakaba 1.43 * html-global-1.dat: Added test cases for spellcheck="" global
137     attribute (cf. HTML5 revision 2801).
138    
139     2009-07-26 Wakaba <[email protected]>
140    
141 wakaba 1.42 * html-objects-1.dat: Added test cases for transparent child of
142     |figure| elements (cf. HTML5 revision 2863).
143    
144     2009-07-26 Wakaba <[email protected]>
145    
146 wakaba 1.41 * html-objects-1.dat: Added test cases for the autobuffer=""
147     attribute (cf. HTML5 revision 2855).
148    
149     2009-07-26 Wakaba <[email protected]>
150    
151 wakaba 1.40 * html-metadata-1.dat: Added test cases for <meta charset=utf-8>
152     in XML documents (cf. HTML5 revision 2859).
153    
154     2009-07-26 Wakaba <[email protected]>
155    
156 wakaba 1.39 * html-objects-1.dat: Added test cases for interaction of |figure|
157     element and |caption| descendant (cf. HTML5 revision 2863).
158    
159 wakaba 1.36 2009-07-25 Wakaba <[email protected]>
160    
161 wakaba 1.38 * html-interactive-1.dat, html-scripting-1.dat,
162     html-metadata-1.dat: The |eventsource| element and the |onmessage|
163     attribute have been dropped (HTML5 revision 2870).
164    
165     2009-07-25 Wakaba <[email protected]>
166    
167 wakaba 1.37 * html-form-textarea.dat: Added tests on |textarea|'s
168     |placeholder| attribute (cf. HTML5 revision 2921).
169    
170     2009-07-25 Wakaba <[email protected]>
171    
172 wakaba 1.36 * html-form-input-1.dat, html-objects-1.dat: Added tests on
173     dimension attributes (cf. HTML5 revision 2943).
174    
175 wakaba 1.35 2009-07-06 Wakaba <[email protected]>
176    
177     * html-flows-1.dat: |header| in |footer| or |address| is no longer
178     allowed (HTML5 revision 3051).
179    
180 wakaba 1.32 2009-07-05 Wakaba <[email protected]>
181    
182 wakaba 1.34 * html-global-1.dat, html-form-input-1.dat: Now that |accesskey|
183     attribute is allowed as a global attribute with new syntax
184     definition, related test reults are revised and some new tests are
185     added (HTML5 revision 3065).
186    
187     2009-07-05 Wakaba <[email protected]>
188    
189 wakaba 1.33 * html-interactive-1.dat: The |default| attribute of the |command|
190     element is tentatively disallowed (HTML5 revision 3067).
191    
192     2009-07-05 Wakaba <[email protected]>
193    
194 wakaba 1.32 * html-flows-1.dat: Tests for |article| element and its |pubdate|
195     attribute are added (c.f. HTML5 revision 3116).
196    
197 wakaba 1.31 2009-07-03 Wakaba <[email protected]>
198    
199     * html-interactive-1.dat, html-links-1.dat, html-datatemplate.dat,
200     html-form-label.dat: Test results related to |datagrid| content
201     model are updated (c.f. HTML5 revision 3164).
202    
203 wakaba 1.29 2009-06-28 Wakaba <[email protected]>
204    
205 wakaba 1.30 * html-texts-1.dat, html-datatemplate.dat: Updated |rp| test
206     results (c.f. HTML5 revision 3217).
207    
208     2009-06-28 Wakaba <[email protected]>
209    
210 wakaba 1.29 * html-scripting-1.dat: New file.
211    
212     2009-06-28 Wakaba <[email protected]>
213    
214     * html-flows-1.dat, html-tables-1.dat: Test data for flow content
215     in |legend| and |caption| are added (c.f. HTML5 revision 3252).
216    
217 wakaba 1.28 2008-12-15 Wakaba <[email protected]>
218    
219     * html-flows-1.dat: Updated test results and added some new tests.
220    
221     * html-form-input-1.dat: Added some new tests.
222    
223 wakaba 1.26 2008-12-13 Wakaba <[email protected]>
224    
225 wakaba 1.27 * html-form-label.dat, html-forms-1.dat: Added test data for
226     form="".
227    
228     2008-12-13 Wakaba <[email protected]>
229    
230 wakaba 1.26 * html-form-input-1.dat, html-form-button.dat, html-forms-1.dat:
231     Added test data for form submission attributes.
232    
233 wakaba 1.21 2008-12-12 Wakaba <[email protected]>
234    
235 wakaba 1.25 * html-form-input.dat: Added test data for <input disabled> and
236     <input autofocus>.
237    
238     * html-forms-1.dat: Added test data for <fieldset disabled>,
239     <output for>, and <{formcontrol} name>. Added test data for
240     <{formcontrol} autofocus="">'s uniqueness.
241    
242     2008-12-12 Wakaba <[email protected]>
243    
244 wakaba 1.24 * html-datatemplate.dat, html-form-datalist.dat: Updated test
245     results related to |optgroup| elements.
246    
247     * html-form-textarea.dat: Added new test data.
248    
249     * html-forms-1.dat: Moved some test data to
250     |html-form-textarea.dat|. Updated test results related to
251     |optgroup| elements.
252    
253     2008-12-12 Wakaba <[email protected]>
254    
255 wakaba 1.23 * html-form-datalist.dat: Moved some test data from
256     |html-forms-1.dat|.
257    
258     * html-forms-1.dat: Moved some test data to
259     |html-form-datalist.dat| and |html-form-select.dat|.
260    
261     * html-form-select.dat: New test data file.
262    
263     2008-12-12 Wakaba <[email protected]>
264    
265 wakaba 1.22 * html-repetitions.dat: Moved some test data to
266     |html-form-button.dat|. Updated a test result.
267    
268     * html-forms-1.dat: Bug fix on a test result.
269    
270     * html-form-button.dat: New test data file.
271    
272     * html-forms-1.dat: Moved some test data to |html-form-button.dat|.
273    
274     2008-12-12 Wakaba <[email protected]>
275    
276 wakaba 1.21 * html-form-input-1.dat, html-forms-1.dat: Added test data for
277     @accept and @pattern.
278    
279     * html-form-textarea.dat: New test data file.
280    
281 wakaba 1.17 2008-12-06 Wakaba <[email protected]>
282    
283 wakaba 1.20 * html-form-input-1.dat: Added test data for <input multiple> and
284     <input placeholder>.
285    
286     2008-12-06 Wakaba <[email protected]>
287    
288 wakaba 1.19 * html-form-datalist.dat: New test data file.
289    
290     2008-12-06 Wakaba <[email protected]>
291    
292 wakaba 1.18 * html-form-input-1.dat: Added test data for <input type=color>.
293    
294     2008-12-06 Wakaba <[email protected]>
295    
296 wakaba 1.17 * html-form-input-1.dat: Added test data for <input type=search>
297     and <input type=text|password|url|email value>.
298    
299     * html-interactive-1.dat: Fixed a typo error.
300    
301 wakaba 1.13 2008-10-07 Wakaba <[email protected]>
302    
303 wakaba 1.16 * html-1.dat, html-dataset.dat, html-interactive-1.dat,
304     html-links-1.dat, html-objects-1.dat, xml-1.dat, xml-global.dat:
305     New files (the test entries are moved from
306     ../content-model-*.dat).
307    
308     2008-10-07 Wakaba <[email protected]>
309    
310 wakaba 1.15 * html-flows-1.dat: <li value> test results updated.
311    
312     * html-forms-1.dat: accesskey="" attribute is obsolete.
313    
314     * html-metadata-1.dat: Fix broken test results.
315    
316     * html-repetitions.dat: The repetition template feature is
317     obsolete. A test entry from ../content-model-2.dat is added.
318    
319     2008-10-07 Wakaba <[email protected]>
320    
321 wakaba 1.14 * html-form-input-1.dat: Tests on <input ismap>, <input src>,
322     <input template>, and <input usemap> are added.
323    
324     2008-10-07 Wakaba <[email protected]>
325    
326 wakaba 1.13 * html-form-input-1.dat: Some of test results for <input
327     type=email>, <input type=url>, <input type=password> were wrong.
328     Tests for <input accept-charset>, <input accesskey>, <input
329     replace>, and <input align> are added.
330    
331     * html-forms-1.dat: Tests on <input accept-charset> removed.
332    
333     * html-global-1.dat: Tests on <input accesskey> removed.
334    
335 wakaba 1.4 2008-10-06 Wakaba <[email protected]>
336    
337 wakaba 1.12 * html-global-1.dat: A test on <input type=hidden tabindex> is
338     added (it was not applied in WF2).
339    
340     2008-10-06 Wakaba <[email protected]>
341    
342 wakaba 1.11 * html-form-input-1.dat: Tests on <input step> added.
343    
344     2008-10-06 Wakaba <[email protected]>
345    
346 wakaba 1.10 * html-form-input-1.dat: <input size=0> is non-conforming. Tests
347     on <input maxlength> added.
348    
349     2008-10-06 Wakaba <[email protected]>
350    
351 wakaba 1.9 * html-form-input-1.dat: Tests on <input required> added.
352    
353     2008-10-06 Wakaba <[email protected]>
354    
355 wakaba 1.8 * html-form-input-1.dat: Tests on <input autocomplete>, <input
356     readonly>, and <input size> are added.
357    
358     2008-10-06 Wakaba <[email protected]>
359    
360 wakaba 1.7 * html-form-input-1.dat: Tests on remining <input type>-states are
361     added.
362    
363     2008-10-06 Wakaba <[email protected]>
364    
365 wakaba 1.6 * html-form-input-1.dat: Tests on <input type=text>, <input
366     type=email>, <input type=url>, <input type=password>, and <input
367     type=datetime> are added.
368    
369     2008-10-06 Wakaba <[email protected]>
370    
371 wakaba 1.5 * html-form-input-1.dat: Tests on <input type=hidden> added.
372    
373     2008-10-06 Wakaba <[email protected]>
374    
375 wakaba 1.4 * html-form-input-1.dat: Tests on <input type> added.
376    
377     * html-repetitions.dat: Redundant tests removed.
378    
379 wakaba 1.2 2008-10-05 Wakaba <[email protected]>
380    
381 wakaba 1.3 * html-datatemplate.dat, html-flows-1.dat, html-form-input-1.dat,
382     html-forms-1.dat, html-global-1.dat, html-metadata-1.dat,
383     html-repetitions.dat, html-tables-1.dat, html-texts-1.dat: New
384     files (test entries moved from ../content-model-1.dat and
385     ../content-model-2.dat).
386    
387     2008-10-05 Wakaba <[email protected]>
388    
389 wakaba 1.2 * html-form-label.dat: New test data file.
390    
391     * ChangeLog: New file.
392    

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24