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> |
30 |
|
|
31 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
32 |
|
revision 1932). |
33 |
|
|
34 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Support for |form=""| attributes. |
37 |
|
|
38 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
41 |
|
elements are removed; the |id| attribute of those elements is now |
42 |
|
checked by the global |id| attribute. |
43 |
|
|
44 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Support for |fieldset| |legend|. |
47 |
|
|
48 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
51 |
|
|
52 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
55 |
|
revision 1738). |
56 |
|
|
57 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
60 |
|
with the spec (HTML5 revision 2018). |
61 |
|
|
62 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |