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