1 |
|
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Implemented |body| and |frameset| event handler content |
4 |
|
attributes (cf. HTML5 revision 2685). |
5 |
|
|
6 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Updated element and attribute status. |
9 |
|
|
10 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Added onpopstate="" attribute to body element (HTML5 |
13 |
|
revision 2686). |
14 |
|
|
15 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Added autocomplete="" attribute to form element (HTML5 |
18 |
|
revision 2798). |
19 |
|
|
20 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). |
23 |
|
|
24 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). |
27 |
|
|
28 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
31 |
|
revision 2859). |
32 |
|
|
33 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
36 |
|
|table| is the only child of |figure| element (HTML5 revision |
37 |
|
2863). |
38 |
|
|
39 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
42 |
|
have been dropped (HTML5 revision 2870). |
43 |
|
|
44 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
47 |
|
attribute (HTML5 revision 2921). |
48 |
|
|
49 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
52 |
|
|height|; cf. HTML5 revision 2943). |
53 |
|
|
54 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
57 |
|
revision 3051). |
58 |
|
|
59 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
62 |
|
3065). |
63 |
|
|
64 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
67 |
|
for now (HTML5 revision 3067). |
68 |
|
|
69 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
72 |
|
element (HTML5 revision 3116). |
73 |
|
|
74 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
77 |
|
3164). |
78 |
|
|
79 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
82 |
|
3217). |
83 |
|
|
84 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
87 |
|
3252). |
88 |
|
|
89 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
92 |
|
|caption| are now allowed (HTML5 revision 3329). |
93 |
|
|
94 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
97 |
|
($GetDateTimeAttrChecker): Added. |
98 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
99 |
|
later use. |
100 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
101 |
|
"global date and time string". |
102 |
|
(input's date- and time-related, and type=number and type=range |
103 |
|
control types): Implemented value="", min="", and max="". |
104 |
|
|
105 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
108 |
|
|
109 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm: Updated definitions for attributes for form submission |
112 |
|
on |form| and submit buttons (action="", method="", enctype="", |
113 |
|
target="", and novalidate=""). |
114 |
|
|
115 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
118 |
|
attribute. Implemented |name=""| attribute for form controls. |
119 |
|
Added U+000C into character class of space characters (it should |
120 |
|
have been, but was not in some of regular expressions). Updated |
121 |
|
definitions for |output| elements. |
122 |
|
|
123 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
126 |
|
|option|, and |textarea| elements. |
127 |
|
|
128 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm: Updated definitions for |select|. |
131 |
|
|
132 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* HTML.pm: Updated definitions for |button|. |
135 |
|
|
136 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
139 |
|
SHOULD-level error if @pattern but no @title. |
140 |
|
|
141 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* HTML.pm: Added support for |pattern| attributes. |
144 |
|
|
145 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
148 |
|
placeholder>. |
149 |
|
|
150 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* HTML.pm: Implemented <input list>. |
153 |
|
|
154 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* HTML.pm: Implemented <input type=color>. |
157 |
|
|
158 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
161 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
162 |
|
|email|, |url|, and |password|. |
163 |
|
|
164 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
167 |
|
use attributes not supported by NanoDOM. |
168 |
|
|
169 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* HTML.pm: HTML5 spec status updated, except for |
172 |
|
datatemplate-related features, once again. Status for RDFa and |
173 |
|
XHTML Basic 1.1 updated. |
174 |
|
|
175 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* HTML.pm: HTML5 spec status updated, except for |
178 |
|
datatemplate-related features. |
179 |
|
|
180 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
183 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
184 |
|
parent (or with no parent). |
185 |
|
|
186 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* HTML.pm: <input usemap> support. |
189 |
|
|
190 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
193 |
|
support fixed. <input align> support. Tentative support for |
194 |
|
<input inputmode>. Support for <input replace>. Status of |
195 |
|
<button template> fixed. |
196 |
|
|
197 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
200 |
|
|
201 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* HTML.pm: <input step> implemented. |
204 |
|
|
205 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* HTML.pm: The checker code for the Password state merged with the |
208 |
|
code for the Text state. The |maxlength| attribute checker |
209 |
|
implemented. The |size| attribute whose value is zero is not |
210 |
|
allowed. |
211 |
|
|
212 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* HTML.pm: Support for |required| attribute of the |input| |
215 |
|
element. |
216 |
|
|
217 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
220 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
221 |
|
attributes of the |input| element. |
222 |
|
|
223 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
226 |
|
type> states are implemented. Some <input type>-dependent |
227 |
|
attribute checkers implemented. |
228 |
|
|
229 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
231 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
232 |
|
type=url>, <input type=password>, and <input type=datetime> |
233 |
|
checkes are implemented. |
234 |
|
|
235 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
238 |
|
|
239 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
241 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
242 |
|
definition. Prepares for tests against <input type> states. |
243 |
|
|
244 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
247 |
|
varying requirements for various states of the element. |
248 |
|
|
249 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
250 |
|
|
251 |
|
* HTML.pm: <label> content conformance checking implemented. |
252 |
|
|
253 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
254 |
|
|
255 |
|
* HTML.pm: Support for |for=""| validation. |
256 |
|
|
257 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
258 |
|
|
259 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
260 |
|
revision 1932). |
261 |
|
|
262 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
263 |
|
|
264 |
|
* HTML.pm: Support for |form=""| attributes. |
265 |
|
|
266 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
267 |
|
|
268 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
269 |
|
elements are removed; the |id| attribute of those elements is now |
270 |
|
checked by the global |id| attribute. |
271 |
|
|
272 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
273 |
|
|
274 |
|
* HTML.pm: Support for |fieldset| |legend|. |
275 |
|
|
276 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
279 |
|
|
280 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
283 |
|
revision 1738). |
284 |
|
|
285 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
288 |
|
with the spec (HTML5 revision 2018). |
289 |
|
|
290 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
291 |
|
|
292 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
293 |
|
check. |
294 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
295 |
|
support. |
296 |
|
|
297 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
298 |
|
|
299 |
|
* HTML.pm: Support for style="" attributes. |
300 |
|
|
301 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
303 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
304 |
|
attribute. |
305 |
|
|
306 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
307 |
|
|
308 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
309 |
|
The WF2 |onforminput| and |onformchange| attributes were |
310 |
|
not added, since they are not defined (although they ARE |
311 |
|
mentioned) in the normative part of the WF2 spec. |
312 |
|
Typo on the |oninvalid| attribute fixed. |
313 |
|
|
314 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
315 |
|
|
316 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
317 |
|
|
318 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
319 |
|
|
320 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
321 |
|
|
322 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
323 |
|
|
324 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
325 |
|
allowed (HTML5 revision 1945). |
326 |
|
|
327 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
329 |
|
* HTML.pm: Support for form elements (HTML5 revisions |
330 |
|
2142, 2148, 2150-2154). |
331 |
|
|
332 |
|
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
333 |
|
|
334 |
|
* HTML.pm: RDFa spec status updated again. |
335 |
|
|
336 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
337 |
|
|
338 |
|
* HTML.pm: RDFa spec status updated. |
339 |
|
|
340 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
341 |
|
|
342 |
|
* HTML.pm: WF2 content model, contexts, attributes/elements |
343 |
|
status are updated. (HTML5 revision 2142-2152). |
344 |
|
|
345 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
346 |
|
|
347 |
|
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
348 |
|
1863). |
349 |
|
|
350 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
351 |
|
|
352 |
|
* HTML.pm: Uppercase attribute names for embed elements |
353 |
|
are disallowed (HTML5 revision 1946). |
354 |
|
|
355 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
356 |
|
|
357 |
|
* HTML.pm: |embed| custom attributes and |data-*| attributes |
358 |
|
must be XML compatible (HTML5 revision 1836). |
359 |
|
|
360 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
361 |
|
|
362 |
|
* HTML.pm: All HTML elements can have xmlns="" attributes (HTML5 |
363 |
|
revision 1834). |
364 |
|
|
365 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
367 |
|
* HTML.pm: Requires non-empty title="" for rel="alternate stylesheet" |
368 |
|
link elements (HTML5 revision 1942). |
369 |
|
|
370 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
371 |
|
|
372 |
|
* HTML.pm: Support for the |bb| element (HTML5 revision 1894). |
373 |
|
|irrelevant| renamed as |hidden| (HTML5 revision 2119). |
374 |
|
|
375 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
376 |
|
|
377 |
|
* HTML.pm: Element status updated. |
378 |
|
|
379 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
380 |
|
|
381 |
|
* HTML.pm: <embed> without src="" is conforming (HTML5 |
382 |
|
revision 1929). |
383 |
|
|
384 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
385 |
|
|
386 |
|
* HTML.pm: @autosubmit dropped (HTML5 revision 2019). |
387 |
|
|
388 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
389 |
|
|
390 |
|
* HTML.pm: Use White_Space instead of Zs for date or time |
391 |
|
string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that |
392 |
|
misses a white space or "T" literal between day and hour) |
393 |
|
not raise two errors. |
394 |
|
|
395 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
396 |
|
|
397 |
|
* HTML.pm: |xml:lang| attribute value must be same |
398 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
399 |
|
and so on). |lang| attribute in XML document is no longer |
400 |
|
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
401 |
|
in HTML document (HTML5 revision 2062 and so on). |
402 |
|
|
403 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
404 |
|
|
405 |
|
* Atom.pm: s/element missing/child element missing/ for |
406 |
|
consistency. |
407 |
|
|
408 |
|
* HTML.pm: Typos fixed. |
409 |
|
(pre): "No significant content" error was unintentionally |
410 |
|
disabled. s/element missing/child element missing/ for |
411 |
|
consistency. |
412 |
|
|
413 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
414 |
|
|
415 |
|
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. |
416 |
|
|
417 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
418 |
|
|
419 |
|
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |
420 |
|
|
421 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
422 |
|
|
423 |
* HTML.pm: Subdocument texts for |style| and |script| |
* HTML.pm: Subdocument texts for |style| and |script| |