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