1 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
4 |
|
type=url>, <input type=password>, and <input type=datetime> |
5 |
|
checkes are implemented. |
6 |
|
|
7 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
10 |
|
|
11 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
14 |
|
definition. Prepares for tests against <input type> states. |
15 |
|
|
16 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
19 |
|
varying requirements for various states of the element. |
20 |
|
|
21 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: <label> content conformance checking implemented. |
24 |
|
|
25 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Support for |for=""| validation. |
28 |
|
|
29 |
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |