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