1 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
4 |
|
type> states are implemented. Some <input type>-dependent |
5 |
|
attribute checkers implemented. |
6 |
|
|
7 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
10 |
|
type=url>, <input type=password>, and <input type=datetime> |
11 |
|
checkes are implemented. |
12 |
|
|
13 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
16 |
|
|
17 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
20 |
|
definition. Prepares for tests against <input type> states. |
21 |
|
|
22 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
25 |
|
varying requirements for various states of the element. |
26 |
|
|
27 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: <label> content conformance checking implemented. |
30 |
|
|
31 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Support for |for=""| validation. |
34 |
|
|
35 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
38 |
|
revision 1932). |
39 |
|
|
40 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: Support for |form=""| attributes. |
43 |
|
|
44 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
47 |
|
elements are removed; the |id| attribute of those elements is now |
48 |
|
checked by the global |id| attribute. |
49 |
|
|
50 |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
* HTML.pm: Support for |fieldset| |legend|. |
* HTML.pm: Support for |fieldset| |legend|. |