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