| 1 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
| 3 |
* HTML.pm (generate_syntax_error_section): Remove |input_encoding| |
| 4 |
attribute value if the input is specified by direct input. |
| 5 |
|
| 6 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
| 8 |
* DOM.pm: Enable localization of RDF section. |
| 9 |
|
| 10 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
| 11 |
|
| 12 |
* DOM.pm: Use error's own "layer" parameter, if any. |
| 13 |
|
| 14 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
| 15 |
|
| 16 |
* HTML.pm: Set flags for encoding layer errors appropriately. |
| 17 |
Save link to the document root for the parsed document |
| 18 |
for garbage collection safety. |
| 19 |
|
| 20 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
| 21 |
|
| 22 |
* CSS.pm, CacheManifest.pm, HTML.pm, WebIDL.pm, XML.pm: Don't |
| 23 |
set "uncertain" flag to character encoding (encode) layer if the |
| 24 |
input is a character string. |
| 25 |
|
| 26 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
| 27 |
|
| 28 |
* Base.pm, CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
| 29 |
HTML.pm, WebIDL.pm, XML.pm: Set |layer_applicable| |
| 30 |
or |layer_uncertain| flag appropriately. |
| 31 |
|
| 32 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
| 33 |
|
| 34 |
* Base.pm: Use "role" for source code sections. |
| 35 |
|
| 36 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
| 37 |
|
| 38 |
* CacheManifest.pm: Compile errors fixed. |
| 39 |
|
| 40 |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
| 41 |
|
| 42 |
* WebIDL.pm (generate_structure_error_section): New method. |
| 43 |
|
| 44 |
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
| 45 |
|
| 46 |
* CSS.pm (generate_structure_dump_section): Role name was wrong. |
| 47 |
|
| 48 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 49 |
|
| 50 |
* Base.pm, Default.pm: Updated to use newer way to construct a section. |
| 51 |
|
| 52 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 53 |
|
| 54 |
* DOM.pm (generate_structure_dump_section): Use catalog |
| 55 |
for human-readable texts. |
| 56 |
(generate_table_section): Use catalog for human readable texts. |
| 57 |
|
| 58 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 59 |
|
| 60 |
* DOM.pm (generate_table_section): Use hierarhical table |
| 61 |
number for tables in subdocuments. |
| 62 |
|
| 63 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 64 |
|
| 65 |
* DOM.pm (generate_additional_sections): Support |
| 66 |
for the other additional information sections are reintroduced. |
| 67 |
(generate_listing_section, generate_rdf_section): Reimplemented. |
| 68 |
|
| 69 |
* XML.pm: Typo fixed. |
| 70 |
|
| 71 |
* HTML.pm: Load DOMImplementation as late as possible, to |
| 72 |
save possiblity that another DOM implementation can be used |
| 73 |
where possible. |
| 74 |
|
| 75 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 76 |
|
| 77 |
* Base.pm (generate_source_string_section): Invoke |
| 78 |
|add_source_to_parse_error_list| method for generating a |
| 79 |
script fragment. |
| 80 |
|
| 81 |
* CSS.pm, CacheManifest.pm, DOM.pm, HTML.pm, WebIDL.pm, |
| 82 |
XML.pm: Use new methods for generating sections and error lists. |
| 83 |
|
| 84 |
* DOM.pm (generate_additional_sections, generate_table_section): New. |
| 85 |
|
| 86 |
* Default.pm: Pass |input| in place of |url| for unknown syntax |
| 87 |
error. |
| 88 |
|
| 89 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 90 |
|
| 91 |
* Base.pm: Use new method for node links. |
| 92 |
|
| 93 |
* CSS.pm: Typo fixes. Pass |input| object as an argument |
| 94 |
to the CSSOM validation not supported error. |
| 95 |
|
| 96 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 97 |
|
| 98 |
* Base.pm (_get_cc_url, _encode_url_component): Remove (now |
| 99 |
supported by WebHACC::Output). |
| 100 |
|
| 101 |
* CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
| 102 |
HTML.pm, WebIDL.pm, XML.pm: Error reporting is now delegated to |
| 103 |
WebHACC::Result. |
| 104 |
|
| 105 |
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
| 106 |
|
| 107 |
* ChangeLog: New file. |
| 108 |
|
| 109 |
* Base.pm, Default.pm, HTML.pm, XML.pm, CSS.pm, |
| 110 |
CacheManifest.pm, WebIDL.pom, DOM.pm: New modules. |
| 111 |
|