/[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.182 - (show annotations) (download)
Sun Jul 26 06:53:46 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.181: +5 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	26 Jul 2009 06:52:58 -0000
	* html-metadata-1.dat: Added test cases for <meta charset=utf-8>
	in XML documents (cf. HTML5 revision 2859).

2009-07-26  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	26 Jul 2009 06:53:26 -0000
	* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5
	revision 2859).

2009-07-26  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24