2009-08-23 Wakaba
* HTML.pm: Implemented (see
).
2009-08-23 Wakaba
* HTML.pm: Implemented floating point number in sceientific
notation.
2009-08-23 Wakaba
* HTML.pm: Disallow interactive content in |button| element (HTML5
revision 2392). Marked |img| and |object| (with |usemap|
attribute) elements, |iframe| element, and |embed| element as
interactive content (HTML5 revision 2455, HTML5 revision 3162,
HTML5 revision 3338).
2009-08-23 Wakaba
* HTML.pm: Revised the syntax of the |time| element and its
|datetime| attribute to sync with the latest spec definition.
2009-08-22 Wakaba
* HTML.pm: Allow white space characters arround tokens in |accept|
attribute value of |input| elements (HTML5 revision 2759).
2009-08-22 Wakaba
* HTML.pm: Renamed form submission attributes on |button| element
to new names beginning by |form| (HTML5 revision 2890).
2009-08-22 Wakaba
* HTML.pm: Renamed form submission attributes on |input| element
to new names beginning by |form| (HTML5 revision 2890).
2009-08-22 Wakaba
* HTML.pm: The |datagrid| element has been commented out in the
spec (HTML5 revision 2962, HTML5 revision 3555).
2009-08-22 Wakaba
* HTML.pm: Changed |map| element content model to transparent
content model (HTML5 revision 3009).
2009-08-22 Wakaba
* HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5
revision 3039 and HTML revision 3040).
2009-08-22 Wakaba
* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960).
2009-08-22 Wakaba
* HTML.pm: Implemented || (HTML5 revision 3054).
2009-08-22 Wakaba
* HTML.pm: Allows || (HTML5
revision 2614).
2009-08-16 Wakaba
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5
revision 3550).
2009-08-16 Wakaba
* HTML.pm: The |bb| element has been dropped from the spec (HTML5
revision 3621).
2009-08-16 Wakaba
* HTML.pm: Implemented |cite| attributes on |section| and
|article| elements as dropped attributes (HTML5 revision 3069 and
HTML5 revision 3627).
2009-08-01 Wakaba
* HTML.pm: Implemented |body| and |frameset| event handler content
attributes (cf. HTML5 revision 2685).
2009-07-26 Wakaba
* HTML.pm: Updated element and attribute status.
2009-07-26 Wakaba
* HTML.pm: Added onpopstate="" attribute to body element (HTML5
revision 2686).
2009-07-26 Wakaba
* HTML.pm: Added autocomplete="" attribute to form element (HTML5
revision 2798).
2009-07-26 Wakaba
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801).
2009-07-26 Wakaba
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855).
2009-07-26 Wakaba
* HTML.pm: Allow in XML documents (HTML5
revision 2859).
2009-07-26 Wakaba
* HTML.pm: Disallow |figure|-grandchild |caption| element when
|table| is the only child of |figure| element (HTML5 revision
2863).
2009-07-25 Wakaba
* HTML.pm: The |eventsource| element and the |onmessage| attribute
have been dropped (HTML5 revision 2870).
2009-07-25 Wakaba
* HTML.pm: Added support for |textarea| element's |placeholder|
attribute (HTML5 revision 2921).
2009-07-25 Wakaba
* HTML.pm: Implemented dimenstion attributes (|width| and
|height|; cf. HTML5 revision 2943).
2009-07-06 Wakaba
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5
revision 3051).
2009-07-05 Wakaba
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision
3065).
2009-07-05 Wakaba
* HTML.pm: Disallow |default| attribute of the |command| element
for now (HTML5 revision 3067).
2009-07-05 Wakaba
* HTML.pm: Implemented |pubdate| attribute on the |article|
element (HTML5 revision 3116).
2009-07-03 Wakaba
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision
3164).
2009-06-28 Wakaba
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
3217).
2009-06-28 Wakaba
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision
3252).
2009-06-28 Wakaba
* HTML.pm: Block-level contents in |figure|'s |legend| and
|caption| are now allowed (HTML5 revision 3329).
2008-12-15 Wakaba
* HTML.pm ($HTMLDatetimeAttrChecker): Removed.
($GetDateTimeAttrChecker): Added.
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
later use.
(ins/@datetime, del/@datetime): Changed to use newer definitin of
"global date and time string".
(input's date- and time-related, and type=number and type=range
control types): Implemented value="", min="", and max="".
2008-12-13 Wakaba
* HTML.pm: Implemented