| 1 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
| 3 |
* DOM.pm (generate_table_section): Use hierarhical table |
| 4 |
number for tables in subdocuments. |
| 5 |
|
| 6 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
| 8 |
* DOM.pm (generate_additional_sections): Support |
| 9 |
for the other additional information sections are reintroduced. |
| 10 |
(generate_listing_section, generate_rdf_section): Reimplemented. |
| 11 |
|
| 12 |
* XML.pm: Typo fixed. |
| 13 |
|
| 14 |
* HTML.pm: Load DOMImplementation as late as possible, to |
| 15 |
save possiblity that another DOM implementation can be used |
| 16 |
where possible. |
| 17 |
|
| 18 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 19 |
|
| 20 |
* Base.pm (generate_source_string_section): Invoke |
| 21 |
|add_source_to_parse_error_list| method for generating a |
| 22 |
script fragment. |
| 23 |
|
| 24 |
* CSS.pm, CacheManifest.pm, DOM.pm, HTML.pm, WebIDL.pm, |
| 25 |
XML.pm: Use new methods for generating sections and error lists. |
| 26 |
|
| 27 |
* DOM.pm (generate_additional_sections, generate_table_section): New. |
| 28 |
|
| 29 |
* Default.pm: Pass |input| in place of |url| for unknown syntax |
| 30 |
error. |
| 31 |
|
| 32 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 33 |
|
| 34 |
* Base.pm: Use new method for node links. |
| 35 |
|
| 36 |
* CSS.pm: Typo fixes. Pass |input| object as an argument |
| 37 |
to the CSSOM validation not supported error. |
| 38 |
|
| 39 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
| 40 |
|
| 41 |
* Base.pm (_get_cc_url, _encode_url_component): Remove (now |
| 42 |
supported by WebHACC::Output). |
| 43 |
|
| 44 |
* CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
| 45 |
HTML.pm, WebIDL.pm, XML.pm: Error reporting is now delegated to |
| 46 |
WebHACC::Result. |
| 47 |
|
| 48 |
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
| 49 |
|
| 50 |
* ChangeLog: New file. |
| 51 |
|
| 52 |
* Base.pm, Default.pm, HTML.pm, XML.pm, CSS.pm, |
| 53 |
CacheManifest.pm, WebIDL.pom, DOM.pm: New modules. |
| 54 |
|