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