2009-08-30 Wakaba * HTML.pm: Disallow space characters in . 2009-08-23 Wakaba * HTML.pm: Added |loop| attribute and |loopstart|, |loopend|, |start|, |end|, and |playcount| attributes as obsolete attributes to |audio| and |video| elements (HTML5 revision 2401). 2009-08-23 Wakaba * HTML.pm: Marked datatemplate and repetition template features as dropped (HTML5 revision 2319). 2009-08-23 Wakaba * HTML.pm: Now |menu| element is a normal flow content (HTML5 revision 2416). 2009-08-23 Wakaba * HTML.pm: Revised and marked as dropped the |pixelratio| attribute of the |source| element (HTML5 revision 2406 and HTML5 revision 2493). 2009-08-23 Wakaba * HTML.pm: Discourage use of the |autoplay| attribute (HTML5 revision 3344). 2009-08-23 Wakaba * HTML.pm: Implemented (see ). 2009-08-23 Wakaba * HTML.pm: Implemented floating point number in sceientific notation. 2009-08-23 Wakaba * HTML.pm: Disallow interactive content in |button| element (HTML5 revision 2392). Marked |img| and |object| (with |usemap| attribute) elements, |iframe| element, and |embed| element as interactive content (HTML5 revision 2455, HTML5 revision 3162, HTML5 revision 3338). 2009-08-23 Wakaba * HTML.pm: Revised the syntax of the |time| element and its |datetime| attribute to sync with the latest spec definition. 2009-08-22 Wakaba * HTML.pm: Allow white space characters arround tokens in |accept| attribute value of |input| elements (HTML5 revision 2759). 2009-08-22 Wakaba * HTML.pm: Renamed form submission attributes on |button| element to new names beginning by |form| (HTML5 revision 2890). 2009-08-22 Wakaba * HTML.pm: Renamed form submission attributes on |input| element to new names beginning by |form| (HTML5 revision 2890). 2009-08-22 Wakaba * HTML.pm: The |datagrid| element has been commented out in the spec (HTML5 revision 2962, HTML5 revision 3555). 2009-08-22 Wakaba * HTML.pm: Changed |map| element content model to transparent content model (HTML5 revision 3009). 2009-08-22 Wakaba * HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5 revision 3039 and HTML revision 3040). 2009-08-22 Wakaba * HTML.pm: Implemented the |keygen| element (HTML5 revision 2960). 2009-08-22 Wakaba * HTML.pm: Implemented || (HTML5 revision 3054). 2009-08-22 Wakaba * HTML.pm: Allows || (HTML5 revision 2614). 2009-08-16 Wakaba * HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 revision 3550). 2009-08-16 Wakaba * HTML.pm: The |bb| element has been dropped from the spec (HTML5 revision 3621). 2009-08-16 Wakaba * HTML.pm: Implemented |cite| attributes on |section| and |article| elements as dropped attributes (HTML5 revision 3069 and HTML5 revision 3627). 2009-08-01 Wakaba * HTML.pm: Implemented |body| and |frameset| event handler content attributes (cf. HTML5 revision 2685). 2009-07-26 Wakaba * HTML.pm: Updated element and attribute status. 2009-07-26 Wakaba * HTML.pm: Added onpopstate="" attribute to body element (HTML5 revision 2686). 2009-07-26 Wakaba * HTML.pm: Added autocomplete="" attribute to form element (HTML5 revision 2798). 2009-07-26 Wakaba * HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). 2009-07-26 Wakaba * HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). 2009-07-26 Wakaba * HTML.pm: Allow in XML documents (HTML5 revision 2859). 2009-07-26 Wakaba * HTML.pm: Disallow |figure|-grandchild |caption| element when |table| is the only child of |figure| element (HTML5 revision 2863). 2009-07-25 Wakaba * HTML.pm: The |eventsource| element and the |onmessage| attribute have been dropped (HTML5 revision 2870). 2009-07-25 Wakaba * HTML.pm: Added support for |textarea| element's |placeholder| attribute (HTML5 revision 2921). 2009-07-25 Wakaba * HTML.pm: Implemented dimenstion attributes (|width| and |height|; cf. HTML5 revision 2943). 2009-07-06 Wakaba * HTML.pm: Disallow |header| in |footer| or |address| (HTML5 revision 3051). 2009-07-05 Wakaba * HTML.pm: Allow |accesskey| on all elements (HTML5 revision 3065). 2009-07-05 Wakaba * HTML.pm: Disallow |default| attribute of the |command| element for now (HTML5 revision 3067). 2009-07-05 Wakaba * HTML.pm: Implemented |pubdate| attribute on the |article| element (HTML5 revision 3116). 2009-07-03 Wakaba * HTML.pm: |datagrid| now allows any flow content (HTML5 revision 3164). 2009-06-28 Wakaba * HTML.pm: |rp| now takes normali phrasing content (HTML5 revision 3217). 2009-06-28 Wakaba * HTML.pm: |ondataunavailable| has been removed (HTML5 revision 3252). 2009-06-28 Wakaba * HTML.pm: Block-level contents in |figure|'s |legend| and |caption| are now allowed (HTML5 revision 3329). 2008-12-15 Wakaba * HTML.pm ($HTMLDatetimeAttrChecker): Removed. ($GetDateTimeAttrChecker): Added. ($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for later use. (ins/@datetime, del/@datetime): Changed to use newer definitin of "global date and time string". (input's date- and time-related, and type=number and type=range control types): Implemented value="", min="", and max="". 2008-12-13 Wakaba * HTML.pm: Implemented and . 2008-12-13 Wakaba * HTML.pm: Updated definitions for attributes for form submission on |form| and submit buttons (action="", method="", enctype="", target="", and novalidate=""). 2008-12-12 Wakaba * HTML.pm: Added checking for the uniqueness of |autofocus=""| attribute. Implemented |name=""| attribute for form controls. Added U+000C into character class of space characters (it should have been, but was not in some of regular expressions). Updated definitions for |output| elements. 2008-12-12 Wakaba * HTML.pm: Updated definitions for |datalist|, |optgroup|, |option|, and |textarea| elements. 2008-12-12 Wakaba * HTML.pm: Updated definitions for |select|. 2008-12-12 Wakaba * HTML.pm: Updated definitions for |button|. 2008-12-12 Wakaba * HTML.pm: Implemented and . Raise a SHOULD-level error if @pattern but no @title. 2008-12-11 Wakaba * HTML.pm: Added support for |pattern| attributes. 2008-12-06 Wakaba * HTML.pm: Implemented and . 2008-12-06 Wakaba * HTML.pm: Implemented . 2008-12-06 Wakaba * HTML.pm: Implemented . 2008-12-06 Wakaba * HTML.pm: Implemented , . Implemented validation for |type|s |text|, |search|, |email|, |url|, and |password|. 2008-12-06 Wakaba * HTML.pm: Use |Message::URL| for relative URL resolution. Don't use attributes not supported by NanoDOM. 2008-10-27 Wakaba * HTML.pm: HTML5 spec status updated, except for datatemplate-related features, once again. Status for RDFa and XHTML Basic 1.1 updated. 2008-10-27 Wakaba * HTML.pm: HTML5 spec status updated, except for datatemplate-related features. 2008-10-07 Wakaba * HTML.pm: Quoted-strings in media type specifications were not properly decoded. Fixed support for with non- parent (or with no parent). 2008-10-07 Wakaba * HTML.pm: support. 2008-10-07 Wakaba * HTML.pm: Mark as dropped. support fixed. support. Tentative support for . Support for . Status of fixed. 2008-10-06 Wakaba * HTML.pm: Place checkers for obsolete attributes appropriately. 2008-10-06 Wakaba * HTML.pm: implemented. 2008-10-06 Wakaba * HTML.pm: The checker code for the Password state merged with the code for the Text state. The |maxlength| attribute checker implemented. The |size| attribute whose value is zero is not allowed. 2008-10-06 Wakaba * HTML.pm: Support for |required| attribute of the |input| element. 2008-10-06 Wakaba * HTML.pm: Don't use |get_attribute|, for compatibility with NanoDOM. Support for |readonly|, |autocomplete|, and |size| attributes of the |input| element. 2008-10-06 Wakaba * HTML.pm: Checks of attribute applicablity for remaining states are implemented. Some -dependent attribute checkers implemented. 2008-10-06 Wakaba * HTML.pm: , , , , and checkes are implemented. 2008-10-06 Wakaba * HTML.pm: checkes implemented. 2008-10-06 Wakaba * HTML.pm: definition updated according to HTML5 definition. Prepares for tests against states. 2008-10-06 Wakaba * HTML.pm: |input|'s |check_attrs| method is expanded to support varying requirements for various states of the element. 2008-10-05 Wakaba * HTML.pm: content conformance checking implemented. 2008-09-22 Wakaba * HTML.pm: Support for |for=""| validation. 2008-09-22 Wakaba * HTML.pm: Support for |area| |alt=""| validation (HTML5 revision 1932). 2008-09-21 Wakaba * HTML.pm: Support for |form=""| attributes. 2008-09-21 Wakaba * HTML.pm: |id| attribute checkers for the |menu| and |map| elements are removed; the |id| attribute of those elements is now checked by the global |id| attribute. 2008-09-21 Wakaba * HTML.pm: Support for |fieldset| |legend|. 2008-09-21 Wakaba * HTML.pm: |form| element's |name| attribute is implemented. 2008-09-20 Wakaba * HTML.pm: U+000B is no longer part of space characters (HTML5 revision 1738). 2008-09-20 Wakaba * HTML.pm, Atom.pm: Interactrive content implementation synced with the spec (HTML5 revision 2018). 2008-09-20 Wakaba * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility check. ($HTMLCharsetsAttrChecker): New checker for accept-charset="" support. 2008-09-17 Wakaba * HTML.pm: Support for style="" attributes. 2008-09-12 Wakaba * HTML.pm: Tentative support for |textarea| |oninput| attribute. 2008-09-12 Wakaba * HTML.pm: The WF2 |oninput| attribute was not added. The WF2 |onforminput| and |onformchange| attributes were not added, since they are not defined (although they ARE mentioned) in the normative part of the WF2 spec. Typo on the |oninvalid| attribute fixed. 2008-09-11 Wakaba * HTML.pm: |fieldset| |name| added (HTML5 revision 2162). 2008-09-09 Wakaba * HTML.pm: |a| is now transparent (HTML5 revision 1963). 2008-09-07 Wakaba * HTML.pm: data-UPPERCASE attributes are no longer allowed (HTML5 revision 1945). 2008-09-06 Wakaba * HTML.pm: Support for form elements (HTML5 revisions 2142, 2148, 2150-2154). 2008-09-05 Wakaba * HTML.pm: RDFa spec status updated again. 2008-09-04 Wakaba * HTML.pm: RDFa spec status updated. 2008-09-04 Wakaba * HTML.pm: WF2 content model, contexts, attributes/elements status are updated. (HTML5 revision 2142-2152). 2008-08-31 Wakaba * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision 1863). 2008-08-31 Wakaba * HTML.pm: Uppercase attribute names for embed elements are disallowed (HTML5 revision 1946). 2008-08-31 Wakaba * HTML.pm: |embed| custom attributes and |data-*| attributes must be XML compatible (HTML5 revision 1836). 2008-08-31 Wakaba * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5 revision 1834). 2008-08-31 Wakaba * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet" link elements (HTML5 revision 1942). 2008-08-31 Wakaba * HTML.pm: Support for the |bb| element (HTML5 revision 1894). |irrelevant| renamed as |hidden| (HTML5 revision 2119). 2008-08-31 Wakaba * HTML.pm: Element status updated. 2008-08-31 Wakaba * HTML.pm: without src="" is conforming (HTML5 revision 1929). 2008-08-30 Wakaba * HTML.pm: @autosubmit dropped (HTML5 revision 2019). 2008-08-30 Wakaba * HTML.pm: Use White_Space instead of Zs for date or time string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that misses a white space or "T" literal between day and hour) not raise two errors. 2008-08-30 Wakaba * HTML.pm: |xml:lang| attribute value must be same as |lang| attribute value for HTML elements (HTML5 revision 2062 and so on). |lang| attribute in XML document is no longer disallowed (HTML5 revision 2062). |xml:lang| is allowed in HTML document (HTML5 revision 2062 and so on). 2008-08-30 Wakaba * Atom.pm: s/element missing/child element missing/ for consistency. * HTML.pm: Typos fixed. (pre): "No significant content" error was unintentionally disabled. s/element missing/child element missing/ for consistency. 2008-08-29 Wakaba * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. 2008-08-17 Wakaba * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. 2008-08-16 Wakaba * HTML.pm: Subdocument texts for |style| and |script| elements were not initialized. 2008-08-16 Wakaba * HTML.pm, Atom.pm: Pass {level} object to language tag and URL checkers. 2008-08-15 Wakaba * HTML.pm: Mark HTML4's "fact"-level errors as such. Typo fixed. 2008-08-15 Wakaba * Atom.pm, HTML.pm: All error reporting method calls are revised. 2008-07-19 Wakaba * HTML.pm: Support for class=idl WebIDL checking. 2008-06-08 Wakaba * HTML.pm: Support for || (HTML5 revisions 1722 and 1728). 2008-06-08 Wakaba * HTML.pm: Support for ruby, rt, and rp elements (HTML5 revision 1704). The |href| attribute is also extended as a common attribute by RDFa Last Call Working Draft. 2008-06-01 Wakaba * HTML.pm: Make data="" invalid (HTML5 revision 1709). 2008-05-25 Wakaba * HTML.pm: Support for sizes="" (HTML5 revision 1558). 2008-05-25 Wakaba * HTML.pm: |select| or |datalist| as a first child of |datagrid| is now disallowed (HTML5 revision 1566). |datagrid| elements may be empty. 2008-05-25 Wakaba * HTML.pm: The |param| element is in LC phase now. 2008-05-24 Wakaba * HTML.pm: Support for seemless="" (HTML5 revision 1637) and sandbox="" (HTML5 revision 1643). 2008-05-24 Wakaba * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 revision 1659). 2008-05-16 Wakaba * HTML.pm: Fact out generic charset name checking code to $HTMLCharsetChecker. Support for charset="" attributes on , , and