1 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* DOM.pm (generate_additional_sections): Support |
4 |
for the other additional information sections are reintroduced. |
5 |
(generate_listing_section, generate_rdf_section): Reimplemented. |
6 |
|
7 |
* XML.pm: Typo fixed. |
8 |
|
9 |
* HTML.pm: Load DOMImplementation as late as possible, to |
10 |
save possiblity that another DOM implementation can be used |
11 |
where possible. |
12 |
|
13 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
14 |
|
15 |
* Base.pm (generate_source_string_section): Invoke |
16 |
|add_source_to_parse_error_list| method for generating a |
17 |
script fragment. |
18 |
|
19 |
* CSS.pm, CacheManifest.pm, DOM.pm, HTML.pm, WebIDL.pm, |
20 |
XML.pm: Use new methods for generating sections and error lists. |
21 |
|
22 |
* DOM.pm (generate_additional_sections, generate_table_section): New. |
23 |
|
24 |
* Default.pm: Pass |input| in place of |url| for unknown syntax |
25 |
error. |
26 |
|
27 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
28 |
|
29 |
* Base.pm: Use new method for node links. |
30 |
|
31 |
* CSS.pm: Typo fixes. Pass |input| object as an argument |
32 |
to the CSSOM validation not supported error. |
33 |
|
34 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
35 |
|
36 |
* Base.pm (_get_cc_url, _encode_url_component): Remove (now |
37 |
supported by WebHACC::Output). |
38 |
|
39 |
* CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
40 |
HTML.pm, WebIDL.pm, XML.pm: Error reporting is now delegated to |
41 |
WebHACC::Result. |
42 |
|
43 |
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
44 |
|
45 |
* ChangeLog: New file. |
46 |
|
47 |
* Base.pm, Default.pm, HTML.pm, XML.pm, CSS.pm, |
48 |
CacheManifest.pm, WebIDL.pom, DOM.pm: New modules. |
49 |
|