1 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
4 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
5 |
|
|email|, |url|, and |password|. |
6 |
|
|
7 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
10 |
|
use attributes not supported by NanoDOM. |
11 |
|
|
12 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: HTML5 spec status updated, except for |
15 |
|
datatemplate-related features, once again. Status for RDFa and |
16 |
|
XHTML Basic 1.1 updated. |
17 |
|
|
18 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm: HTML5 spec status updated, except for |
21 |
|
datatemplate-related features. |
22 |
|
|
23 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
26 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
27 |
|
parent (or with no parent). |
28 |
|
|
29 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: <input usemap> support. |
32 |
|
|
33 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
36 |
|
support fixed. <input align> support. Tentative support for |
37 |
|
<input inputmode>. Support for <input replace>. Status of |
38 |
|
<button template> fixed. |
39 |
|
|
40 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
43 |
|
|
44 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: <input step> implemented. |
47 |
|
|
48 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
* HTML.pm: The checker code for the Password state merged with the |
* HTML.pm: The checker code for the Password state merged with the |