/[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.179 - (hide annotations) (download)
Sat Jul 25 03:45:24 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.178: +5 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	25 Jul 2009 03:44:33 -0000
	* html-form-textarea.dat: Added tests on |textarea|'s
	|placeholder| attribute (cf. HTML5 revision 2921).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 Jul 2009 03:44:58 -0000
	* HTML.pm: Added support for |textarea| element's |placeholder|
	attribute (HTML5 revision 2921).

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24