1 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Disallow nested |progress|, |meter|, and |time| |
4 |
|
elements (HTML5 revision 3692). |
5 |
|
|
6 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Implemented |command| element's attributes' |
9 |
|
requirements (HTML5 revision 2415). |
10 |
|
|
11 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Implemented |progress|'s author requirements (cf. HTML5 |
14 |
|
revision 2484). |
15 |
|
|
16 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Disallow space characters in <map name="">. |
19 |
|
|
20 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: Added |loop| attribute and |loopstart|, |loopend|, |
23 |
|
|start|, |end|, and |playcount| attributes as obsolete attributes |
24 |
|
to |audio| and |video| elements (HTML5 revision 2401). |
25 |
|
|
26 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Marked datatemplate and repetition template features as |
29 |
|
dropped (HTML5 revision 2319). |
30 |
|
|
31 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Now |menu| element is a normal flow content (HTML5 |
34 |
|
revision 2416). |
35 |
|
|
36 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Revised and marked as dropped the |pixelratio| |
39 |
|
attribute of the |source| element (HTML5 revision 2406 and HTML5 |
40 |
|
revision 2493). |
41 |
|
|
42 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: Discourage use of the |autoplay| attribute (HTML5 |
45 |
|
revision 3344). |
46 |
|
|
47 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm: Implemented <meta http-equiv=content-language> (see |
50 |
|
<http://manakai.g.hatena.ne.jp/task/4/110>). |
51 |
|
|
52 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: Implemented floating point number in sceientific |
55 |
|
notation. |
56 |
|
|
57 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: Disallow interactive content in |button| element (HTML5 |
60 |
|
revision 2392). Marked |img| and |object| (with |usemap| |
61 |
|
attribute) elements, |iframe| element, and |embed| element as |
62 |
|
interactive content (HTML5 revision 2455, HTML5 revision 3162, |
63 |
|
HTML5 revision 3338). |
64 |
|
|
65 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: Revised the syntax of the |time| element and its |
68 |
|
|datetime| attribute to sync with the latest spec definition. |
69 |
|
|
70 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm: Allow white space characters arround tokens in |accept| |
73 |
|
attribute value of |input| elements (HTML5 revision 2759). |
74 |
|
|
75 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: Renamed form submission attributes on |button| element |
78 |
|
to new names beginning by |form| (HTML5 revision 2890). |
79 |
|
|
80 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm: Renamed form submission attributes on |input| element |
83 |
|
to new names beginning by |form| (HTML5 revision 2890). |
84 |
|
|
85 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: The |datagrid| element has been commented out in the |
88 |
|
spec (HTML5 revision 2962, HTML5 revision 3555). |
89 |
|
|
90 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: Changed |map| element content model to transparent |
93 |
|
content model (HTML5 revision 3009). |
94 |
|
|
95 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5 |
98 |
|
revision 3039 and HTML revision 3040). |
99 |
|
|
100 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960). |
103 |
|
|
104 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054). |
107 |
|
|
108 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5 |
111 |
|
revision 2614). |
112 |
|
|
113 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 |
116 |
|
revision 3550). |
117 |
|
|
118 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm: The |bb| element has been dropped from the spec (HTML5 |
121 |
|
revision 3621). |
122 |
|
|
123 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: Implemented |cite| attributes on |section| and |
126 |
|
|article| elements as dropped attributes (HTML5 revision 3069 and |
127 |
|
HTML5 revision 3627). |
128 |
|
|
129 |
|
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* HTML.pm: Implemented |body| and |frameset| event handler content |
132 |
|
attributes (cf. HTML5 revision 2685). |
133 |
|
|
134 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* HTML.pm: Updated element and attribute status. |
137 |
|
|
138 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* HTML.pm: Added onpopstate="" attribute to body element (HTML5 |
141 |
|
revision 2686). |
142 |
|
|
143 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* HTML.pm: Added autocomplete="" attribute to form element (HTML5 |
146 |
|
revision 2798). |
147 |
|
|
148 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). |
151 |
|
|
152 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). |
155 |
|
|
156 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
159 |
|
revision 2859). |
160 |
|
|
161 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
164 |
|
|table| is the only child of |figure| element (HTML5 revision |
165 |
|
2863). |
166 |
|
|
167 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
170 |
|
have been dropped (HTML5 revision 2870). |
171 |
|
|
172 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
173 |
|
|
174 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
175 |
|
attribute (HTML5 revision 2921). |
176 |
|
|
177 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
180 |
|
|height|; cf. HTML5 revision 2943). |
181 |
|
|
182 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
185 |
|
revision 3051). |
186 |
|
|
187 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
190 |
|
3065). |
191 |
|
|
192 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
195 |
|
for now (HTML5 revision 3067). |
196 |
|
|
197 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
200 |
|
element (HTML5 revision 3116). |
201 |
|
|
202 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
205 |
|
3164). |
206 |
|
|
207 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
210 |
|
3217). |
211 |
|
|
212 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
215 |
|
3252). |
216 |
|
|
217 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
220 |
|
|caption| are now allowed (HTML5 revision 3329). |
221 |
|
|
222 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
225 |
|
($GetDateTimeAttrChecker): Added. |
226 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
227 |
|
later use. |
228 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
229 |
|
"global date and time string". |
230 |
|
(input's date- and time-related, and type=number and type=range |
231 |
|
control types): Implemented value="", min="", and max="". |
232 |
|
|
233 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
235 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
236 |
|
|
237 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
|
* HTML.pm: Updated definitions for attributes for form submission |
240 |
|
on |form| and submit buttons (action="", method="", enctype="", |
241 |
|
target="", and novalidate=""). |
242 |
|
|
243 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
244 |
|
|
245 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
246 |
|
attribute. Implemented |name=""| attribute for form controls. |
247 |
|
Added U+000C into character class of space characters (it should |
248 |
|
have been, but was not in some of regular expressions). Updated |
249 |
|
definitions for |output| elements. |
250 |
|
|
251 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
254 |
|
|option|, and |textarea| elements. |
255 |
|
|
256 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* HTML.pm: Updated definitions for |select|. |
259 |
|
|
260 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* HTML.pm: Updated definitions for |button|. |
263 |
|
|
264 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
267 |
|
SHOULD-level error if @pattern but no @title. |
268 |
|
|
269 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* HTML.pm: Added support for |pattern| attributes. |
272 |
|
|
273 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
274 |
|
|
275 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
276 |
|
placeholder>. |
277 |
|
|
278 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
279 |
|
|
280 |
|
* HTML.pm: Implemented <input list>. |
281 |
|
|
282 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
284 |
|
* HTML.pm: Implemented <input type=color>. |
285 |
|
|
286 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
287 |
|
|
288 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
289 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
290 |
|
|email|, |url|, and |password|. |
291 |
|
|
292 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
293 |
|
|
294 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
295 |
|
use attributes not supported by NanoDOM. |
296 |
|
|
297 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
298 |
|
|
299 |
|
* HTML.pm: HTML5 spec status updated, except for |
300 |
|
datatemplate-related features, once again. Status for RDFa and |
301 |
|
XHTML Basic 1.1 updated. |
302 |
|
|
303 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
|
* HTML.pm: HTML5 spec status updated, except for |
306 |
|
datatemplate-related features. |
307 |
|
|
308 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
309 |
|
|
310 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
311 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
312 |
|
parent (or with no parent). |
313 |
|
|
314 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
315 |
|
|
316 |
|
* HTML.pm: <input usemap> support. |
317 |
|
|
318 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
319 |
|
|
320 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
321 |
|
support fixed. <input align> support. Tentative support for |
322 |
|
<input inputmode>. Support for <input replace>. Status of |
323 |
|
<button template> fixed. |
324 |
|
|
325 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
328 |
|
|
329 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
330 |
|
|
331 |
|
* HTML.pm: <input step> implemented. |
332 |
|
|
333 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
334 |
|
|
335 |
|
* HTML.pm: The checker code for the Password state merged with the |
336 |
|
code for the Text state. The |maxlength| attribute checker |
337 |
|
implemented. The |size| attribute whose value is zero is not |
338 |
|
allowed. |
339 |
|
|
340 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
341 |
|
|
342 |
|
* HTML.pm: Support for |required| attribute of the |input| |
343 |
|
element. |
344 |
|
|
345 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
346 |
|
|
347 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
348 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
349 |
|
attributes of the |input| element. |
350 |
|
|
351 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
352 |
|
|
353 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
354 |
|
type> states are implemented. Some <input type>-dependent |
355 |
|
attribute checkers implemented. |
356 |
|
|
357 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
358 |
|
|
359 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
360 |
|
type=url>, <input type=password>, and <input type=datetime> |
361 |
|
checkes are implemented. |
362 |
|
|
363 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
364 |
|
|
365 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
366 |
|
|
367 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
368 |
|
|
369 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
370 |
|
definition. Prepares for tests against <input type> states. |
371 |
|
|
372 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
373 |
|
|
374 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
375 |
|
varying requirements for various states of the element. |
376 |
|
|
377 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
378 |
|
|
379 |
|
* HTML.pm: <label> content conformance checking implemented. |
380 |
|
|
381 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
382 |
|
|
383 |
|
* HTML.pm: Support for |for=""| validation. |
384 |
|
|
385 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
386 |
|
|
387 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
388 |
|
revision 1932). |
389 |
|
|
390 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
391 |
|
|
392 |
|
* HTML.pm: Support for |form=""| attributes. |
393 |
|
|
394 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
395 |
|
|
396 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
397 |
|
elements are removed; the |id| attribute of those elements is now |
398 |
|
checked by the global |id| attribute. |
399 |
|
|
400 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
401 |
|
|
402 |
|
* HTML.pm: Support for |fieldset| |legend|. |
403 |
|
|
404 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
405 |
|
|
406 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
407 |
|
|
408 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
409 |
|
|
410 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
411 |
|
revision 1738). |
412 |
|
|
413 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
414 |
|
|
415 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
416 |
|
with the spec (HTML5 revision 2018). |
417 |
|
|
418 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
419 |
|
|
420 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
421 |
|
check. |
422 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
423 |
|
support. |
424 |
|
|
425 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
426 |
|
|
427 |
|
* HTML.pm: Support for style="" attributes. |
428 |
|
|
429 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
430 |
|
|
431 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
432 |
|
attribute. |
433 |
|
|
434 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
435 |
|
|
436 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
437 |
|
The WF2 |onforminput| and |onformchange| attributes were |
438 |
|
not added, since they are not defined (although they ARE |
439 |
|
mentioned) in the normative part of the WF2 spec. |
440 |
|
Typo on the |oninvalid| attribute fixed. |
441 |
|
|
442 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
443 |
|
|
444 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
445 |
|
|
446 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
447 |
|
|
448 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
449 |
|
|
450 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
451 |
|
|
452 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
453 |
|
allowed (HTML5 revision 1945). |
454 |
|
|
455 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
456 |
|
|
457 |
|
* HTML.pm: Support for form elements (HTML5 revisions |
458 |
|
2142, 2148, 2150-2154). |
459 |
|
|
460 |
|
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
461 |
|
|
462 |
|
* HTML.pm: RDFa spec status updated again. |
463 |
|
|
464 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
465 |
|
|
466 |
|
* HTML.pm: RDFa spec status updated. |
467 |
|
|
468 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
469 |
|
|
470 |
|
* HTML.pm: WF2 content model, contexts, attributes/elements |
471 |
|
status are updated. (HTML5 revision 2142-2152). |
472 |
|
|
473 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
474 |
|
|
475 |
|
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
476 |
|
1863). |
477 |
|
|
478 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
479 |
|
|
480 |
|
* HTML.pm: Uppercase attribute names for embed elements |
481 |
|
are disallowed (HTML5 revision 1946). |
482 |
|
|
483 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
484 |
|
|
485 |
|
* HTML.pm: |embed| custom attributes and |data-*| attributes |
486 |
|
must be XML compatible (HTML5 revision 1836). |
487 |
|
|
488 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
489 |
|
|
490 |
|
* HTML.pm: All HTML elements can have xmlns="" attributes (HTML5 |
491 |
|
revision 1834). |
492 |
|
|
493 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
494 |
|
|
495 |
|
* HTML.pm: Requires non-empty title="" for rel="alternate stylesheet" |
496 |
|
link elements (HTML5 revision 1942). |
497 |
|
|
498 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
499 |
|
|
500 |
|
* HTML.pm: Support for the |bb| element (HTML5 revision 1894). |
501 |
|
|irrelevant| renamed as |hidden| (HTML5 revision 2119). |
502 |
|
|
503 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
504 |
|
|
505 |
|
* HTML.pm: Element status updated. |
506 |
|
|
507 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
508 |
|
|
509 |
|
* HTML.pm: <embed> without src="" is conforming (HTML5 |
510 |
|
revision 1929). |
511 |
|
|
512 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
513 |
|
|
514 |
|
* HTML.pm: @autosubmit dropped (HTML5 revision 2019). |
515 |
|
|
516 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
517 |
|
|
518 |
|
* HTML.pm: Use White_Space instead of Zs for date or time |
519 |
|
string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that |
520 |
|
misses a white space or "T" literal between day and hour) |
521 |
|
not raise two errors. |
522 |
|
|
523 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
524 |
|
|
525 |
|
* HTML.pm: |xml:lang| attribute value must be same |
526 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
527 |
|
and so on). |lang| attribute in XML document is no longer |
528 |
|
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
529 |
|
in HTML document (HTML5 revision 2062 and so on). |
530 |
|
|
531 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
532 |
|
|
533 |
|
* Atom.pm: s/element missing/child element missing/ for |
534 |
|
consistency. |
535 |
|
|
536 |
|
* HTML.pm: Typos fixed. |
537 |
|
(pre): "No significant content" error was unintentionally |
538 |
|
disabled. s/element missing/child element missing/ for |
539 |
|
consistency. |
540 |
|
|
541 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
542 |
|
|
543 |
|
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. |
544 |
|
|
545 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
546 |
|
|
547 |
|
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |
548 |
|
|
549 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
550 |
|
|
551 |
|
* HTML.pm: Subdocument texts for |style| and |script| |
552 |
|
elements were not initialized. |
553 |
|
|
554 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
555 |
|
|
556 |
|
* HTML.pm, Atom.pm: Pass {level} object to language tag |
557 |
|
and URL checkers. |
558 |
|
|
559 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
560 |
|
|
561 |
|
* HTML.pm: Mark HTML4's "fact"-level errors as such. Typo fixed. |
562 |
|
|
563 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
564 |
|
|
565 |
|
* Atom.pm, HTML.pm: All error reporting method calls are |
566 |
|
revised. |
567 |
|
|
568 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
569 |
|
|
570 |
|
* HTML.pm: Support for class=idl WebIDL checking. |
571 |
|
|
572 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
573 |
|
|
574 |
|
* HTML.pm: Support for |<map name="">| (HTML5 revisions |
575 |
|
1722 and 1728). |
576 |
|
|
577 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
578 |
|
|
579 |
|
* HTML.pm: Support for ruby, rt, and rp elements (HTML5 |
580 |
|
revision 1704). The |href| attribute is also extended |
581 |
|
as a common attribute by RDFa Last Call Working Draft. |
582 |
|
|
583 |
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
584 |
|
|
585 |
* HTML.pm: Make data="" invalid (HTML5 revision 1709). |
* HTML.pm: Make data="" invalid (HTML5 revision 1709). |