/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.213 - (show annotations) (download)
Sun Aug 30 07:51:24 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.212: +5 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 07:47:50 -0000
	* html-texts-1.dat: Added test cases for nested |progress|,
	|time|, and |meter| elements (HTML5 revision 3692).

2009-08-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 07:48:15 -0000
	* HTML.pm: Disallow nested |progress|, |meter|, and |time|
	elements (HTML5 revision 3692).

2009-08-30  Wakaba  <wakaba@suika.fam.cx>

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>
584
585 * HTML.pm: Make data="" invalid (HTML5 revision 1709).
586
587 2008-05-25 Wakaba <wakaba@suika.fam.cx>
588
589 * HTML.pm: Support for sizes="" (HTML5 revision 1558).
590
591 2008-05-25 Wakaba <wakaba@suika.fam.cx>
592
593 * HTML.pm: |select| or |datalist| as a first child of |datagrid|
594 is now disallowed (HTML5 revision 1566). |datagrid| elements
595 may be empty.
596
597 2008-05-25 Wakaba <wakaba@suika.fam.cx>
598
599 * HTML.pm: The |param| element is in LC phase now.
600
601 2008-05-24 Wakaba <wakaba@suika.fam.cx>
602
603 * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
604 sandbox="" (HTML5 revision 1643).
605
606 2008-05-24 Wakaba <wakaba@suika.fam.cx>
607
608 * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
609 revision 1659).
610
611 2008-05-16 Wakaba <wakaba@suika.fam.cx>
612
613 * HTML.pm: Fact out generic charset name checking code
614 to $HTMLCharsetChecker. Support for charset="" attributes
615 on <a>, <link>, and <script> elements.
616
617 2008-05-16 Wakaba <wakaba@suika.fam.cx>
618
619 * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
620 one "." characters were allowed in a floating point number
621 incorrectly.
622 (source): Support for the pixelratio="" attribute (HTML5 revision
623 1629).
624
625 2008-05-10 Wakaba <wakaba@suika.fam.cx>
626
627 * HTML.pm: Yay, |canvas| got the final status!
628
629 2008-05-10 Wakaba <wakaba@suika.fam.cx>
630
631 * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
632 letters (HTML5 revision 1572).
633
634 2008-05-06 Wakaba <wakaba@suika.fam.cx>
635
636 * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
637 table object. Return the table object, not table element.
638 The |headers=""| checker for |td| elements are now noop.
639 Set the status of |headers=""| attribute as HTML5's one.
640
641 2008-05-05 Wakaba <wakaba@suika.fam.cx>
642
643 * HTML.pm ($HTMLLengthAttrChecker): New.
644 (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
645 (script/@langauge): Implemented.
646
647 2008-05-05 Wakaba <wakaba@suika.fam.cx>
648
649 * HTML.pm: Make duplicate http-equiv="" non-conforming.
650 Check meta refresh content="".
651
652 2008-05-05 Wakaba <wakaba@suika.fam.cx>
653
654 * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
655 no longer content model error (they might be raise
656 table model error, however). All table model error
657 parameters should propagate.
658
659 2008-05-05 Wakaba <wakaba@suika.fam.cx>
660
661 * HTML.pm: Raise an error if a repeat* global attrbute
662 is used for an HTML element.
663
664 2008-05-03 Wakaba <wakaba@suika.fam.cx>
665
666 * HTML.pm: Support for global attributes. Status
667 for XHTML2 elements/attributes are added.
668
669 2008-05-03 Wakaba <wakaba@suika.fam.cx>
670
671 * HTML.pm: Support for |repeat-start=""| attribute.
672
673 2008-05-03 Wakaba <wakaba@suika.fam.cx>
674
675 * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
676 |repeat-min=""|, and |repeat-max=""| attributes.
677 Support for |button| |type| values |add|, |remove|, |move-up|,
678 and |move-down|.
679
680 2008-05-03 Wakaba <wakaba@suika.fam.cx>
681
682 * HTML.pm: Support for |template=""|, |ref=""|, and
683 |registrationmark=""| attributes.
684
685 2008-04-29 Wakaba <wakaba@suika.fam.cx>
686
687 * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
688 1511).
689
690 2008-04-29 Wakaba <wakaba@suika.fam.cx>
691
692 * HTML.pm: Support for |onstorage| attribute is added (HTML5
693 revision 1495). Defined terms no longer have to be unique (HTML5
694 revision 1467).
695
696 2008-04-29 Wakaba <wakaba@suika.fam.cx>
697
698 * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
699 ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
700 revision 1471) and an empty string is no longer allowed (HTML5
701 revision 1470).
702 (object/@name, iframe/@name): Added (HTML5 revision 1470).
703
704 2008-04-13 Wakaba <wakaba@suika.fam.cx>
705
706 * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
707 revision 1426).
708
709 2008-04-12 Wakaba <wakaba@suika.fam.cx>
710
711 * HTML.pm: Support for HTML custom data attributes (HTML5
712 revision 1399).
713
714 2008-03-28 Wakaba <wakaba@suika.fam.cx>
715
716 * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
717
718 2008-03-23 Wakaba <wakaba@suika.fam.cx>
719
720 * HTML.pm: @datetime microsyntax is in the First Draft phase.
721
722 2008-03-22 Wakaba <wakaba@suika.fam.cx>
723
724 * HTML.pm: link/@rev and a/@rev are implemented.
725
726 2008-03-22 Wakaba <wakaba@suika.fam.cx>
727
728 * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
729 img/@vspace, img/@longdesc, object/@align, object/@archive,
730 object/@border, object/@classid, object/@codebase,
731 object/@codetype, object/@declare, object/@hspace,
732 object/@standby, object/@vspace, param/@valuetype,
733 param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
734 and %cellvalign/@valign are implemented.
735
736 2008-03-22 Wakaba <wakaba@suika.fam.cx>
737
738 * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
739 th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
740 th/@nowrap, caption/@align , table/@frame, table/@rules,
741 table/@summary, and table/@width are implemented.
742
743 2008-03-22 Wakaba <wakaba@suika.fam.cx>
744
745 * HTML.pm: body/@alink, body/@background, body/@bgcolor,
746 body/@link, body/@text, body/@vlink, hn/@align, p/@align,
747 br/@clear, pre/@width, ol/@compact, ul/@compact,
748 dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
749
750 2008-03-22 Wakaba <wakaba@suika.fam.cx>
751
752 * HTML.pm: Typo fixed. html/@version implemented (as do-nothing
753 checker). head/@profile implemented. meta/@scheme implemented (as
754 do-nothing checker).
755
756 2008-03-22 Wakaba <wakaba@suika.fam.cx>
757
758 * HTML.pm: Add URIs to the list of URIs to be returned
759 by the checker method. |accesskey| attribute is implemented.
760
761 2008-03-20 Wakaba <wakaba@suika.fam.cx>
762
763 * Atom.pm: Don't raise an error even if there is
764 no |atom:summary| element child in the |atom:entry|
765 element when the |type| attribute of the |atom:content|
766 element is set to |html|, |xhtml|, or |text|.
767 The |atom:rights| elements were implemented
768 as Date construct (!?).
769 Typo in code for |rel=alternate| are fixed.
770
771 2008-03-20 Wakaba <wakaba@suika.fam.cx>
772
773 * Atom.pm: Support for |thr:total| element.
774 Add notes on additional Atom namespaces.
775
776 2008-03-20 Wakaba <wakaba@suika.fam.cx>
777
778 * Atom.pm: Support for |thr:in-reply-to| element.
779
780 2008-03-20 Wakaba <wakaba@suika.fam.cx>
781
782 * Atom.pm: Raise an error if required |atom:summary|
783 element is missing from an |atom:entry| element.
784
785 2008-03-20 Wakaba <wakaba@suika.fam.cx>
786
787 * Atom.pm: Support for |<* type=html>| in Text construct.
788
789 2008-03-20 Wakaba <wakaba@suika.fam.cx>
790
791 * Atom.pm: Bug fix for validation of |feed| on |author| child.
792
793 2008-03-20 Wakaba <wakaba@suika.fam.cx>
794
795 * Atom.pm: Support for |<content type=html>| content
796 checking.
797
798 2008-03-20 Wakaba <wakaba@suika.fam.cx>
799
800 * Atom.pm: Support for |author| for |feed| checking.
801
802 2008-03-20 Wakaba <wakaba@suika.fam.cx>
803
804 * Atom.pm: Support for |author| for |entry| checking.
805
806 2008-03-17 Wakaba <wakaba@suika.fam.cx>
807
808 * HTML.pm: Some attribute level definitions were missing.
809
810 2008-03-09 Wakaba <wakaba@suika.fam.cx>
811
812 * HTML.pm: |dir|, |center|, and |basefont| are implemented.
813
814 2008-03-09 Wakaba <wakaba@suika.fam.cx>
815
816 * HTML.pm: |contenteditable| attribute support is now implemented.
817
818 2008-03-09 Wakaba <wakaba@suika.fam.cx>
819
820 * HTML.pm: Known but not-implemented-yet attributes were not
821 warned.
822
823 2008-03-02 Wakaba <wakaba@suika.fam.cx>
824
825 * HTML.pm: Status information from old specifications
826 are incorporated.
827
828 2008-03-02 Wakaba <wakaba@suika.fam.cx>
829
830 * Atom.pm: Reimplemented.
831
832 2008-03-02 Wakaba <wakaba@suika.fam.cx>
833
834 * HTML.pm: |in_a_href| flag is not reset after the </a>.
835 Raise an error if |area| is not a descendant of |map|.
836
837 2008-03-01 Wakaba <wakaba@suika.fam.cx>
838
839 * HTML.pm: Sectioning root category added. |blockquote|
840 is no longer a sectioning content.
841
842 2008-02-26 Wakaba <wakaba@suika.fam.cx>
843
844 * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
845 revision 1250).
846
847 2008-02-26 Wakaba <wakaba@suika.fam.cx>
848
849 * HTML.pm: First version of Web Forms 2.0 support (its weired,
850 since the spec itself is frankensteinesque:-); note that though
851 it is weired spec from the today's viewpoint, it is still
852 better-written spec than any W3C (Candidate or Proposed or full)
853 Recommendation, sadly.
854
855 2008-02-26 Wakaba <wakaba@suika.fam.cx>
856
857 * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
858 from XHTML M12N 1.0 are reflected in |status| field.
859
860 2008-02-26 Wakaba <wakaba@suika.fam.cx>
861
862 * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
863 Don't raise "not defined" errors; they are now raised according
864 to status flags. Status flags of li/@value, ol/@start, and menu
865 are now non-deprecated, to avoid deprecated error message.
866 area/@hreftype typo fixed. |isindex| SHOULD NOT be used
867 according to HTML4.
868
869 2008-02-26 Wakaba <wakaba@suika.fam.cx>
870
871 * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
872 Add |reversed| to |ol| (HTML5 revision 1248).
873
874 2008-02-24 Wakaba <wakaba@suika.fam.cx>
875
876 * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
877
878 2008-02-24 Wakaba <wakaba@suika.fam.cx>
879
880 * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
881 Raise not-part-of-HTML5 error for |acronym|.
882
883 2008-02-24 Wakaba <wakaba@suika.fam.cx>
884
885 * HTML.pm: HTML5 attribute status added.
886
887 2008-02-24 Wakaba <wakaba@suika.fam.cx>
888
889 * HTML.pm: Standardized status for attributes are added (HTML5
890 info are not added yet). Make element or attribute not defined
891 by HTML5 spec as a conformance error (though it is not clearly
892 defined by HTML5 spec as non-conforming). Note that more work
893 is needed for non-standard attribute thing, since the current
894 implementation prevents non-standard attribute from being
895 syntactically checked (otherwise it is treated as if a
896 standard attribute).
897
898 2008-02-24 Wakaba <wakaba@suika.fam.cx>
899
900 * HTML.pm: Standardized status attributes are added.
901
902 2008-02-24 Wakaba <wakaba@suika.fam.cx>
903
904 * HTML.pm: Invalid |meta| in |noscript| should be erred
905 as usual.
906
907 2008-02-24 Wakaba <wakaba@suika.fam.cx>
908
909 * HTML.pm: Updated for |del|-and-significant problem.
910
911 2008-02-24 Wakaba <wakaba@suika.fam.cx>
912
913 * HTML.pm (datagrid): Condition was incorrect.
914
915 2008-02-23 Wakaba <wakaba@suika.fam.cx>
916
917 * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
918 change state when a transparent element is encountered.
919 (details check): Reimplemented.
920
921 2008-02-23 Wakaba <wakaba@suika.fam.cx>
922
923 * HTML.pm (object check_end): Don't check significant content
924 if the element is used as a transparent element.
925 (video check): Reimplemented.
926
927 2008-02-23 Wakaba <wakaba@suika.fam.cx>
928
929 * HTML.pm: |figure| content checker reimplemented. |object|
930 content checker for root element case reimplemented.
931
932 2008-02-23 Wakaba <wakaba@suika.fam.cx>
933
934 * HTML.pm: Revised.
935
936 2008-02-18 Wakaba <wakaba@suika.fam.cx>
937
938 * HTML.pm (object): Implemented (with some bug on transparentness
939 handling).
940
941 2008-02-18 Wakaba <wakaba@suika.fam.cx>
942
943 * HTML.pm: s/m/mark/g (HTML5 revision 1232).
944
945 2008-02-18 Wakaba <wakaba@suika.fam.cx>
946
947 * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
948 the conformance checker cannot examine the semantics of the
949 image).
950
951 2008-02-17 Wakaba <wakaba@suika.fam.cx>
952
953 * HTML.pm: Useless old stuff are removed. |datagrid|
954 was missing from |$HTMLInteractiveContent|.
955 (a): Use new |$HTMLInteractiveContent| in place
956 of |$HTMLIntetractiveElements|.
957 (caption): Use new |$HTMLPhrasingContentChecker| in place
958 of |$HTMLStrictlyInlineChecker|.
959
960 2008-02-17 Wakaba <wakaba@suika.fam.cx>
961
962 * HTML.pm (figure): Implemented.
963 (video, audio): In no-parent-element case with |src| attribute,
964 the content model is now prose content.
965
966 2008-02-17 Wakaba <wakaba@suika.fam.cx>
967
968 * HTML.pm (noscript): Reimplemented.
969
970 2008-02-17 Wakaba <wakaba@suika.fam.cx>
971
972 * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
973 1180).
974
975 2008-02-17 Wakaba <wakaba@suika.fam.cx>
976
977 * HTML.pm (th): |th| now requires phrasing content. |div|
978 now requires prose content.
979
980 2008-02-17 Wakaba <wakaba@suika.fam.cx>
981
982 * HTML.pm: Error messages revised.
983
984 2008-02-17 Wakaba <wakaba@suika.fam.cx>
985
986 * HTML.pm: Most part of December 2007 Content Model is implemented.
987
988 2008-02-10 Wakaba <wakaba@suika.fam.cx>
989
990 * HTML.pm (<style>): CSS validation code removed; instead,
991 it does invoke subdoc callback to ask to the callee to validate
992 the style sheet separately.
993
994 2008-02-09 Wakaba <wakaba@suika.fam.cx>
995
996 * HTML.pm (<style>): Initial version of CSS validation support.
997
998 2007-11-25 Wakaba <wakaba@suika.fam.cx>
999
1000 * HTML.pm ($HTMLSignificantContentErrors): New.
1001
1002 2007-11-25 Wakaba <wakaba@suika.fam.cx>
1003
1004 * HTML.pm: Support for checking for significant content (HTML5
1005 revision 1114). Note that the current implementation has
1006 an issue on treatment for transparent or semi-transparent
1007 elements.
1008
1009 * Atom.pm: Support for significant content checking (for composed
1010 HTML-Atom documents).
1011
1012 2007-11-25 Wakaba <wakaba@suika.fam.cx>
1013
1014 * HTML.pm (header): Descendant constraint is redefined by
1015 new todo item type |descendant|.
1016
1017 2007-11-24 Wakaba <wakaba@suika.fam.cx>
1018
1019 * HTML.pm (nest/@filter, rule/@condition): Implemented.
1020 (nest/@mode): Definition was wrong.
1021 ($HTMLSelectorsAttrChecker): New.
1022
1023 2007-11-23 Wakaba <wakaba@suika.fam.cx>
1024
1025 * HTML.pm (meta): Character references in |charset| attribute
1026 values are now erred.
1027
1028 2007-11-23 Wakaba <wakaba@suika.fam.cx>
1029
1030 * HTML.pm (meta): |charset| value tests implemented.
1031
1032 2007-11-11 Wakaba <wakaba@suika.fam.cx>
1033
1034 * HTML.pm: Raise bad-context error for proposed link types.
1035
1036 2007-11-07 Wakaba <wakaba@suika.fam.cx>
1037
1038 * HTML.pm: Specialized error for old charset syntax.
1039
1040 2007-11-07 Wakaba <wakaba@suika.fam.cx>
1041
1042 * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
1043
1044 2007-11-04 Wakaba <wakaba@suika.fam.cx>
1045
1046 * HTML.pm: Allow <html manifest=URI>.
1047
1048 2007-11-04 Wakaba <wakaba@suika.fam.cx>
1049
1050 * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
1051 revision 1115).
1052
1053 2007-11-04 Wakaba <wakaba@suika.fam.cx>
1054
1055 * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
1056 revision 1115).
1057
1058 2007-11-04 Wakaba <wakaba@suika.fam.cx>
1059
1060 * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
1061
1062 2007-10-26 Wakaba <wakaba@suika.fam.cx>
1063
1064 * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
1065
1066 2007-10-23 Wakaba <wakaba@suika.fam.cx>
1067
1068 * HTML.pm: Make <script async defer> conforming (HTML5
1069 revision 1085).
1070
1071 2007-10-14 Wakaba <wakaba@suika.fam.cx>
1072
1073 * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
1074 and |html:rule| elements.
1075
1076 2007-09-24 Wakaba <wakaba@suika.fam.cx>
1077
1078 * Atom.pm (atom:link@title): Definition was missing.
1079
1080 2007-09-24 Wakaba <wakaba@suika.fam.cx>
1081
1082 * Atom.pm (hreflang): Checker is implemented.
1083 (AtomDateConstruct): Checking for content is implemented.
1084
1085 2007-09-09 Wakaba <wakaba@suika.fam.cx>
1086
1087 * HTML.pm: Support for language tag validation.
1088
1089 2007-08-25 Wakaba <wakaba@suika.fam.cx>
1090
1091 * HTML.pm (head, noscript): Treatement for invalid |meta|
1092 elenments are changed as per HTML5 revision 1018.
1093
1094 2007-08-17 Wakaba <wakaba@suika.fam.cx>
1095
1096 * HTML.pm: Raise new errors if |base| is following
1097 URI attributes or hyperlink attributes.
1098
1099 2007-08-17 Wakaba <wakaba@suika.fam.cx>
1100
1101 * HTML.pm: Support for |noscript| in |head|. Make an
1102 error for |noscript| in XML document.
1103
1104 2007-08-08 Wakaba <wakaba@suika.fam.cx>
1105
1106 * HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type|
1107 value are changed for the ease of error message catalog
1108 lookup.
1109
1110 2007-08-05 Wakaba <wakaba@suika.fam.cx>
1111
1112 * Atom.pm: |link|-related checks are added; |type|
1113 media type checks are added. |hreflang| now warns
1114 as unimplemented.
1115
1116 2007-08-05 Wakaba <wakaba@suika.fam.cx>
1117
1118 * Atom.pm: Checker for all elements are defined (with
1119 a number of "TODO"s).
1120
1121 2007-08-05 Wakaba <wakaba@suika.fam.cx>
1122
1123 * Atom.pm: New Perl module.
1124
1125 2007-08-04 Wakaba <wakaba@suika.fam.cx>
1126
1127 * HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|.
1128
1129 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24