/[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.37 - (hide annotations) (download)
Sat Jul 25 03:45:25 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.36: +5 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	25 Jul 2009 03:44:33 -0000
	* html-form-textarea.dat: Added tests on |textarea|'s
	|placeholder| attribute (cf. HTML5 revision 2921).

2009-07-25  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 Jul 2009 03:44:58 -0000
	* HTML.pm: Added support for |textarea| element's |placeholder|
	attribute (HTML5 revision 2921).

2009-07-25  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.36 2009-07-25 Wakaba <[email protected]>
2    
3 wakaba 1.37 * html-form-textarea.dat: Added tests on |textarea|'s
4     |placeholder| attribute (cf. HTML5 revision 2921).
5    
6     2009-07-25 Wakaba <[email protected]>
7    
8 wakaba 1.36 * html-form-input-1.dat, html-objects-1.dat: Added tests on
9     dimension attributes (cf. HTML5 revision 2943).
10    
11 wakaba 1.35 2009-07-06 Wakaba <[email protected]>
12    
13     * html-flows-1.dat: |header| in |footer| or |address| is no longer
14     allowed (HTML5 revision 3051).
15    
16 wakaba 1.32 2009-07-05 Wakaba <[email protected]>
17    
18 wakaba 1.34 * html-global-1.dat, html-form-input-1.dat: Now that |accesskey|
19     attribute is allowed as a global attribute with new syntax
20     definition, related test reults are revised and some new tests are
21     added (HTML5 revision 3065).
22    
23     2009-07-05 Wakaba <[email protected]>
24    
25 wakaba 1.33 * html-interactive-1.dat: The |default| attribute of the |command|
26     element is tentatively disallowed (HTML5 revision 3067).
27    
28     2009-07-05 Wakaba <[email protected]>
29    
30 wakaba 1.32 * html-flows-1.dat: Tests for |article| element and its |pubdate|
31     attribute are added (c.f. HTML5 revision 3116).
32    
33 wakaba 1.31 2009-07-03 Wakaba <[email protected]>
34    
35     * html-interactive-1.dat, html-links-1.dat, html-datatemplate.dat,
36     html-form-label.dat: Test results related to |datagrid| content
37     model are updated (c.f. HTML5 revision 3164).
38    
39 wakaba 1.29 2009-06-28 Wakaba <[email protected]>
40    
41 wakaba 1.30 * html-texts-1.dat, html-datatemplate.dat: Updated |rp| test
42     results (c.f. HTML5 revision 3217).
43    
44     2009-06-28 Wakaba <[email protected]>
45    
46 wakaba 1.29 * html-scripting-1.dat: New file.
47    
48     2009-06-28 Wakaba <[email protected]>
49    
50     * html-flows-1.dat, html-tables-1.dat: Test data for flow content
51     in |legend| and |caption| are added (c.f. HTML5 revision 3252).
52    
53 wakaba 1.28 2008-12-15 Wakaba <[email protected]>
54    
55     * html-flows-1.dat: Updated test results and added some new tests.
56    
57     * html-form-input-1.dat: Added some new tests.
58    
59 wakaba 1.26 2008-12-13 Wakaba <[email protected]>
60    
61 wakaba 1.27 * html-form-label.dat, html-forms-1.dat: Added test data for
62     form="".
63    
64     2008-12-13 Wakaba <[email protected]>
65    
66 wakaba 1.26 * html-form-input-1.dat, html-form-button.dat, html-forms-1.dat:
67     Added test data for form submission attributes.
68    
69 wakaba 1.21 2008-12-12 Wakaba <[email protected]>
70    
71 wakaba 1.25 * html-form-input.dat: Added test data for <input disabled> and
72     <input autofocus>.
73    
74     * html-forms-1.dat: Added test data for <fieldset disabled>,
75     <output for>, and <{formcontrol} name>. Added test data for
76     <{formcontrol} autofocus="">'s uniqueness.
77    
78     2008-12-12 Wakaba <[email protected]>
79    
80 wakaba 1.24 * html-datatemplate.dat, html-form-datalist.dat: Updated test
81     results related to |optgroup| elements.
82    
83     * html-form-textarea.dat: Added new test data.
84    
85     * html-forms-1.dat: Moved some test data to
86     |html-form-textarea.dat|. Updated test results related to
87     |optgroup| elements.
88    
89     2008-12-12 Wakaba <[email protected]>
90    
91 wakaba 1.23 * html-form-datalist.dat: Moved some test data from
92     |html-forms-1.dat|.
93    
94     * html-forms-1.dat: Moved some test data to
95     |html-form-datalist.dat| and |html-form-select.dat|.
96    
97     * html-form-select.dat: New test data file.
98    
99     2008-12-12 Wakaba <[email protected]>
100    
101 wakaba 1.22 * html-repetitions.dat: Moved some test data to
102     |html-form-button.dat|. Updated a test result.
103    
104     * html-forms-1.dat: Bug fix on a test result.
105    
106     * html-form-button.dat: New test data file.
107    
108     * html-forms-1.dat: Moved some test data to |html-form-button.dat|.
109    
110     2008-12-12 Wakaba <[email protected]>
111    
112 wakaba 1.21 * html-form-input-1.dat, html-forms-1.dat: Added test data for
113     @accept and @pattern.
114    
115     * html-form-textarea.dat: New test data file.
116    
117 wakaba 1.17 2008-12-06 Wakaba <[email protected]>
118    
119 wakaba 1.20 * html-form-input-1.dat: Added test data for <input multiple> and
120     <input placeholder>.
121    
122     2008-12-06 Wakaba <[email protected]>
123    
124 wakaba 1.19 * html-form-datalist.dat: New test data file.
125    
126     2008-12-06 Wakaba <[email protected]>
127    
128 wakaba 1.18 * html-form-input-1.dat: Added test data for <input type=color>.
129    
130     2008-12-06 Wakaba <[email protected]>
131    
132 wakaba 1.17 * html-form-input-1.dat: Added test data for <input type=search>
133     and <input type=text|password|url|email value>.
134    
135     * html-interactive-1.dat: Fixed a typo error.
136    
137 wakaba 1.13 2008-10-07 Wakaba <[email protected]>
138    
139 wakaba 1.16 * html-1.dat, html-dataset.dat, html-interactive-1.dat,
140     html-links-1.dat, html-objects-1.dat, xml-1.dat, xml-global.dat:
141     New files (the test entries are moved from
142     ../content-model-*.dat).
143    
144     2008-10-07 Wakaba <[email protected]>
145    
146 wakaba 1.15 * html-flows-1.dat: <li value> test results updated.
147    
148     * html-forms-1.dat: accesskey="" attribute is obsolete.
149    
150     * html-metadata-1.dat: Fix broken test results.
151    
152     * html-repetitions.dat: The repetition template feature is
153     obsolete. A test entry from ../content-model-2.dat is added.
154    
155     2008-10-07 Wakaba <[email protected]>
156    
157 wakaba 1.14 * html-form-input-1.dat: Tests on <input ismap>, <input src>,
158     <input template>, and <input usemap> are added.
159    
160     2008-10-07 Wakaba <[email protected]>
161    
162 wakaba 1.13 * html-form-input-1.dat: Some of test results for <input
163     type=email>, <input type=url>, <input type=password> were wrong.
164     Tests for <input accept-charset>, <input accesskey>, <input
165     replace>, and <input align> are added.
166    
167     * html-forms-1.dat: Tests on <input accept-charset> removed.
168    
169     * html-global-1.dat: Tests on <input accesskey> removed.
170    
171 wakaba 1.4 2008-10-06 Wakaba <[email protected]>
172    
173 wakaba 1.12 * html-global-1.dat: A test on <input type=hidden tabindex> is
174     added (it was not applied in WF2).
175    
176     2008-10-06 Wakaba <[email protected]>
177    
178 wakaba 1.11 * html-form-input-1.dat: Tests on <input step> added.
179    
180     2008-10-06 Wakaba <[email protected]>
181    
182 wakaba 1.10 * html-form-input-1.dat: <input size=0> is non-conforming. Tests
183     on <input maxlength> added.
184    
185     2008-10-06 Wakaba <[email protected]>
186    
187 wakaba 1.9 * html-form-input-1.dat: Tests on <input required> added.
188    
189     2008-10-06 Wakaba <[email protected]>
190    
191 wakaba 1.8 * html-form-input-1.dat: Tests on <input autocomplete>, <input
192     readonly>, and <input size> are added.
193    
194     2008-10-06 Wakaba <[email protected]>
195    
196 wakaba 1.7 * html-form-input-1.dat: Tests on remining <input type>-states are
197     added.
198    
199     2008-10-06 Wakaba <[email protected]>
200    
201 wakaba 1.6 * html-form-input-1.dat: Tests on <input type=text>, <input
202     type=email>, <input type=url>, <input type=password>, and <input
203     type=datetime> are added.
204    
205     2008-10-06 Wakaba <[email protected]>
206    
207 wakaba 1.5 * html-form-input-1.dat: Tests on <input type=hidden> added.
208    
209     2008-10-06 Wakaba <[email protected]>
210    
211 wakaba 1.4 * html-form-input-1.dat: Tests on <input type> added.
212    
213     * html-repetitions.dat: Redundant tests removed.
214    
215 wakaba 1.2 2008-10-05 Wakaba <[email protected]>
216    
217 wakaba 1.3 * html-datatemplate.dat, html-flows-1.dat, html-form-input-1.dat,
218     html-forms-1.dat, html-global-1.dat, html-metadata-1.dat,
219     html-repetitions.dat, html-tables-1.dat, html-texts-1.dat: New
220     files (test entries moved from ../content-model-1.dat and
221     ../content-model-2.dat).
222    
223     2008-10-05 Wakaba <[email protected]>
224    
225 wakaba 1.2 * html-form-label.dat: New test data file.
226    
227     * ChangeLog: New file.
228    

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24