--- test/html-webhacc/WebHACC/ChangeLog 2008/08/02 06:07:11 1.11 +++ test/html-webhacc/WebHACC/ChangeLog 2008/08/14 09:16:52 1.14 @@ -1,3 +1,26 @@ +2008-08-14 Wakaba + + * Input.pm (id_prefix): Use the parent subdoc's id_prefix + as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1- + for subdoc #1.1). + (start_section): Set the role of the section element as subdoc. + + * Output.pm (start_section): Support for "subdoc" role. + Use parent input's id_prefix as parent_id. + +2008-08-14 Wakaba + + * Output.pm: Support for inner tabs for "input" subsections. + Improved support for "details" widget. + +2008-08-10 Wakaba + + * Output.pm (html_header, start_section): Generate + script elements for tab styling. + + * Result.pm: Link to error list section of transfer-protocol-level + errors. + 2008-08-02 Wakaba * Output.pm ($htescape_value): New code. Some methods should