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