/[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.77 - (hide annotations) (download)
Sun Aug 30 08:54:07 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.76: +5 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 08:53:30 -0000
	* html-links-1.dat: Added test cases for case-insensitivity of
	link types (HTML5 revision 2698).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 08:53:54 -0000
	* HTML.pm: Made link types ASCII case-insensitive (HTML5 revision
	2698).

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24