2008-10-06 Wakaba * HTML.pm: implemented. 2008-10-06 Wakaba * HTML.pm: The checker code for the Password state merged with the code for the Text state. The |maxlength| attribute checker implemented. The |size| attribute whose value is zero is not allowed. 2008-10-06 Wakaba * HTML.pm: Support for |required| attribute of the |input| element. 2008-10-06 Wakaba * HTML.pm: Don't use |get_attribute|, for compatibility with NanoDOM. Support for |readonly|, |autocomplete|, and |size| attributes of the |input| element. 2008-10-06 Wakaba * HTML.pm: Checks of attribute applicablity for remaining states are implemented. Some -dependent attribute checkers implemented. 2008-10-06 Wakaba * HTML.pm: , , , , and checkes are implemented. 2008-10-06 Wakaba * HTML.pm: checkes implemented. 2008-10-06 Wakaba * HTML.pm: definition updated according to HTML5 definition. Prepares for tests against states. 2008-10-06 Wakaba * HTML.pm: |input|'s |check_attrs| method is expanded to support varying requirements for various states of the element. 2008-10-05 Wakaba * HTML.pm: