--- test/html-webhacc/WebHACC/ChangeLog 2008/08/15 16:03:46 1.21 +++ test/html-webhacc/WebHACC/ChangeLog 2008/08/16 07:42:20 1.23 @@ -1,5 +1,20 @@ 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.