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