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 (