Parent Directory
|
Revision Log
++ ChangeLog 21 Jul 2008 08:33:17 -0000 * cc.cgi (print_table_section): Removed (now part of WebHACC::Language::DOM). 2008-07-21 Wakaba <wakaba@suika.fam.cx> ++ html/WebHACC/Language/ChangeLog 21 Jul 2008 08:39:05 -0000 * 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 <wakaba@suika.fam.cx> ++ html/WebHACC/ChangeLog 21 Jul 2008 08:36:01 -0000 * Output.pm (start_section, end_section): "role" option implemented. Automatical rank setting implemented. (start_error_list, end_error_list): New. (add_source_to_parse_error_list): New. * Result.pm: "Unknown location" message text changed. 2008-07-21 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.74 | 2008-07-21 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.76 | * cc.cgi (print_table_section): Removed (now part of |
| 4 | WebHACC::Language::DOM). | ||
| 5 | |||
| 6 | 2008-07-21 Wakaba <[email protected]> | ||
| 7 | |||
| 8 | wakaba | 1.75 | * cc.cgi: Information sections are now handled by WebHACC::Input |
| 9 | module. Input objects for subdocuments now owns their | ||
| 10 | own subclass. | ||
| 11 | |||
| 12 | 2008-07-21 Wakaba <[email protected]> | ||
| 13 | |||
| 14 | wakaba | 1.74 | * cc.cgi: Errors and results are now handled by WebHACC::Result. |
| 15 | Decode |uri| parameter as UTF-8. HTTP header dump and | ||
| 16 | input error are now handled by WebHACC::Input. | ||
| 17 |