1 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Support for |required| attribute of the |input| |
4 |
|
element. |
5 |
|
|
6 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
9 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
10 |
|
attributes of the |input| element. |
11 |
|
|
12 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
15 |
|
type> states are implemented. Some <input type>-dependent |
16 |
|
attribute checkers implemented. |
17 |
|
|
18 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
* HTML.pm: <input type=text>, <input type=email>, <input |
* HTML.pm: <input type=text>, <input type=email>, <input |
21 |
type=url>, <input type=password>, and <input type=datetime> |
type=url>, <input type=password>, and <input type=datetime> |
22 |
checkes are implemented. |
checkes are implemented. |