1 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
4 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
5 |
|
|email|, |url|, and |password|. |
6 |
|
|
7 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
10 |
|
use attributes not supported by NanoDOM. |
11 |
|
|
12 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: HTML5 spec status updated, except for |
15 |
|
datatemplate-related features, once again. Status for RDFa and |
16 |
|
XHTML Basic 1.1 updated. |
17 |
|
|
18 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm: HTML5 spec status updated, except for |
21 |
|
datatemplate-related features. |
22 |
|
|
23 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
26 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
27 |
|
parent (or with no parent). |
28 |
|
|
29 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: <input usemap> support. |
32 |
|
|
33 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
36 |
|
support fixed. <input align> support. Tentative support for |
37 |
|
<input inputmode>. Support for <input replace>. Status of |
38 |
|
<button template> fixed. |
39 |
|
|
40 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
43 |
|
|
44 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: <input step> implemented. |
47 |
|
|
48 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm: The checker code for the Password state merged with the |
51 |
|
code for the Text state. The |maxlength| attribute checker |
52 |
|
implemented. The |size| attribute whose value is zero is not |
53 |
|
allowed. |
54 |
|
|
55 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: Support for |required| attribute of the |input| |
58 |
|
element. |
59 |
|
|
60 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
63 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
64 |
|
attributes of the |input| element. |
65 |
|
|
66 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
69 |
|
type> states are implemented. Some <input type>-dependent |
70 |
|
attribute checkers implemented. |
71 |
|
|
72 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
75 |
|
type=url>, <input type=password>, and <input type=datetime> |
76 |
|
checkes are implemented. |
77 |
|
|
78 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
81 |
|
|
82 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
85 |
|
definition. Prepares for tests against <input type> states. |
86 |
|
|
87 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
90 |
|
varying requirements for various states of the element. |
91 |
|
|
92 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* HTML.pm: <label> content conformance checking implemented. |
95 |
|
|
96 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* HTML.pm: Support for |for=""| validation. |
99 |
|
|
100 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
103 |
|
revision 1932). |
104 |
|
|
105 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* HTML.pm: Support for |form=""| attributes. |
108 |
|
|
109 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
112 |
|
elements are removed; the |id| attribute of those elements is now |
113 |
|
checked by the global |id| attribute. |
114 |
|
|
115 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* HTML.pm: Support for |fieldset| |legend|. |
118 |
|
|
119 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
122 |
|
|
123 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
126 |
|
revision 1738). |
127 |
|
|
128 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
131 |
|
with the spec (HTML5 revision 2018). |
132 |
|
|
133 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
136 |
|
check. |
137 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
138 |
|
support. |
139 |
|
|
140 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* HTML.pm: Support for style="" attributes. |
143 |
|
|
144 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
147 |
|
attribute. |
148 |
|
|
149 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
152 |
|
The WF2 |onforminput| and |onformchange| attributes were |
153 |
|
not added, since they are not defined (although they ARE |
154 |
|
mentioned) in the normative part of the WF2 spec. |
155 |
|
Typo on the |oninvalid| attribute fixed. |
156 |
|
|
157 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
160 |
|
|
161 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
164 |
|
|
165 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
168 |
|
allowed (HTML5 revision 1945). |
169 |
|
|
170 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* HTML.pm: Support for form elements (HTML5 revisions |
173 |
|
2142, 2148, 2150-2154). |
174 |
|
|
175 |
|
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* HTML.pm: RDFa spec status updated again. |
178 |
|
|
179 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* HTML.pm: RDFa spec status updated. |
182 |
|
|
183 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* HTML.pm: WF2 content model, contexts, attributes/elements |
186 |
|
status are updated. (HTML5 revision 2142-2152). |
187 |
|
|
188 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |