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