--- test/html-webhacc/WebHACC/ChangeLog 2008/09/10 10:22:59 1.29
+++ test/html-webhacc/WebHACC/ChangeLog 2008/12/11 05:11:11 1.36
@@ -1,3 +1,44 @@
+2008-12-11 Wakaba
+
+ * Output.pm (start_section): Don't output |script| element for tab
+ control if not desired.
+
+2008-12-11 Wakaba
+
+ * Output.pm (generate_input_section): Added support for JavaScript
+ regular expressions.
+
+2008-12-10 Wakaba
+
+ * Result.pm: Added support for |valueref| parameter of an error.
+ |pos_end| should point the (intercharacter) position where the
+ highlighted substring ends, not the character before the position,
+ otherwise empty substring cannot be represented well.
+
+2008-09-17 Wakaba
+
+ * Output.pm: Support for the |text/x-css-inline| type is added.
+
+2008-09-15 Wakaba
+
+ * Output.pm ($htescape, $htescape_value): Commented out
+ redundant things for now.
+
+2008-09-14 Wakaba
+
+ * Result.pm (add_error): Support for |line_diff| and |column_diff|
+ parameters.
+
+2008-09-14 Wakaba
+
+ * Output.pm (generate_input_section): Set |tabindex=0| to |details|
+ header, to make the header focusable.
+
+2008-09-11 Wakaba
+
+ * Result.pm (generate_result_section): Initial
+ support for the charset layer.
+
2008-09-10 Wakaba
* Output.pm (nl_text): Support for |{octets}|,