1 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Base.pm, CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
4 |
|
HTML.pm, WebIDL.pm, XML.pm: Set |layer_applicable| |
5 |
|
or |layer_uncertain| flag appropriately. |
6 |
|
|
7 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* Base.pm: Use "role" for source code sections. |
10 |
|
|
11 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* CacheManifest.pm: Compile errors fixed. |
14 |
|
|
15 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* WebIDL.pm (generate_structure_error_section): New method. |
18 |
|
|
19 |
|
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* CSS.pm (generate_structure_dump_section): Role name was wrong. |
22 |
|
|
23 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* Base.pm, Default.pm: Updated to use newer way to construct a section. |
26 |
|
|
27 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* DOM.pm (generate_structure_dump_section): Use catalog |
30 |
|
for human-readable texts. |
31 |
|
(generate_table_section): Use catalog for human readable texts. |
32 |
|
|
33 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DOM.pm (generate_table_section): Use hierarhical table |
36 |
|
number for tables in subdocuments. |
37 |
|
|
38 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* DOM.pm (generate_additional_sections): Support |
41 |
|
for the other additional information sections are reintroduced. |
42 |
|
(generate_listing_section, generate_rdf_section): Reimplemented. |
43 |
|
|
44 |
|
* XML.pm: Typo fixed. |
45 |
|
|
46 |
|
* HTML.pm: Load DOMImplementation as late as possible, to |
47 |
|
save possiblity that another DOM implementation can be used |
48 |
|
where possible. |
49 |
|
|
50 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
* Base.pm (generate_source_string_section): Invoke |
* Base.pm (generate_source_string_section): Invoke |