2008-02-26 Wakaba * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs from XHTML M12N 1.0 are reflected in |status| field. 2008-02-26 Wakaba * HTML.pm: HTML5 status constants are OR-ed with "allowed" status. Don't raise "not defined" errors; they are now raised according to status flags. Status flags of li/@value, ol/@start, and menu are now non-deprecated, to avoid deprecated error message. area/@hreftype typo fixed. |isindex| SHOULD NOT be used according to HTML4. 2008-02-26 Wakaba * HTML.pm: Make |figure| caption optional (HTML5 revision 1240). Add |reversed| to |ol| (HTML5 revision 1248). 2008-02-24 Wakaba * HTML.pm: Most of Web Forms 1.0 attributes are implemented. 2008-02-24 Wakaba * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. Raise not-part-of-HTML5 error for |acronym|. 2008-02-24 Wakaba * HTML.pm: HTML5 attribute status added. 2008-02-24 Wakaba * HTML.pm: Standardized status for attributes are added (HTML5 info are not added yet). Make element or attribute not defined by HTML5 spec as a conformance error (though it is not clearly defined by HTML5 spec as non-conforming). Note that more work is needed for non-standard attribute thing, since the current implementation prevents non-standard attribute from being syntactically checked (otherwise it is treated as if a standard attribute). 2008-02-24 Wakaba * HTML.pm: Standardized status attributes are added. 2008-02-24 Wakaba * HTML.pm: Invalid |meta| in |noscript| should be erred as usual. 2008-02-24 Wakaba * HTML.pm: Updated for |del|-and-significant problem. 2008-02-24 Wakaba * HTML.pm (datagrid): Condition was incorrect. 2008-02-23 Wakaba * HTML.pm (%HTMLProseContentChecker, details, figure): Don't change state when a transparent element is encountered. (details check): Reimplemented. 2008-02-23 Wakaba * HTML.pm (object check_end): Don't check significant content if the element is used as a transparent element. (video check): Reimplemented. 2008-02-23 Wakaba * HTML.pm: |figure| content checker reimplemented. |object| content checker for root element case reimplemented. 2008-02-23 Wakaba * HTML.pm: Revised. 2008-02-18 Wakaba * HTML.pm (object): Implemented (with some bug on transparentness handling). 2008-02-18 Wakaba * HTML.pm: s/m/mark/g (HTML5 revision 1232). 2008-02-18 Wakaba * HTML.pm (img): |alt| is a SHOULD-level requirement now (since the conformance checker cannot examine the semantics of the image). 2008-02-17 Wakaba * HTML.pm: Useless old stuff are removed. |datagrid| was missing from |$HTMLInteractiveContent|. (a): Use new |$HTMLInteractiveContent| in place of |$HTMLIntetractiveElements|. (caption): Use new |$HTMLPhrasingContentChecker| in place of |$HTMLStrictlyInlineChecker|. 2008-02-17 Wakaba * HTML.pm (figure): Implemented. (video, audio): In no-parent-element case with |src| attribute, the content model is now prose content. 2008-02-17 Wakaba * HTML.pm (noscript): Reimplemented. 2008-02-17 Wakaba * HTML.pm: | * HTML.pm (th): |th| now requires phrasing content. |div| now requires prose content. 2008-02-17 Wakaba * HTML.pm: Error messages revised. 2008-02-17 Wakaba * HTML.pm: Most part of December 2007 Content Model is implemented. 2008-02-10 Wakaba * HTML.pm (