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