/[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.174 - (hide annotations) (download)
Sun Jul 5 06:06:58 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.173: +5 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	5 Jul 2009 06:03:27 -0000
2009-07-05  Wakaba  <wakaba@suika.fam.cx>

	* html-flows-1.dat: Tests for |article| element and its |pubdate|
	attribute are added (c.f. HTML5 revision 3116).

++ whatpm/Whatpm/ContentChecker/ChangeLog	5 Jul 2009 06:04:53 -0000
2009-07-05  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Implemented |pubdate| attribute on the |article|
	element (HTML5 revision 3116).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24