1 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
4 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
5 |
|
parent (or with no parent). |
6 |
|
|
7 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: <input usemap> support. |
10 |
|
|
11 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
14 |
|
support fixed. <input align> support. Tentative support for |
15 |
|
<input inputmode>. Support for <input replace>. Status of |
16 |
|
<button template> fixed. |
17 |
|
|
18 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
21 |
|
|
22 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: <input step> implemented. |
25 |
|
|
26 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: The checker code for the Password state merged with the |
29 |
|
code for the Text state. The |maxlength| attribute checker |
30 |
|
implemented. The |size| attribute whose value is zero is not |
31 |
|
allowed. |
32 |
|
|
33 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
* HTML.pm: Support for |required| attribute of the |input| |
* HTML.pm: Support for |required| attribute of the |input| |