/[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.216 - (show annotations) (download)
Sun Aug 30 08:42:08 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.215: +6 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 08:34:54 -0000
	* html-objects-1.dat: Added test cases for nested |video| and
	|audio| elements (HTML5 revision 3488).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 08:41:54 -0000
	* HTML.pm: Disallow nested |video| and |audio| elements (HTML5
	revision 3488).  (But this does not work at the moment due to the
	bug on the handling of transparent elements).

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24