2008-05-10 Wakaba
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
letters (HTML5 revision 1572).
2008-05-06 Wakaba
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
table object. Return the table object, not table element.
The |headers=""| checker for |td| elements are now noop.
Set the status of |headers=""| attribute as HTML5's one.
2008-05-05 Wakaba
* HTML.pm ($HTMLLengthAttrChecker): New.
(table/@cellpadding, table/@cellspacing, @charoff): Implemented.
(script/@langauge): Implemented.
2008-05-05 Wakaba
* HTML.pm: Make duplicate http-equiv="" non-conforming.
Check meta refresh content="".
2008-05-05 Wakaba
* HTML.pm: Empty , , , and are
no longer content model error (they might be raise
table model error, however). All table model error
parameters should propagate.
2008-05-05 Wakaba
* HTML.pm: Raise an error if a repeat* global attrbute
is used for an HTML element.
2008-05-03 Wakaba
* HTML.pm: Support for global attributes. Status
for XHTML2 elements/attributes are added.
2008-05-03 Wakaba
* HTML.pm: Support for |repeat-start=""| attribute.
2008-05-03 Wakaba
* HTML.pm: Support for |repeat=""|, |repeat-template=""|,
|repeat-min=""|, and |repeat-max=""| attributes.
Support for |button| |type| values |add|, |remove|, |move-up|,
and |move-down|.
2008-05-03 Wakaba
* HTML.pm: Support for |template=""|, |ref=""|, and
|registrationmark=""| attributes.
2008-04-29 Wakaba
* HTML.pm: dropped and style="" is now global (HTML5 revision
1511).
2008-04-29 Wakaba
* HTML.pm: Support for |onstorage| attribute is added (HTML5
revision 1495). Defined terms no longer have to be unique (HTML5
revision 1467).
2008-04-29 Wakaba
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
revision 1471) and an empty string is no longer allowed (HTML5
revision 1470).
(object/@name, iframe/@name): Added (HTML5 revision 1470).
2008-04-13 Wakaba
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5
revision 1426).
2008-04-12 Wakaba
* HTML.pm: Support for HTML custom data attributes (HTML5
revision 1399).
2008-03-28 Wakaba
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
2008-03-23 Wakaba
* HTML.pm: @datetime microsyntax is in the First Draft phase.
2008-03-22 Wakaba
* HTML.pm: link/@rev and a/@rev are implemented.
2008-03-22 Wakaba
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
img/@vspace, img/@longdesc, object/@align, object/@archive,
object/@border, object/@classid, object/@codebase,
object/@codetype, object/@declare, object/@hspace,
object/@standby, object/@vspace, param/@valuetype,
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
and %cellvalign/@valign are implemented.
2008-03-22 Wakaba
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
th/@nowrap, caption/@align , table/@frame, table/@rules,
table/@summary, and table/@width are implemented.
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 (