--- test/html-webhacc/WebHACC/ChangeLog 2008/07/21 12:56:34 1.8
+++ test/html-webhacc/WebHACC/ChangeLog 2008/08/14 09:16:52 1.14
@@ -1,3 +1,60 @@
+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
+ invoke this code instead of original $htescape, since that
+ code will convert invisible characters into HTML tags
+ such that that code is not suitable for attribute values
+ and CDATA/PCDATA element contents.
+ ($get_object_path): New. Future revision of this code should
+ support real "path" to the node object. The current version
+ only dumps the type and the name of the node itself.
+ (node_link): Support for non-DOM nodes.
+
+ * Result.pm (add_error): Support for non-DOM nodes.
+
+2008-07-27 Wakaba
+
+ * Output.pm (new, input): |input| attribute should always have an input
+ object, even though it might be an empty one.
+ (add_source_to_parse_error_list): s/shift/shift ()/ to remove
+ ambigiousness warning.
+ (select): New method.
+ (generate_input_section): New method.
+
+2008-07-26 Wakaba
+
+ * Input.pod: New.
+
+ * Input.pm (urls, url, add_url): New. Originally handled
+ as |$input->{uri}| and |$input->{request_uri}|.
+ (get_document and related methods/classes): New. Originally
+ part of |cc.cgi|.
+
+ * Output.pm (html_header): Link to |cc-script.js|.
+
2008-07-21 Wakaba
* Input.pm: Most human-readable texts are now handled by