1 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: <input step> implemented. |
4 |
|
|
5 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: The checker code for the Password state merged with the |
8 |
|
code for the Text state. The |maxlength| attribute checker |
9 |
|
implemented. The |size| attribute whose value is zero is not |
10 |
|
allowed. |
11 |
|
|
12 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Support for |required| attribute of the |input| |
15 |
|
element. |
16 |
|
|
17 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
20 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
21 |
|
attributes of the |input| element. |
22 |
|
|
23 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
26 |
|
type> states are implemented. Some <input type>-dependent |
27 |
|
attribute checkers implemented. |
28 |
|
|
29 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
* HTML.pm: <input type=text>, <input type=email>, <input |
* HTML.pm: <input type=text>, <input type=email>, <input |
32 |
type=url>, <input type=password>, and <input type=datetime> |
type=url>, <input type=password>, and <input type=datetime> |
33 |
checkes are implemented. |
checkes are implemented. |