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 |
21 |
|
type=url>, <input type=password>, and <input type=datetime> |
22 |
|
checkes are implemented. |
23 |
|
|
24 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
27 |
|
|
28 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
31 |
|
definition. Prepares for tests against <input type> states. |
32 |
|
|
33 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
36 |
varying requirements for various states of the element. |
varying requirements for various states of the element. |
37 |
|
|