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