1 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: <input step> implemented. |
4 |
|
|
5 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: The checker code for the Password state merged with the |
8 |
|
code for the Text state. The |maxlength| attribute checker |
9 |
|
implemented. The |size| attribute whose value is zero is not |
10 |
|
allowed. |
11 |
|
|
12 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Support for |required| attribute of the |input| |
15 |
|
element. |
16 |
|
|
17 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
20 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
21 |
|
attributes of the |input| element. |
22 |
|
|
23 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
26 |
|
type> states are implemented. Some <input type>-dependent |
27 |
|
attribute checkers implemented. |
28 |
|
|
29 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
32 |
|
type=url>, <input type=password>, and <input type=datetime> |
33 |
|
checkes are implemented. |
34 |
|
|
35 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
38 |
|
|
39 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
42 |
|
definition. Prepares for tests against <input type> states. |
43 |
|
|
44 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
47 |
|
varying requirements for various states of the element. |
48 |
|
|
49 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: <label> content conformance checking implemented. |
52 |
|
|
53 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm: Support for |for=""| validation. |
56 |
|
|
57 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
60 |
|
revision 1932). |
61 |
|
|
62 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm: Support for |form=""| attributes. |
65 |
|
|
66 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
69 |
|
elements are removed; the |id| attribute of those elements is now |
70 |
|
checked by the global |id| attribute. |
71 |
|
|
72 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm: Support for |fieldset| |legend|. |
75 |
|
|
76 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
79 |
|
|
80 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
83 |
|
revision 1738). |
84 |
|
|
85 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
88 |
|
with the spec (HTML5 revision 2018). |
89 |
|
|
90 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |