Parent Directory
|
Revision Log
++ ChangeLog 11 Sep 2008 09:13:08 -0000 2008-09-11 Wakaba <wakaba@suika.fam.cx> * error-description-source.xml: Unicode checker errors are added. ++ html/WebHACC/Language/ChangeLog 11 Sep 2008 09:13:53 -0000 2008-09-11 Wakaba <wakaba@suika.fam.cx> * HTML.pm: Support for the Unicode character checking. ++ html/WebHACC/ChangeLog 11 Sep 2008 09:13:31 -0000 2008-09-11 Wakaba <wakaba@suika.fam.cx> * Result.pm (generate_result_section): Initial support for the charset layer.
| 1 | wakaba | 1.22 | 2008-09-11 Wakaba <[email protected]> |
| 2 | |||
| 3 | * HTML.pm: Support for the Unicode character checking. | ||
| 4 | |||
| 5 | wakaba | 1.21 | 2008-08-17 Wakaba <[email protected]> |
| 6 | |||
| 7 | * CacheManifest.pm (generate_structure_dump_section): Support | ||
| 8 | for broken manifest. | ||
| 9 | |||
| 10 | * H2H.pm: New module. | ||
| 11 | |||
| 12 | wakaba | 1.18 | 2008-08-16 Wakaba <[email protected]> |
| 13 | |||
| 14 | wakaba | 1.20 | * CSS.pm (generate_structure_error_section): Make the method |
| 15 | do nothing. | ||
| 16 | |||
| 17 | 2008-08-16 Wakaba <[email protected]> | ||
| 18 | |||
| 19 | wakaba | 1.19 | * CSS.pm, CacheManifest.pm, HTML.pm, XML.pm: Use ->url attribute to |
| 20 | obtain the URL of the document. | ||
| 21 | |||
| 22 | * CacheManifest.pm (generate_structure_dump_section): It is | ||
| 23 | now i18n'ed. In addition, since URLs are tend to be long, | ||
| 24 | tables for fallback entries are replaced by |dd| entries and | ||
| 25 | paragraphs. "No entry" message is now handled by catalog, | ||
| 26 | rather than CSS. | ||
| 27 | |||
| 28 | 2008-08-16 Wakaba <[email protected]> | ||
| 29 | |||
| 30 | wakaba | 1.18 | * HTML.pm (generate_syntax_error_section): Remove |input_encoding| |
| 31 | attribute value if the input is specified by direct input. | ||
| 32 | |||
| 33 | wakaba | 1.14 | 2008-08-15 Wakaba <[email protected]> |
| 34 | |||
| 35 | wakaba | 1.17 | * DOM.pm: Enable localization of RDF section. |
| 36 | |||
| 37 | 2008-08-15 Wakaba <[email protected]> | ||
| 38 | |||
| 39 | wakaba | 1.16 | * DOM.pm: Use error's own "layer" parameter, if any. |
| 40 | |||
| 41 | 2008-08-15 Wakaba <[email protected]> | ||
| 42 | |||
| 43 | wakaba | 1.15 | * HTML.pm: Set flags for encoding layer errors appropriately. |
| 44 | Save link to the document root for the parsed document | ||
| 45 | for garbage collection safety. | ||
| 46 | |||
| 47 | 2008-08-15 Wakaba <[email protected]> | ||
| 48 | |||
| 49 | wakaba | 1.14 | * CSS.pm, CacheManifest.pm, HTML.pm, WebIDL.pm, XML.pm: Don't |
| 50 | set "uncertain" flag to character encoding (encode) layer if the | ||
| 51 | input is a character string. | ||
| 52 | |||
| 53 | wakaba | 1.11 | 2008-08-14 Wakaba <[email protected]> |
| 54 | |||
| 55 | wakaba | 1.13 | * Base.pm, CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
| 56 | HTML.pm, WebIDL.pm, XML.pm: Set |layer_applicable| | ||
| 57 | or |layer_uncertain| flag appropriately. | ||
| 58 | |||
| 59 | 2008-08-14 Wakaba <[email protected]> | ||
| 60 | |||
| 61 | wakaba | 1.12 | * Base.pm: Use "role" for source code sections. |
| 62 | |||
| 63 | 2008-08-14 Wakaba <[email protected]> | ||
| 64 | |||
| 65 | wakaba | 1.11 | * CacheManifest.pm: Compile errors fixed. |
| 66 | |||
| 67 | wakaba | 1.10 | 2008-08-02 Wakaba <[email protected]> |
| 68 | |||
| 69 | * WebIDL.pm (generate_structure_error_section): New method. | ||
| 70 | |||
| 71 | wakaba | 1.9 | 2008-07-27 Wakaba <[email protected]> |
| 72 | |||
| 73 | * CSS.pm (generate_structure_dump_section): Role name was wrong. | ||
| 74 | |||
| 75 | wakaba | 1.2 | 2008-07-21 Wakaba <[email protected]> |
| 76 | |||
| 77 | wakaba | 1.8 | * Base.pm, Default.pm: Updated to use newer way to construct a section. |
| 78 | |||
| 79 | 2008-07-21 Wakaba <[email protected]> | ||
| 80 | |||
| 81 | wakaba | 1.7 | * DOM.pm (generate_structure_dump_section): Use catalog |
| 82 | for human-readable texts. | ||
| 83 | (generate_table_section): Use catalog for human readable texts. | ||
| 84 | |||
| 85 | 2008-07-21 Wakaba <[email protected]> | ||
| 86 | |||
| 87 | wakaba | 1.6 | * DOM.pm (generate_table_section): Use hierarhical table |
| 88 | number for tables in subdocuments. | ||
| 89 | |||
| 90 | 2008-07-21 Wakaba <[email protected]> | ||
| 91 | |||
| 92 | wakaba | 1.5 | * DOM.pm (generate_additional_sections): Support |
| 93 | for the other additional information sections are reintroduced. | ||
| 94 | (generate_listing_section, generate_rdf_section): Reimplemented. | ||
| 95 | |||
| 96 | * XML.pm: Typo fixed. | ||
| 97 | |||
| 98 | * HTML.pm: Load DOMImplementation as late as possible, to | ||
| 99 | save possiblity that another DOM implementation can be used | ||
| 100 | where possible. | ||
| 101 | |||
| 102 | 2008-07-21 Wakaba <[email protected]> | ||
| 103 | |||
| 104 | wakaba | 1.4 | * Base.pm (generate_source_string_section): Invoke |
| 105 | |add_source_to_parse_error_list| method for generating a | ||
| 106 | script fragment. | ||
| 107 | |||
| 108 | * CSS.pm, CacheManifest.pm, DOM.pm, HTML.pm, WebIDL.pm, | ||
| 109 | XML.pm: Use new methods for generating sections and error lists. | ||
| 110 | |||
| 111 | * DOM.pm (generate_additional_sections, generate_table_section): New. | ||
| 112 |