--- test/html-webhacc/WebHACC/ChangeLog 2008/08/15 08:36:41 1.18
+++ test/html-webhacc/WebHACC/ChangeLog 2008/12/11 03:22:57 1.35
@@ -1,3 +1,102 @@
+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}|,
+ |{char}|, and |{char:hexref}|
+ macros.
+ (generate_input_section): More charsets are added
+ to the list of charsets.
+
+ * Result.pm: Pass |char| and |octets| arguments
+ to |nl_text|.
+
+2008-08-30 Wakaba
+
+ * Result.pm (add_error): Don't raise an error even if the
+ end position is after the end of the string.
+
+2008-08-30 Wakaba
+
+ * Result.pm (add_error): Support for |value|-segment marking.
+
+2008-08-22 Wakaba
+
+ * Result.pm (add_error): Localize "description" link.
+
+2008-08-17 Wakaba
+
+ * Output.pm: |text/x-h2h| added.
+
+2008-08-16 Wakaba
+
+ * Output.pm (nl_text): We can finally get rid of a quirk.
+
+2008-08-16 Wakaba
+
+ * Input.pm (Subdocument new): Invoke superclass's new method
+ such that |urls| attribute is initialized.
+
+ * Result.pm (add_error): Use ->url attribute to obtain
+ the URL of the document. No longer output |text| argument,
+ since all error types except for those used in the WebIDL module
+ are now defined in the catalog.
+
+2008-08-16 Wakaba
+
+ * Output.pm (start_section): Don't add item to the non-tab
+ navigation menu if the item's rank is higher than 2.
+
+2008-08-16 Wakaba
+
+ * Result.pm (add_error): Pass |value| argument, if any,
+ to the |nl_text| for error type texts.
+
+2008-08-15 Wakaba
+
+ * Output.pm (xref_text): New method.
+ (node_link): Don't make node path consumed by catalog
+ engine.
+
+2008-08-15 Wakaba
+
+ * Output.pm (nl_text): New rule, {value},
+ is implemented.
+
2008-08-15 Wakaba
* Output.pm: |fieldset| end tag no longer necessary.