--- test/html-webhacc/WebHACC/ChangeLog 2008/07/27 10:33:46 1.10
+++ test/html-webhacc/WebHACC/ChangeLog 2008/08/10 11:49:43 1.12
@@ -1,3 +1,25 @@
+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