/[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.63 - (hide annotations) (download)
Sun Aug 23 05:47:19 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.62: +6 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 05:44:16 -0000
	* html-metadata-1.dat: Added test data on <meta
	http-equiv=content-language> (see
	<http://manakai.g.hatena.ne.jp/task/4/110>).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 05:45:41 -0000
	* HTML.pm: Implemented <meta http-equiv=content-language> (see
	<http://manakai.g.hatena.ne.jp/task/4/110>).

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24