2008-03-22 Wakaba * HTML.pm: body/@alink, body/@background, body/@bgcolor, body/@link, body/@text, body/@vlink, hn/@align, p/@align, br/@clear, pre/@width, ol/@compact, ul/@compact, dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. 2008-03-22 Wakaba * HTML.pm: Typo fixed. html/@version implemented (as do-nothing checker). head/@profile implemented. meta/@scheme implemented (as do-nothing checker). 2008-03-22 Wakaba * HTML.pm: Add URIs to the list of URIs to be returned by the checker method. |accesskey| attribute is implemented. 2008-03-20 Wakaba * Atom.pm: Don't raise an error even if there is no |atom:summary| element child in the |atom:entry| element when the |type| attribute of the |atom:content| element is set to |html|, |xhtml|, or |text|. The |atom:rights| elements were implemented as Date construct (!?). Typo in code for |rel=alternate| are fixed. 2008-03-20 Wakaba * Atom.pm: Support for |thr:total| element. Add notes on additional Atom namespaces. 2008-03-20 Wakaba * Atom.pm: Support for |thr:in-reply-to| element. 2008-03-20 Wakaba * Atom.pm: Raise an error if required |atom:summary| element is missing from an |atom:entry| element. 2008-03-20 Wakaba * Atom.pm: Support for |<* type=html>| in Text construct. 2008-03-20 Wakaba * Atom.pm: Bug fix for validation of |feed| on |author| child. 2008-03-20 Wakaba * Atom.pm: Support for || content checking. 2008-03-20 Wakaba * Atom.pm: Support for |author| for |feed| checking. 2008-03-20 Wakaba * Atom.pm: Support for |author| for |entry| checking. 2008-03-17 Wakaba * HTML.pm: Some attribute level definitions were missing. 2008-03-09 Wakaba * HTML.pm: |dir|, |center|, and |basefont| are implemented. 2008-03-09 Wakaba * HTML.pm: |contenteditable| attribute support is now implemented. 2008-03-09 Wakaba * HTML.pm: Known but not-implemented-yet attributes were not warned. 2008-03-02 Wakaba * HTML.pm: Status information from old specifications are incorporated. 2008-03-02 Wakaba * Atom.pm: Reimplemented. 2008-03-02 Wakaba * HTML.pm: |in_a_href| flag is not reset after the . Raise an error if |area| is not a descendant of |map|. 2008-03-01 Wakaba * HTML.pm: Sectioning root category added. |blockquote| is no longer a sectioning content. 2008-02-26 Wakaba * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 revision 1250). 2008-02-26 Wakaba * HTML.pm: First version of Web Forms 2.0 support (its weired, since the spec itself is frankensteinesque:-); note that though it is weired spec from the today's viewpoint, it is still better-written spec than any W3C (Candidate or Proposed or full) Recommendation, sadly. 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 (