2008-07-21 Wakaba * Base.pm (generate_source_string_section): Invoke |add_source_to_parse_error_list| method for generating a script fragment. * CSS.pm, CacheManifest.pm, DOM.pm, HTML.pm, WebIDL.pm, XML.pm: Use new methods for generating sections and error lists. * DOM.pm (generate_additional_sections, generate_table_section): New. * Default.pm: Pass |input| in place of |url| for unknown syntax error. 2008-07-21 Wakaba * Base.pm: Use new method for node links. * CSS.pm: Typo fixes. Pass |input| object as an argument to the CSSOM validation not supported error. 2008-07-21 Wakaba * Base.pm (_get_cc_url, _encode_url_component): Remove (now supported by WebHACC::Output). * CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, HTML.pm, WebIDL.pm, XML.pm: Error reporting is now delegated to WebHACC::Result. 2008-07-20 Wakaba * ChangeLog: New file. * Base.pm, Default.pm, HTML.pm, XML.pm, CSS.pm, CacheManifest.pm, WebIDL.pom, DOM.pm: New modules.