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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.209

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24