1 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
4 |
|
have been dropped (HTML5 revision 2870). |
5 |
|
|
6 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
9 |
|
attribute (HTML5 revision 2921). |
10 |
|
|
11 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
14 |
|
|height|; cf. HTML5 revision 2943). |
15 |
|
|
16 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
19 |
|
revision 3051). |
20 |
|
|
21 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
24 |
|
3065). |
25 |
|
|
26 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
29 |
|
for now (HTML5 revision 3067). |
30 |
|
|
31 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
34 |
|
element (HTML5 revision 3116). |
35 |
|
|
36 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
39 |
|
3164). |
40 |
|
|
41 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
44 |
|
3217). |
45 |
|
|
46 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
49 |
|
3252). |
50 |
|
|
51 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
54 |
|
|caption| are now allowed (HTML5 revision 3329). |
55 |
|
|
56 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
59 |
|
($GetDateTimeAttrChecker): Added. |
60 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
61 |
|
later use. |
62 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
63 |
|
"global date and time string". |
64 |
|
(input's date- and time-related, and type=number and type=range |
65 |
|
control types): Implemented value="", min="", and max="". |
66 |
|
|
67 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
70 |
|
|
71 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm: Updated definitions for attributes for form submission |
74 |
|
on |form| and submit buttons (action="", method="", enctype="", |
75 |
|
target="", and novalidate=""). |
76 |
|
|
77 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
80 |
|
attribute. Implemented |name=""| attribute for form controls. |
81 |
|
Added U+000C into character class of space characters (it should |
82 |
|
have been, but was not in some of regular expressions). Updated |
83 |
|
definitions for |output| elements. |
84 |
|
|
85 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
88 |
|
|option|, and |textarea| elements. |
89 |
|
|
90 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: Updated definitions for |select|. |
93 |
|
|
94 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm: Updated definitions for |button|. |
97 |
|
|
98 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
101 |
|
SHOULD-level error if @pattern but no @title. |
102 |
|
|
103 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm: Added support for |pattern| attributes. |
106 |
|
|
107 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
110 |
|
placeholder>. |
111 |
|
|
112 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm: Implemented <input list>. |
115 |
|
|
116 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* HTML.pm: Implemented <input type=color>. |
119 |
|
|
120 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
123 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
124 |
|
|email|, |url|, and |password|. |
125 |
|
|
126 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
129 |
|
use attributes not supported by NanoDOM. |
130 |
|
|
131 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* HTML.pm: HTML5 spec status updated, except for |
134 |
|
datatemplate-related features, once again. Status for RDFa and |
135 |
|
XHTML Basic 1.1 updated. |
136 |
|
|
137 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* HTML.pm: HTML5 spec status updated, except for |
140 |
|
datatemplate-related features. |
141 |
|
|
142 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
145 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
146 |
|
parent (or with no parent). |
147 |
|
|
148 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML.pm: <input usemap> support. |
151 |
|
|
152 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
155 |
|
support fixed. <input align> support. Tentative support for |
156 |
|
<input inputmode>. Support for <input replace>. Status of |
157 |
|
<button template> fixed. |
158 |
|
|
159 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
162 |
|
|
163 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* HTML.pm: <input step> implemented. |
166 |
|
|
167 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* HTML.pm: The checker code for the Password state merged with the |
170 |
|
code for the Text state. The |maxlength| attribute checker |
171 |
|
implemented. The |size| attribute whose value is zero is not |
172 |
|
allowed. |
173 |
|
|
174 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* HTML.pm: Support for |required| attribute of the |input| |
177 |
|
element. |
178 |
|
|
179 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
182 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
183 |
|
attributes of the |input| element. |
184 |
|
|
185 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
188 |
|
type> states are implemented. Some <input type>-dependent |
189 |
|
attribute checkers implemented. |
190 |
|
|
191 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
194 |
|
type=url>, <input type=password>, and <input type=datetime> |
195 |
|
checkes are implemented. |
196 |
|
|
197 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
200 |
|
|
201 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
204 |
|
definition. Prepares for tests against <input type> states. |
205 |
|
|
206 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
209 |
|
varying requirements for various states of the element. |
210 |
|
|
211 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
|
* HTML.pm: <label> content conformance checking implemented. |
214 |
|
|
215 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* HTML.pm: Support for |for=""| validation. |
218 |
|
|
219 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
220 |
|
|
221 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
222 |
|
revision 1932). |
223 |
|
|
224 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* HTML.pm: Support for |form=""| attributes. |
227 |
|
|
228 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
231 |
|
elements are removed; the |id| attribute of those elements is now |
232 |
|
checked by the global |id| attribute. |
233 |
|
|
234 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
236 |
|
* HTML.pm: Support for |fieldset| |legend|. |
237 |
|
|
238 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
241 |
|
|
242 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
243 |
|
|
244 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
245 |
|
revision 1738). |
246 |
|
|
247 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
248 |
|
|
249 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
250 |
|
with the spec (HTML5 revision 2018). |
251 |
|
|
252 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
254 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
255 |
|
check. |
256 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
257 |
|
support. |
258 |
|
|
259 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
|
* HTML.pm: Support for style="" attributes. |
262 |
|
|
263 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
266 |
|
attribute. |
267 |
|
|
268 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
271 |
|
The WF2 |onforminput| and |onformchange| attributes were |
272 |
|
not added, since they are not defined (although they ARE |
273 |
|
mentioned) in the normative part of the WF2 spec. |
274 |
|
Typo on the |oninvalid| attribute fixed. |
275 |
|
|
276 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
279 |
|
|
280 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
283 |
|
|
284 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
285 |
|
|
286 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
287 |
|
allowed (HTML5 revision 1945). |
288 |
|
|
289 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* HTML.pm: Support for form elements (HTML5 revisions |
292 |
|
2142, 2148, 2150-2154). |
293 |
|
|
294 |
|
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* HTML.pm: RDFa spec status updated again. |
297 |
|
|
298 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
299 |
|
|
300 |
|
* HTML.pm: RDFa spec status updated. |
301 |
|
|
302 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
303 |
|
|
304 |
|
* HTML.pm: WF2 content model, contexts, attributes/elements |
305 |
|
status are updated. (HTML5 revision 2142-2152). |
306 |
|
|
307 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
308 |
|
|
309 |
|
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
310 |
|
1863). |
311 |
|
|
312 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
314 |
|
* HTML.pm: Uppercase attribute names for embed elements |
315 |
|
are disallowed (HTML5 revision 1946). |
316 |
|
|
317 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
318 |
|
|
319 |
|
* HTML.pm: |embed| custom attributes and |data-*| attributes |
320 |
|
must be XML compatible (HTML5 revision 1836). |
321 |
|
|
322 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
323 |
|
|
324 |
|
* HTML.pm: All HTML elements can have xmlns="" attributes (HTML5 |
325 |
|
revision 1834). |
326 |
|
|
327 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
329 |
|
* HTML.pm: Requires non-empty title="" for rel="alternate stylesheet" |
330 |
|
link elements (HTML5 revision 1942). |
331 |
|
|
332 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
333 |
|
|
334 |
|
* HTML.pm: Support for the |bb| element (HTML5 revision 1894). |
335 |
|
|irrelevant| renamed as |hidden| (HTML5 revision 2119). |
336 |
|
|
337 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* HTML.pm: Element status updated. |
340 |
|
|
341 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
342 |
|
|
343 |
|
* HTML.pm: <embed> without src="" is conforming (HTML5 |
344 |
|
revision 1929). |
345 |
|
|
346 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
347 |
|
|
348 |
|
* HTML.pm: @autosubmit dropped (HTML5 revision 2019). |
349 |
|
|
350 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
351 |
|
|
352 |
|
* HTML.pm: Use White_Space instead of Zs for date or time |
353 |
|
string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that |
354 |
|
misses a white space or "T" literal between day and hour) |
355 |
|
not raise two errors. |
356 |
|
|
357 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
358 |
|
|
359 |
|
* HTML.pm: |xml:lang| attribute value must be same |
360 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
361 |
|
and so on). |lang| attribute in XML document is no longer |
362 |
|
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
363 |
|
in HTML document (HTML5 revision 2062 and so on). |
364 |
|
|
365 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
367 |
|
* Atom.pm: s/element missing/child element missing/ for |
368 |
|
consistency. |
369 |
|
|
370 |
|
* HTML.pm: Typos fixed. |
371 |
|
(pre): "No significant content" error was unintentionally |
372 |
|
disabled. s/element missing/child element missing/ for |
373 |
|
consistency. |
374 |
|
|
375 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
376 |
|
|
377 |
|
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. |
378 |
|
|
379 |
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
380 |
|
|
381 |
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |