/[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.71 - (hide annotations) (download)
Sun Aug 30 07:20:42 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.70: +5 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 07:13:46 -0000
	* html-texts-1.dat: Added test cases for |progress|'s |value| and
	|max| attributes (cf. HTML5 revision 2484).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 07:13:58 -0000
	* HTML.pm: Implemented |progress|'s author requirements (cf. HTML5
	revision 2484).

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24