1 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Implemented |cite| attributes on |section| and |
4 |
|
|article| elements as dropped attributes (HTML5 revision 3069 and |
5 |
|
HTML5 revision 3627). |
6 |
|
|
7 |
|
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: Implemented |body| and |frameset| event handler content |
10 |
|
attributes (cf. HTML5 revision 2685). |
11 |
|
|
12 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Updated element and attribute status. |
15 |
|
|
16 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Added onpopstate="" attribute to body element (HTML5 |
19 |
|
revision 2686). |
20 |
|
|
21 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Added autocomplete="" attribute to form element (HTML5 |
24 |
|
revision 2798). |
25 |
|
|
26 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). |
29 |
|
|
30 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). |
33 |
|
|
34 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
37 |
|
revision 2859). |
38 |
|
|
39 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
42 |
|
|table| is the only child of |figure| element (HTML5 revision |
43 |
|
2863). |
44 |
|
|
45 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
48 |
|
have been dropped (HTML5 revision 2870). |
49 |
|
|
50 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
53 |
|
attribute (HTML5 revision 2921). |
54 |
|
|
55 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
58 |
|
|height|; cf. HTML5 revision 2943). |
59 |
|
|
60 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
63 |
|
revision 3051). |
64 |
|
|
65 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
68 |
|
3065). |
69 |
|
|
70 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
73 |
|
for now (HTML5 revision 3067). |
74 |
|
|
75 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
78 |
|
element (HTML5 revision 3116). |
79 |
|
|
80 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
83 |
|
3164). |
84 |
|
|
85 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
88 |
|
3217). |
89 |
|
|
90 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
93 |
|
3252). |
94 |
|
|
95 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
98 |
|
|caption| are now allowed (HTML5 revision 3329). |
99 |
|
|
100 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
103 |
|
($GetDateTimeAttrChecker): Added. |
104 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
105 |
|
later use. |
106 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
107 |
|
"global date and time string". |
108 |
|
(input's date- and time-related, and type=number and type=range |
109 |
|
control types): Implemented value="", min="", and max="". |
110 |
|
|
111 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
114 |
|
|
115 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* HTML.pm: Updated definitions for attributes for form submission |
118 |
|
on |form| and submit buttons (action="", method="", enctype="", |
119 |
|
target="", and novalidate=""). |
120 |
|
|
121 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
124 |
|
attribute. Implemented |name=""| attribute for form controls. |
125 |
|
Added U+000C into character class of space characters (it should |
126 |
|
have been, but was not in some of regular expressions). Updated |
127 |
|
definitions for |output| elements. |
128 |
|
|
129 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
132 |
|
|option|, and |textarea| elements. |
133 |
|
|
134 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* HTML.pm: Updated definitions for |select|. |
137 |
|
|
138 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* HTML.pm: Updated definitions for |button|. |
141 |
|
|
142 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
145 |
|
SHOULD-level error if @pattern but no @title. |
146 |
|
|
147 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* HTML.pm: Added support for |pattern| attributes. |
150 |
|
|
151 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
154 |
|
placeholder>. |
155 |
|
|
156 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* HTML.pm: Implemented <input list>. |
159 |
|
|
160 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* HTML.pm: Implemented <input type=color>. |
163 |
|
|
164 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
167 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
168 |
|
|email|, |url|, and |password|. |
169 |
|
|
170 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
173 |
|
use attributes not supported by NanoDOM. |
174 |
|
|
175 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* HTML.pm: HTML5 spec status updated, except for |
178 |
|
datatemplate-related features, once again. Status for RDFa and |
179 |
|
XHTML Basic 1.1 updated. |
180 |
|
|
181 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* HTML.pm: HTML5 spec status updated, except for |
184 |
|
datatemplate-related features. |
185 |
|
|
186 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
189 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
190 |
|
parent (or with no parent). |
191 |
|
|
192 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* HTML.pm: <input usemap> support. |
195 |
|
|
196 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
199 |
|
support fixed. <input align> support. Tentative support for |
200 |
|
<input inputmode>. Support for <input replace>. Status of |
201 |
|
<button template> fixed. |
202 |
|
|
203 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
206 |
|
|
207 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* HTML.pm: <input step> implemented. |
210 |
|
|
211 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
|
* HTML.pm: The checker code for the Password state merged with the |
214 |
|
code for the Text state. The |maxlength| attribute checker |
215 |
|
implemented. The |size| attribute whose value is zero is not |
216 |
|
allowed. |
217 |
|
|
218 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* HTML.pm: Support for |required| attribute of the |input| |
221 |
|
element. |
222 |
|
|
223 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
226 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
227 |
|
attributes of the |input| element. |
228 |
|
|
229 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
231 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
232 |
|
type> states are implemented. Some <input type>-dependent |
233 |
|
attribute checkers implemented. |
234 |
|
|
235 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
238 |
|
type=url>, <input type=password>, and <input type=datetime> |
239 |
|
checkes are implemented. |
240 |
|
|
241 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
244 |
|
|
245 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
248 |
|
definition. Prepares for tests against <input type> states. |
249 |
|
|
250 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
253 |
|
varying requirements for various states of the element. |
254 |
|
|
255 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
257 |
|
* HTML.pm: <label> content conformance checking implemented. |
258 |
|
|
259 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
|
* HTML.pm: Support for |for=""| validation. |
262 |
|
|
263 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
266 |
|
revision 1932). |
267 |
|
|
268 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* HTML.pm: Support for |form=""| attributes. |
271 |
|
|
272 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
273 |
|
|
274 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
275 |
|
elements are removed; the |id| attribute of those elements is now |
276 |
|
checked by the global |id| attribute. |
277 |
|
|
278 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
279 |
|
|
280 |
|
* HTML.pm: Support for |fieldset| |legend|. |
281 |
|
|
282 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
284 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
285 |
|
|
286 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
287 |
|
|
288 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
289 |
|
revision 1738). |
290 |
|
|
291 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
292 |
|
|
293 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
294 |
|
with the spec (HTML5 revision 2018). |
295 |
|
|
296 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
297 |
|
|
298 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
299 |
|
check. |
300 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
301 |
|
support. |
302 |
|
|
303 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
|
* HTML.pm: Support for style="" attributes. |
306 |
|
|
307 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
308 |
|
|
309 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
310 |
|
attribute. |
311 |
|
|
312 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
314 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
315 |
|
The WF2 |onforminput| and |onformchange| attributes were |
316 |
|
not added, since they are not defined (although they ARE |
317 |
|
mentioned) in the normative part of the WF2 spec. |
318 |
|
Typo on the |oninvalid| attribute fixed. |
319 |
|
|
320 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
321 |
|
|
322 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
323 |
|
|
324 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
325 |
|
|
326 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
327 |
|
|
328 |
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
329 |
|
|
330 |
* HTML.pm: data-UPPERCASE attributes are no longer |
* HTML.pm: data-UPPERCASE attributes are no longer |