1 |
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* HTML.pm: The |datagrid| element has been commented out in the |
4 |
spec (HTML5 revision 2962, HTML5 revision 3555). |
5 |
|
6 |
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* HTML.pm: Changed |map| element content model to transparent |
9 |
content model (HTML5 revision 3009). |
10 |
|
11 |
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
* HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5 |
14 |
revision 3039 and HTML revision 3040). |
15 |
|
16 |
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
17 |
|
18 |
* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960). |
19 |
|
20 |
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
21 |
|
22 |
* HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054). |
23 |
|
24 |
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
25 |
|
26 |
* HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5 |
27 |
revision 2614). |
28 |
|
29 |
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
30 |
|
31 |
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 |
32 |
revision 3550). |
33 |
|
34 |
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
35 |
|
36 |
* HTML.pm: The |bb| element has been dropped from the spec (HTML5 |
37 |
revision 3621). |
38 |
|
39 |
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
40 |
|
41 |
* HTML.pm: Implemented |cite| attributes on |section| and |
42 |
|article| elements as dropped attributes (HTML5 revision 3069 and |
43 |
HTML5 revision 3627). |
44 |
|
45 |
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
46 |
|
47 |
* HTML.pm: Implemented |body| and |frameset| event handler content |
48 |
attributes (cf. HTML5 revision 2685). |
49 |
|
50 |
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
51 |
|
52 |
* HTML.pm: Updated element and attribute status. |
53 |
|
54 |
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
55 |
|
56 |
* HTML.pm: Added onpopstate="" attribute to body element (HTML5 |
57 |
revision 2686). |
58 |
|
59 |
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
60 |
|
61 |
* HTML.pm: Added autocomplete="" attribute to form element (HTML5 |
62 |
revision 2798). |
63 |
|
64 |
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
65 |
|
66 |
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). |
67 |
|
68 |
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
69 |
|
70 |
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). |
71 |
|
72 |
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
73 |
|
74 |
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
75 |
revision 2859). |
76 |
|
77 |
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
78 |
|
79 |
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
80 |
|table| is the only child of |figure| element (HTML5 revision |
81 |
2863). |
82 |
|
83 |
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
84 |
|
85 |
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
86 |
have been dropped (HTML5 revision 2870). |
87 |
|
88 |
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
89 |
|
90 |
* HTML.pm: Added support for |textarea| element's |placeholder| |
91 |
attribute (HTML5 revision 2921). |
92 |
|
93 |
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
94 |
|
95 |
* HTML.pm: Implemented dimenstion attributes (|width| and |
96 |
|height|; cf. HTML5 revision 2943). |
97 |
|
98 |
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
99 |
|
100 |
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
101 |
revision 3051). |
102 |
|
103 |
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
104 |
|
105 |
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
106 |
3065). |
107 |
|
108 |
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
109 |
|
110 |
* HTML.pm: Disallow |default| attribute of the |command| element |
111 |
for now (HTML5 revision 3067). |
112 |
|
113 |
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
114 |
|
115 |
* HTML.pm: Implemented |pubdate| attribute on the |article| |
116 |
element (HTML5 revision 3116). |
117 |
|
118 |
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
119 |
|
120 |
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
121 |
3164). |
122 |
|
123 |
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
124 |
|
125 |
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
126 |
3217). |
127 |
|
128 |
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
129 |
|
130 |
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
131 |
3252). |
132 |
|
133 |
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
134 |
|
135 |
* HTML.pm: Block-level contents in |figure|'s |legend| and |
136 |
|caption| are now allowed (HTML5 revision 3329). |
137 |
|
138 |
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
139 |
|
140 |
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
141 |
($GetDateTimeAttrChecker): Added. |
142 |
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
143 |
later use. |
144 |
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
145 |
"global date and time string". |
146 |
(input's date- and time-related, and type=number and type=range |
147 |
control types): Implemented value="", min="", and max="". |
148 |
|
149 |
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
150 |
|
151 |
* HTML.pm: Implemented <object form> and <legend form>. |
152 |
|
153 |
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
154 |
|
155 |
* HTML.pm: Updated definitions for attributes for form submission |
156 |
on |form| and submit buttons (action="", method="", enctype="", |
157 |
target="", and novalidate=""). |
158 |
|
159 |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
160 |
|
161 |
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
162 |
attribute. Implemented |name=""| attribute for form controls. |
163 |
Added U+000C into character class of space characters (it should |
164 |
have been, but was not in some of regular expressions). Updated |
165 |
definitions for |output| elements. |
166 |
|
167 |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
168 |
|
169 |
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
170 |
|option|, and |textarea| elements. |
171 |
|
172 |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
173 |
|
174 |
* HTML.pm: Updated definitions for |select|. |
175 |
|
176 |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
177 |
|
178 |
* HTML.pm: Updated definitions for |button|. |
179 |
|
180 |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
181 |
|
182 |
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
183 |
SHOULD-level error if @pattern but no @title. |
184 |
|
185 |
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
186 |
|
187 |
* HTML.pm: Added support for |pattern| attributes. |
188 |
|
189 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
190 |
|
191 |
* HTML.pm: Implemented <input type=file multiple> and <input |
192 |
placeholder>. |
193 |
|
194 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
195 |
|
196 |
* HTML.pm: Implemented <input list>. |
197 |
|
198 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
199 |
|
200 |
* HTML.pm: Implemented <input type=color>. |
201 |
|
202 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
203 |
|
204 |
* HTML.pm: Implemented <input multiple>, <input type=search>. |
205 |
Implemented <input value> validation for |type|s |text|, |search|, |
206 |
|email|, |url|, and |password|. |
207 |
|
208 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
209 |
|
210 |
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
211 |
use attributes not supported by NanoDOM. |
212 |
|
213 |
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
214 |
|
215 |
* HTML.pm: HTML5 spec status updated, except for |
216 |
datatemplate-related features, once again. Status for RDFa and |
217 |
XHTML Basic 1.1 updated. |
218 |
|
219 |
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
220 |
|
221 |
* HTML.pm: HTML5 spec status updated, except for |
222 |
datatemplate-related features. |
223 |
|
224 |
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
225 |
|
226 |
* HTML.pm: Quoted-strings in media type specifications were not |
227 |
properly decoded. Fixed support for <li value> with non-<ol> |
228 |
parent (or with no parent). |
229 |
|
230 |
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
231 |
|
232 |
* HTML.pm: <input usemap> support. |
233 |
|
234 |
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
235 |
|
236 |
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
237 |
support fixed. <input align> support. Tentative support for |
238 |
<input inputmode>. Support for <input replace>. Status of |
239 |
<button template> fixed. |
240 |
|
241 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
242 |
|
243 |
* HTML.pm: Place checkers for obsolete attributes appropriately. |
244 |
|
245 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
246 |
|
247 |
* HTML.pm: <input step> implemented. |
248 |
|
249 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
250 |
|
251 |
* HTML.pm: The checker code for the Password state merged with the |
252 |
code for the Text state. The |maxlength| attribute checker |
253 |
implemented. The |size| attribute whose value is zero is not |
254 |
allowed. |
255 |
|
256 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
257 |
|
258 |
* HTML.pm: Support for |required| attribute of the |input| |
259 |
element. |
260 |
|
261 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
262 |
|
263 |
* HTML.pm: Don't use |get_attribute|, for compatibility with |
264 |
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
265 |
attributes of the |input| element. |
266 |
|
267 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
268 |
|
269 |
* HTML.pm: Checks of attribute applicablity for remaining <input |
270 |
type> states are implemented. Some <input type>-dependent |
271 |
attribute checkers implemented. |
272 |
|
273 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
274 |
|
275 |
* HTML.pm: <input type=text>, <input type=email>, <input |
276 |
type=url>, <input type=password>, and <input type=datetime> |
277 |
checkes are implemented. |
278 |
|
279 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
280 |
|
281 |
* HTML.pm: <input type=hidden> checkes implemented. |
282 |
|
283 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
284 |
|
285 |
* HTML.pm: <input type> definition updated according to HTML5 |
286 |
definition. Prepares for tests against <input type> states. |
287 |
|
288 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
289 |
|
290 |
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
291 |
varying requirements for various states of the element. |
292 |
|
293 |
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
294 |
|
295 |
* HTML.pm: <label> content conformance checking implemented. |
296 |
|
297 |
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
298 |
|
299 |
* HTML.pm: Support for |for=""| validation. |
300 |
|
301 |
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
302 |
|
303 |
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
304 |
revision 1932). |
305 |
|
306 |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
307 |
|
308 |
* HTML.pm: Support for |form=""| attributes. |
309 |
|
310 |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
311 |
|
312 |
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
313 |
elements are removed; the |id| attribute of those elements is now |
314 |
checked by the global |id| attribute. |
315 |
|
316 |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
317 |
|
318 |
* HTML.pm: Support for |fieldset| |legend|. |
319 |
|
320 |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
321 |
|
322 |
* HTML.pm: |form| element's |name| attribute is implemented. |
323 |
|
324 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
325 |
|
326 |
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
327 |
revision 1738). |
328 |
|
329 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
330 |
|
331 |
* HTML.pm, Atom.pm: Interactrive content implementation synced |
332 |
with the spec (HTML5 revision 2018). |
333 |
|
334 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
335 |
|
336 |
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
337 |
check. |
338 |
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
339 |
support. |
340 |
|
341 |
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
342 |
|
343 |
* HTML.pm: Support for style="" attributes. |
344 |
|
345 |
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
346 |
|
347 |
* HTML.pm: Tentative support for |textarea| |oninput| |
348 |
attribute. |
349 |
|
350 |
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
351 |
|
352 |
* HTML.pm: The WF2 |oninput| attribute was not added. |
353 |
The WF2 |onforminput| and |onformchange| attributes were |
354 |
not added, since they are not defined (although they ARE |
355 |
mentioned) in the normative part of the WF2 spec. |
356 |
Typo on the |oninvalid| attribute fixed. |
357 |
|
358 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
359 |
|
360 |
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
361 |
|
362 |
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
363 |
|
364 |
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
365 |
|
366 |
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
367 |
|
368 |
* HTML.pm: data-UPPERCASE attributes are no longer |
369 |
allowed (HTML5 revision 1945). |
370 |
|
371 |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
372 |
|
373 |
* HTML.pm: Support for form elements (HTML5 revisions |
374 |
2142, 2148, 2150-2154). |
375 |
|
376 |
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
377 |
|
378 |
* HTML.pm: RDFa spec status updated again. |
379 |
|
380 |
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
381 |
|
382 |
* HTML.pm: RDFa spec status updated. |
383 |
|
384 |
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
385 |
|
386 |
* HTML.pm: WF2 content model, contexts, attributes/elements |
387 |
status are updated. (HTML5 revision 2142-2152). |
388 |
|
389 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
390 |
|
391 |
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
392 |
1863). |
393 |
|
394 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
395 |
|
396 |
* HTML.pm: Uppercase attribute names for embed elements |
397 |
are disallowed (HTML5 revision 1946). |
398 |
|
399 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
400 |
|
401 |
* HTML.pm: |embed| custom attributes and |data-*| attributes |
402 |
must be XML compatible (HTML5 revision 1836). |
403 |
|
404 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
405 |
|
406 |
* HTML.pm: All HTML elements can have xmlns="" attributes (HTML5 |
407 |
revision 1834). |
408 |
|
409 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
410 |
|
411 |
* HTML.pm: Requires non-empty title="" for rel="alternate stylesheet" |
412 |
link elements (HTML5 revision 1942). |
413 |
|
414 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
415 |
|
416 |
* HTML.pm: Support for the |bb| element (HTML5 revision 1894). |
417 |
|irrelevant| renamed as |hidden| (HTML5 revision 2119). |
418 |
|
419 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
420 |
|
421 |
* HTML.pm: Element status updated. |
422 |
|
423 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
424 |
|
425 |
* HTML.pm: <embed> without src="" is conforming (HTML5 |
426 |
revision 1929). |
427 |
|
428 |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
429 |
|
430 |
* HTML.pm: @autosubmit dropped (HTML5 revision 2019). |
431 |
|
432 |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
433 |
|
434 |
* HTML.pm: Use White_Space instead of Zs for date or time |
435 |
string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that |
436 |
misses a white space or "T" literal between day and hour) |
437 |
not raise two errors. |
438 |
|
439 |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
440 |
|
441 |
* HTML.pm: |xml:lang| attribute value must be same |
442 |
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
443 |
and so on). |lang| attribute in XML document is no longer |
444 |
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
445 |
in HTML document (HTML5 revision 2062 and so on). |
446 |
|
447 |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
448 |
|
449 |
* Atom.pm: s/element missing/child element missing/ for |
450 |
consistency. |
451 |
|
452 |
* HTML.pm: Typos fixed. |
453 |
(pre): "No significant content" error was unintentionally |
454 |
disabled. s/element missing/child element missing/ for |
455 |
consistency. |
456 |
|
457 |
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
458 |
|
459 |
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. |
460 |
|
461 |
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
462 |
|
463 |
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |
464 |
|
465 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
466 |
|
467 |
* HTML.pm: Subdocument texts for |style| and |script| |
468 |
elements were not initialized. |
469 |
|
470 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
471 |
|
472 |
* HTML.pm, Atom.pm: Pass {level} object to language tag |
473 |
and URL checkers. |
474 |
|
475 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
476 |
|
477 |
* HTML.pm: Mark HTML4's "fact"-level errors as such. Typo fixed. |
478 |
|
479 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
480 |
|
481 |
* Atom.pm, HTML.pm: All error reporting method calls are |
482 |
revised. |
483 |
|
484 |
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
485 |
|
486 |
* HTML.pm: Support for class=idl WebIDL checking. |
487 |
|
488 |
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
489 |
|
490 |
* HTML.pm: Support for |<map name="">| (HTML5 revisions |
491 |
1722 and 1728). |
492 |
|
493 |
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
494 |
|
495 |
* HTML.pm: Support for ruby, rt, and rp elements (HTML5 |
496 |
revision 1704). The |href| attribute is also extended |
497 |
as a common attribute by RDFa Last Call Working Draft. |
498 |
|
499 |
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
500 |
|
501 |
* HTML.pm: Make data="" invalid (HTML5 revision 1709). |
502 |
|
503 |
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
504 |
|
505 |
* HTML.pm: Support for sizes="" (HTML5 revision 1558). |
506 |
|
507 |
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
508 |
|
509 |
* HTML.pm: |select| or |datalist| as a first child of |datagrid| |
510 |
is now disallowed (HTML5 revision 1566). |datagrid| elements |
511 |
may be empty. |
512 |
|
513 |
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
514 |
|
515 |
* HTML.pm: The |param| element is in LC phase now. |
516 |
|
517 |
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
518 |
|
519 |
* HTML.pm: Support for seemless="" (HTML5 revision 1637) and |
520 |
sandbox="" (HTML5 revision 1643). |
521 |
|
522 |
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
523 |
|
524 |
* HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 |
525 |
revision 1659). |
526 |
|
527 |
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
528 |
|
529 |
* HTML.pm: Fact out generic charset name checking code |
530 |
to $HTMLCharsetChecker. Support for charset="" attributes |
531 |
on <a>, <link>, and <script> elements. |
532 |
|
533 |
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
534 |
|
535 |
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
536 |
one "." characters were allowed in a floating point number |
537 |
incorrectly. |
538 |
(source): Support for the pixelratio="" attribute (HTML5 revision |
539 |
1629). |
540 |
|
541 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
542 |
|
543 |
* HTML.pm: Yay, |canvas| got the final status! |
544 |
|
545 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
546 |
|
547 |
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
548 |
letters (HTML5 revision 1572). |
549 |
|
550 |
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
551 |
|
552 |
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
553 |
table object. Return the table object, not table element. |
554 |
The |headers=""| checker for |td| elements are now noop. |
555 |
Set the status of |headers=""| attribute as HTML5's one. |
556 |
|
557 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
558 |
|
559 |
* HTML.pm ($HTMLLengthAttrChecker): New. |
560 |
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
561 |
(script/@langauge): Implemented. |
562 |
|
563 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
564 |
|
565 |
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
566 |
Check meta refresh content="". |
567 |
|
568 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
569 |
|
570 |
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
571 |
no longer content model error (they might be raise |
572 |
table model error, however). All table model error |
573 |
parameters should propagate. |
574 |
|
575 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
576 |
|
577 |
* HTML.pm: Raise an error if a repeat* global attrbute |
578 |
is used for an HTML element. |
579 |
|
580 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
581 |
|
582 |
* HTML.pm: Support for global attributes. Status |
583 |
for XHTML2 elements/attributes are added. |
584 |
|
585 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
586 |
|
587 |
* HTML.pm: Support for |repeat-start=""| attribute. |
588 |
|
589 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
590 |
|
591 |
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
592 |
|repeat-min=""|, and |repeat-max=""| attributes. |
593 |
Support for |button| |type| values |add|, |remove|, |move-up|, |
594 |
and |move-down|. |
595 |
|
596 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
597 |
|
598 |
* HTML.pm: Support for |template=""|, |ref=""|, and |
599 |
|registrationmark=""| attributes. |
600 |
|
601 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
602 |
|
603 |
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
604 |
1511). |
605 |
|
606 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
607 |
|
608 |
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
609 |
revision 1495). Defined terms no longer have to be unique (HTML5 |
610 |
revision 1467). |
611 |
|
612 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
613 |
|
614 |
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
615 |
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
616 |
revision 1471) and an empty string is no longer allowed (HTML5 |
617 |
revision 1470). |
618 |
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
619 |
|
620 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
621 |
|
622 |
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
623 |
revision 1426). |
624 |
|
625 |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
626 |
|
627 |
* HTML.pm: Support for HTML custom data attributes (HTML5 |
628 |
revision 1399). |
629 |
|
630 |
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
631 |
|
632 |
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
633 |
|
634 |
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
635 |
|
636 |
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
637 |
|
638 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
639 |
|
640 |
* HTML.pm: link/@rev and a/@rev are implemented. |
641 |
|
642 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
643 |
|
644 |
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
645 |
img/@vspace, img/@longdesc, object/@align, object/@archive, |
646 |
object/@border, object/@classid, object/@codebase, |
647 |
object/@codetype, object/@declare, object/@hspace, |
648 |
object/@standby, object/@vspace, param/@valuetype, |
649 |
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
650 |
and %cellvalign/@valign are implemented. |
651 |
|
652 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
653 |
|
654 |
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
655 |
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
656 |
th/@nowrap, caption/@align , table/@frame, table/@rules, |
657 |
table/@summary, and table/@width are implemented. |
658 |
|
659 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
660 |
|
661 |
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
662 |
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
663 |
br/@clear, pre/@width, ol/@compact, ul/@compact, |
664 |
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
665 |
|
666 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
667 |
|
668 |
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
669 |
checker). head/@profile implemented. meta/@scheme implemented (as |
670 |
do-nothing checker). |
671 |
|
672 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
673 |
|
674 |
* HTML.pm: Add URIs to the list of URIs to be returned |
675 |
by the checker method. |accesskey| attribute is implemented. |
676 |
|
677 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
678 |
|
679 |
* Atom.pm: Don't raise an error even if there is |
680 |
no |atom:summary| element child in the |atom:entry| |
681 |
element when the |type| attribute of the |atom:content| |
682 |
element is set to |html|, |xhtml|, or |text|. |
683 |
The |atom:rights| elements were implemented |
684 |
as Date construct (!?). |
685 |
Typo in code for |rel=alternate| are fixed. |
686 |
|
687 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
688 |
|
689 |
* Atom.pm: Support for |thr:total| element. |
690 |
Add notes on additional Atom namespaces. |
691 |
|
692 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
693 |
|
694 |
* Atom.pm: Support for |thr:in-reply-to| element. |
695 |
|
696 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
697 |
|
698 |
* Atom.pm: Raise an error if required |atom:summary| |
699 |
element is missing from an |atom:entry| element. |
700 |
|
701 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
702 |
|
703 |
* Atom.pm: Support for |<* type=html>| in Text construct. |
704 |
|
705 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
706 |
|
707 |
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
708 |
|
709 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
710 |
|
711 |
* Atom.pm: Support for |<content type=html>| content |
712 |
checking. |
713 |
|
714 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
715 |
|
716 |
* Atom.pm: Support for |author| for |feed| checking. |
717 |
|
718 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
719 |
|
720 |
* Atom.pm: Support for |author| for |entry| checking. |
721 |
|
722 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
723 |
|
724 |
* HTML.pm: Some attribute level definitions were missing. |
725 |
|
726 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
727 |
|
728 |
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
729 |
|
730 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
731 |
|
732 |
* HTML.pm: |contenteditable| attribute support is now implemented. |
733 |
|
734 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
735 |
|
736 |
* HTML.pm: Known but not-implemented-yet attributes were not |
737 |
warned. |
738 |
|
739 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
740 |
|
741 |
* HTML.pm: Status information from old specifications |
742 |
are incorporated. |
743 |
|
744 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
745 |
|
746 |
* Atom.pm: Reimplemented. |
747 |
|
748 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
749 |
|
750 |
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
751 |
Raise an error if |area| is not a descendant of |map|. |
752 |
|
753 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
754 |
|
755 |
* HTML.pm: Sectioning root category added. |blockquote| |
756 |
is no longer a sectioning content. |
757 |
|
758 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
759 |
|
760 |
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
761 |
revision 1250). |
762 |
|
763 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
764 |
|
765 |
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
766 |
since the spec itself is frankensteinesque:-); note that though |
767 |
it is weired spec from the today's viewpoint, it is still |
768 |
better-written spec than any W3C (Candidate or Proposed or full) |
769 |
Recommendation, sadly. |
770 |
|
771 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
772 |
|
773 |
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
774 |
from XHTML M12N 1.0 are reflected in |status| field. |
775 |
|
776 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
777 |
|
778 |
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
779 |
Don't raise "not defined" errors; they are now raised according |
780 |
to status flags. Status flags of li/@value, ol/@start, and menu |
781 |
are now non-deprecated, to avoid deprecated error message. |
782 |
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
783 |
according to HTML4. |
784 |
|
785 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
786 |
|
787 |
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
788 |
Add |reversed| to |ol| (HTML5 revision 1248). |
789 |
|
790 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
791 |
|
792 |
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
793 |
|
794 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
795 |
|
796 |
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
797 |
Raise not-part-of-HTML5 error for |acronym|. |
798 |
|
799 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
800 |
|
801 |
* HTML.pm: HTML5 attribute status added. |
802 |
|
803 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
804 |
|
805 |
* HTML.pm: Standardized status for attributes are added (HTML5 |
806 |
info are not added yet). Make element or attribute not defined |
807 |
by HTML5 spec as a conformance error (though it is not clearly |
808 |
defined by HTML5 spec as non-conforming). Note that more work |
809 |
is needed for non-standard attribute thing, since the current |
810 |
implementation prevents non-standard attribute from being |
811 |
syntactically checked (otherwise it is treated as if a |
812 |
standard attribute). |
813 |
|
814 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
815 |
|
816 |
* HTML.pm: Standardized status attributes are added. |
817 |
|
818 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
819 |
|
820 |
* HTML.pm: Invalid |meta| in |noscript| should be erred |
821 |
as usual. |
822 |
|
823 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
824 |
|
825 |
* HTML.pm: Updated for |del|-and-significant problem. |
826 |
|
827 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
828 |
|
829 |
* HTML.pm (datagrid): Condition was incorrect. |
830 |
|
831 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
832 |
|
833 |
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
834 |
change state when a transparent element is encountered. |
835 |
(details check): Reimplemented. |
836 |
|
837 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
838 |
|
839 |
* HTML.pm (object check_end): Don't check significant content |
840 |
if the element is used as a transparent element. |
841 |
(video check): Reimplemented. |
842 |
|
843 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
844 |
|
845 |
* HTML.pm: |figure| content checker reimplemented. |object| |
846 |
content checker for root element case reimplemented. |
847 |
|
848 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
849 |
|
850 |
* HTML.pm: Revised. |
851 |
|
852 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
853 |
|
854 |
* HTML.pm (object): Implemented (with some bug on transparentness |
855 |
handling). |
856 |
|
857 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
858 |
|
859 |
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
860 |
|
861 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
862 |
|
863 |
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
864 |
the conformance checker cannot examine the semantics of the |
865 |
image). |
866 |
|
867 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
868 |
|
869 |
* HTML.pm: Useless old stuff are removed. |datagrid| |
870 |
was missing from |$HTMLInteractiveContent|. |
871 |
(a): Use new |$HTMLInteractiveContent| in place |
872 |
of |$HTMLIntetractiveElements|. |
873 |
(caption): Use new |$HTMLPhrasingContentChecker| in place |
874 |
of |$HTMLStrictlyInlineChecker|. |
875 |
|
876 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
877 |
|
878 |
* HTML.pm (figure): Implemented. |
879 |
(video, audio): In no-parent-element case with |src| attribute, |
880 |
the content model is now prose content. |
881 |
|
882 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
883 |
|
884 |
* HTML.pm (noscript): Reimplemented. |
885 |
|
886 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
887 |
|
888 |
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
889 |
1180). |
890 |
|
891 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
892 |
|
893 |
* HTML.pm (th): |th| now requires phrasing content. |div| |
894 |
now requires prose content. |
895 |
|
896 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
897 |
|
898 |
* HTML.pm: Error messages revised. |
899 |
|
900 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
901 |
|
902 |
* HTML.pm: Most part of December 2007 Content Model is implemented. |
903 |
|
904 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
905 |
|
906 |
* HTML.pm (<style>): CSS validation code removed; instead, |
907 |
it does invoke subdoc callback to ask to the callee to validate |
908 |
the style sheet separately. |
909 |
|
910 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
911 |
|
912 |
* HTML.pm (<style>): Initial version of CSS validation support. |
913 |
|
914 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
915 |
|
916 |
* HTML.pm ($HTMLSignificantContentErrors): New. |
917 |
|
918 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
919 |
|
920 |
* HTML.pm: Support for checking for significant content (HTML5 |
921 |
revision 1114). Note that the current implementation has |
922 |
an issue on treatment for transparent or semi-transparent |
923 |
elements. |
924 |
|
925 |
* Atom.pm: Support for significant content checking (for composed |
926 |
HTML-Atom documents). |
927 |
|
928 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
929 |
|
930 |
* HTML.pm (header): Descendant constraint is redefined by |
931 |
new todo item type |descendant|. |
932 |
|
933 |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
934 |
|
935 |
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
936 |
(nest/@mode): Definition was wrong. |
937 |
($HTMLSelectorsAttrChecker): New. |
938 |
|
939 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
940 |
|
941 |
* HTML.pm (meta): Character references in |charset| attribute |
942 |
values are now erred. |
943 |
|
944 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
945 |
|
946 |
* HTML.pm (meta): |charset| value tests implemented. |
947 |
|
948 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
949 |
|
950 |
* HTML.pm: Raise bad-context error for proposed link types. |
951 |
|
952 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
953 |
|
954 |
* HTML.pm: Specialized error for old charset syntax. |
955 |
|
956 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
957 |
|
958 |
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
959 |
|
960 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
961 |
|
962 |
* HTML.pm: Allow <html manifest=URI>. |
963 |
|
964 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
965 |
|
966 |
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
967 |
revision 1115). |
968 |
|
969 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
970 |
|
971 |
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
972 |
revision 1115). |
973 |
|
974 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
975 |
|
976 |
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
977 |
|
978 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
979 |
|
980 |
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
981 |
|
982 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
983 |
|
984 |
* HTML.pm: Make <script async defer> conforming (HTML5 |
985 |
revision 1085). |
986 |
|
987 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
988 |
|
989 |
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
990 |
and |html:rule| elements. |
991 |
|
992 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
993 |
|
994 |
* Atom.pm (atom:link@title): Definition was missing. |
995 |
|
996 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
997 |
|
998 |
* Atom.pm (hreflang): Checker is implemented. |
999 |
(AtomDateConstruct): Checking for content is implemented. |
1000 |
|
1001 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
1002 |
|
1003 |
* HTML.pm: Support for language tag validation. |
1004 |
|
1005 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
1006 |
|
1007 |
* HTML.pm (head, noscript): Treatement for invalid |meta| |
1008 |
elenments are changed as per HTML5 revision 1018. |
1009 |
|
1010 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
1011 |
|
1012 |
* HTML.pm: Raise new errors if |base| is following |
1013 |
URI attributes or hyperlink attributes. |
1014 |
|
1015 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
1016 |
|
1017 |
* HTML.pm: Support for |noscript| in |head|. Make an |
1018 |
error for |noscript| in XML document. |
1019 |
|
1020 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
1021 |
|
1022 |
* HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type| |
1023 |
value are changed for the ease of error message catalog |
1024 |
lookup. |
1025 |
|
1026 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
1027 |
|
1028 |
* Atom.pm: |link|-related checks are added; |type| |
1029 |
media type checks are added. |hreflang| now warns |
1030 |
as unimplemented. |
1031 |
|
1032 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
1033 |
|
1034 |
* Atom.pm: Checker for all elements are defined (with |
1035 |
a number of "TODO"s). |
1036 |
|
1037 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
1038 |
|
1039 |
* Atom.pm: New Perl module. |
1040 |
|
1041 |
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
1042 |
|
1043 |
* HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|. |
1044 |
|
1045 |
* ChangeLog: New file. |