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