1 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
4 |
|
revision 2859). |
5 |
|
|
6 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
9 |
|
|table| is the only child of |figure| element (HTML5 revision |
10 |
|
2863). |
11 |
|
|
12 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
15 |
|
have been dropped (HTML5 revision 2870). |
16 |
|
|
17 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
20 |
|
attribute (HTML5 revision 2921). |
21 |
|
|
22 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
25 |
|
|height|; cf. HTML5 revision 2943). |
26 |
|
|
27 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
30 |
|
revision 3051). |
31 |
|
|
32 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
35 |
|
3065). |
36 |
|
|
37 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
40 |
|
for now (HTML5 revision 3067). |
41 |
|
|
42 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
45 |
|
element (HTML5 revision 3116). |
46 |
|
|
47 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
50 |
|
3164). |
51 |
|
|
52 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
55 |
|
3217). |
56 |
|
|
57 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
60 |
|
3252). |
61 |
|
|
62 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
65 |
|
|caption| are now allowed (HTML5 revision 3329). |
66 |
|
|
67 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
70 |
|
($GetDateTimeAttrChecker): Added. |
71 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
72 |
|
later use. |
73 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
74 |
|
"global date and time string". |
75 |
|
(input's date- and time-related, and type=number and type=range |
76 |
|
control types): Implemented value="", min="", and max="". |
77 |
|
|
78 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
81 |
|
|
82 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm: Updated definitions for attributes for form submission |
85 |
|
on |form| and submit buttons (action="", method="", enctype="", |
86 |
|
target="", and novalidate=""). |
87 |
|
|
88 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
91 |
|
attribute. Implemented |name=""| attribute for form controls. |
92 |
|
Added U+000C into character class of space characters (it should |
93 |
|
have been, but was not in some of regular expressions). Updated |
94 |
|
definitions for |output| elements. |
95 |
|
|
96 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
99 |
|
|option|, and |textarea| elements. |
100 |
|
|
101 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* HTML.pm: Updated definitions for |select|. |
104 |
|
|
105 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* HTML.pm: Updated definitions for |button|. |
108 |
|
|
109 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
112 |
|
SHOULD-level error if @pattern but no @title. |
113 |
|
|
114 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* HTML.pm: Added support for |pattern| attributes. |
117 |
|
|
118 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
121 |
|
placeholder>. |
122 |
|
|
123 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: Implemented <input list>. |
126 |
|
|
127 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* HTML.pm: Implemented <input type=color>. |
130 |
|
|
131 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
134 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
135 |
|
|email|, |url|, and |password|. |
136 |
|
|
137 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
140 |
|
use attributes not supported by NanoDOM. |
141 |
|
|
142 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* HTML.pm: HTML5 spec status updated, except for |
145 |
|
datatemplate-related features, once again. Status for RDFa and |
146 |
|
XHTML Basic 1.1 updated. |
147 |
|
|
148 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML.pm: HTML5 spec status updated, except for |
151 |
|
datatemplate-related features. |
152 |
|
|
153 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
156 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
157 |
|
parent (or with no parent). |
158 |
|
|
159 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* HTML.pm: <input usemap> support. |
162 |
|
|
163 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
166 |
|
support fixed. <input align> support. Tentative support for |
167 |
|
<input inputmode>. Support for <input replace>. Status of |
168 |
|
<button template> fixed. |
169 |
|
|
170 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
173 |
|
|
174 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* HTML.pm: <input step> implemented. |
177 |
|
|
178 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* HTML.pm: The checker code for the Password state merged with the |
181 |
|
code for the Text state. The |maxlength| attribute checker |
182 |
|
implemented. The |size| attribute whose value is zero is not |
183 |
|
allowed. |
184 |
|
|
185 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* HTML.pm: Support for |required| attribute of the |input| |
188 |
|
element. |
189 |
|
|
190 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
193 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
194 |
|
attributes of the |input| element. |
195 |
|
|
196 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
199 |
|
type> states are implemented. Some <input type>-dependent |
200 |
|
attribute checkers implemented. |
201 |
|
|
202 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
205 |
|
type=url>, <input type=password>, and <input type=datetime> |
206 |
|
checkes are implemented. |
207 |
|
|
208 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
209 |
|
|
210 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
211 |
|
|
212 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
215 |
|
definition. Prepares for tests against <input type> states. |
216 |
|
|
217 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
220 |
|
varying requirements for various states of the element. |
221 |
|
|
222 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* HTML.pm: <label> content conformance checking implemented. |
225 |
|
|
226 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
|
* HTML.pm: Support for |for=""| validation. |
229 |
|
|
230 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
233 |
|
revision 1932). |
234 |
|
|
235 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* HTML.pm: Support for |form=""| attributes. |
238 |
|
|
239 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
241 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
242 |
|
elements are removed; the |id| attribute of those elements is now |
243 |
|
checked by the global |id| attribute. |
244 |
|
|
245 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* HTML.pm: Support for |fieldset| |legend|. |
248 |
|
|
249 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
250 |
|
|
251 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
252 |
|
|
253 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
254 |
|
|
255 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
256 |
|
revision 1738). |
257 |
|
|
258 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
259 |
|
|
260 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
261 |
|
with the spec (HTML5 revision 2018). |
262 |
|
|
263 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
266 |
|
check. |
267 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
268 |
|
support. |
269 |
|
|
270 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
271 |
|
|
272 |
|
* HTML.pm: Support for style="" attributes. |
273 |
|
|
274 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
276 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
277 |
|
attribute. |
278 |
|
|
279 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
280 |
|
|
281 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
282 |
|
The WF2 |onforminput| and |onformchange| attributes were |
283 |
|
not added, since they are not defined (although they ARE |
284 |
|
mentioned) in the normative part of the WF2 spec. |
285 |
|
Typo on the |oninvalid| attribute fixed. |
286 |
|
|
287 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
288 |
|
|
289 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
290 |
|
|
291 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
292 |
|
|
293 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
294 |
|
|
295 |
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
296 |
|
|
297 |
* HTML.pm: data-UPPERCASE attributes are no longer |
* HTML.pm: data-UPPERCASE attributes are no longer |