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