1 |
|
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 |
36 |
|
varying requirements for various states of the element. |
37 |
|
|
38 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm: <label> content conformance checking implemented. |
41 |
|
|
42 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: Support for |for=""| validation. |
45 |
|
|
46 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
49 |
|
revision 1932). |
50 |
|
|
51 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm: Support for |form=""| attributes. |
54 |
|
|
55 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
58 |
|
elements are removed; the |id| attribute of those elements is now |
59 |
|
checked by the global |id| attribute. |
60 |
|
|
61 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm: Support for |fieldset| |legend|. |
64 |
|
|
65 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
68 |
|
|
69 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
72 |
|
revision 1738). |
73 |
|
|
74 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
77 |
|
with the spec (HTML5 revision 2018). |
78 |
|
|
79 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
82 |
|
check. |
83 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
84 |
|
support. |
85 |
|
|
86 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm: Support for style="" attributes. |
89 |
|
|
90 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
93 |
|
attribute. |
94 |
|
|
95 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
98 |
|
The WF2 |onforminput| and |onformchange| attributes were |
99 |
|
not added, since they are not defined (although they ARE |
100 |
|
mentioned) in the normative part of the WF2 spec. |
101 |
|
Typo on the |oninvalid| attribute fixed. |
102 |
|
|
103 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
106 |
|
|
107 |
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |