1 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
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. |
* Base.pm: Use new method for node links. |
35 |
|
|
36 |
* CSS.pm: Typo fixes. Pass |input| object as an argument |
* CSS.pm: Typo fixes. Pass |input| object as an argument |