1 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: The checker code for the Password state merged with the |
4 |
|
code for the Text state. The |maxlength| attribute checker |
5 |
|
implemented. The |size| attribute whose value is zero is not |
6 |
|
allowed. |
7 |
|
|
8 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm: Support for |required| attribute of the |input| |
11 |
|
element. |
12 |
|
|
13 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
16 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
17 |
|
attributes of the |input| element. |
18 |
|
|
19 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
22 |
|
type> states are implemented. Some <input type>-dependent |
23 |
|
attribute checkers implemented. |
24 |
|
|
25 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
28 |
|
type=url>, <input type=password>, and <input type=datetime> |
29 |
|
checkes are implemented. |
30 |
|
|
31 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
34 |
|
|
35 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
38 |
|
definition. Prepares for tests against <input type> states. |
39 |
|
|
40 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
43 |
|
varying requirements for various states of the element. |
44 |
|
|
45 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm: <label> content conformance checking implemented. |
48 |
|
|
49 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Support for |for=""| validation. |
52 |
|
|
53 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
56 |
|
revision 1932). |
57 |
|
|
58 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm: Support for |form=""| attributes. |
61 |
|
|
62 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
65 |
|
elements are removed; the |id| attribute of those elements is now |
66 |
|
checked by the global |id| attribute. |
67 |
|
|
68 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm: Support for |fieldset| |legend|. |
71 |
|
|
72 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
75 |
|
|
76 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
79 |
|
revision 1738). |
80 |
|
|
81 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
84 |
|
with the spec (HTML5 revision 2018). |
85 |
|
|
86 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
89 |
|
check. |
90 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
91 |
|
support. |
92 |
|
|
93 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* HTML.pm: Support for style="" attributes. |
96 |
|
|
97 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
100 |
|
attribute. |
101 |
|
|
102 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
105 |
|
The WF2 |onforminput| and |onformchange| attributes were |
106 |
|
not added, since they are not defined (although they ARE |
107 |
|
mentioned) in the normative part of the WF2 spec. |
108 |
|
Typo on the |oninvalid| attribute fixed. |
109 |
|
|
110 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
113 |
|
|
114 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
117 |
|
|
118 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
121 |
|
allowed (HTML5 revision 1945). |
122 |
|
|
123 |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
* HTML.pm: Support for form elements (HTML5 revisions |
* HTML.pm: Support for form elements (HTML5 revisions |