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> |
51 |
|
52 |
* Base.pm (generate_source_string_section): Invoke |
53 |
|add_source_to_parse_error_list| method for generating a |
54 |
script fragment. |
55 |
|
56 |
* CSS.pm, CacheManifest.pm, DOM.pm, HTML.pm, WebIDL.pm, |
57 |
XML.pm: Use new methods for generating sections and error lists. |
58 |
|
59 |
* DOM.pm (generate_additional_sections, generate_table_section): New. |
60 |
|
61 |
* Default.pm: Pass |input| in place of |url| for unknown syntax |
62 |
error. |
63 |
|
64 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
65 |
|
66 |
* Base.pm: Use new method for node links. |
67 |
|
68 |
* CSS.pm: Typo fixes. Pass |input| object as an argument |
69 |
to the CSSOM validation not supported error. |
70 |
|
71 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
72 |
|
73 |
* Base.pm (_get_cc_url, _encode_url_component): Remove (now |
74 |
supported by WebHACC::Output). |
75 |
|
76 |
* CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
77 |
HTML.pm, WebIDL.pm, XML.pm: Error reporting is now delegated to |
78 |
WebHACC::Result. |
79 |
|
80 |
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
81 |
|
82 |
* ChangeLog: New file. |
83 |
|
84 |
* Base.pm, Default.pm, HTML.pm, XML.pm, CSS.pm, |
85 |
CacheManifest.pm, WebIDL.pom, DOM.pm: New modules. |
86 |
|