1 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: <input usemap> support. |
4 |
|
|
5 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
8 |
|
support fixed. <input align> support. Tentative support for |
9 |
|
<input inputmode>. Support for <input replace>. Status of |
10 |
|
<button template> fixed. |
11 |
|
|
12 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
15 |
|
|
16 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: <input step> implemented. |
19 |
|
|
20 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: The checker code for the Password state merged with the |
23 |
|
code for the Text state. The |maxlength| attribute checker |
24 |
|
implemented. The |size| attribute whose value is zero is not |
25 |
|
allowed. |
26 |
|
|
27 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Support for |required| attribute of the |input| |
30 |
|
element. |
31 |
|
|
32 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
35 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
36 |
|
attributes of the |input| element. |
37 |
|
|
38 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
41 |
|
type> states are implemented. Some <input type>-dependent |
42 |
|
attribute checkers implemented. |
43 |
|
|
44 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
* HTML.pm: <input type=text>, <input type=email>, <input |
* HTML.pm: <input type=text>, <input type=email>, <input |