1 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* 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 |
|
* 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 |
|
* 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 |
|
* 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 |
|
* 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 |
|
* 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 |
* Base.pm (_get_cc_url, _encode_url_component): Remove (now |
* Base.pm (_get_cc_url, _encode_url_component): Remove (now |
52 |
supported by WebHACC::Output). |
supported by WebHACC::Output). |
53 |
|
|