1 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* HTML.pm: Support for the Unicode character checking. |
4 |
|
5 |
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* CacheManifest.pm (generate_structure_dump_section): Support |
8 |
for broken manifest. |
9 |
|
10 |
* H2H.pm: New module. |
11 |
|
12 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
13 |
|
14 |
* CSS.pm (generate_structure_error_section): Make the method |
15 |
do nothing. |
16 |
|
17 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
18 |
|
19 |
* CSS.pm, CacheManifest.pm, HTML.pm, XML.pm: Use ->url attribute to |
20 |
obtain the URL of the document. |
21 |
|
22 |
* CacheManifest.pm (generate_structure_dump_section): It is |
23 |
now i18n'ed. In addition, since URLs are tend to be long, |
24 |
tables for fallback entries are replaced by |dd| entries and |
25 |
paragraphs. "No entry" message is now handled by catalog, |
26 |
rather than CSS. |
27 |
|
28 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
29 |
|
30 |
* HTML.pm (generate_syntax_error_section): Remove |input_encoding| |
31 |
attribute value if the input is specified by direct input. |
32 |
|
33 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* DOM.pm: Enable localization of RDF section. |
36 |
|
37 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
38 |
|
39 |
* DOM.pm: Use error's own "layer" parameter, if any. |
40 |
|
41 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
42 |
|
43 |
* HTML.pm: Set flags for encoding layer errors appropriately. |
44 |
Save link to the document root for the parsed document |
45 |
for garbage collection safety. |
46 |
|
47 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
48 |
|
49 |
* CSS.pm, CacheManifest.pm, HTML.pm, WebIDL.pm, XML.pm: Don't |
50 |
set "uncertain" flag to character encoding (encode) layer if the |
51 |
input is a character string. |
52 |
|
53 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
54 |
|
55 |
* Base.pm, CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
56 |
HTML.pm, WebIDL.pm, XML.pm: Set |layer_applicable| |
57 |
or |layer_uncertain| flag appropriately. |
58 |
|
59 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
60 |
|
61 |
* Base.pm: Use "role" for source code sections. |
62 |
|
63 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
64 |
|
65 |
* CacheManifest.pm: Compile errors fixed. |
66 |
|
67 |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
68 |
|
69 |
* WebIDL.pm (generate_structure_error_section): New method. |
70 |
|
71 |
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
72 |
|
73 |
* CSS.pm (generate_structure_dump_section): Role name was wrong. |
74 |
|
75 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
76 |
|
77 |
* Base.pm, Default.pm: Updated to use newer way to construct a section. |
78 |
|
79 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
80 |
|
81 |
* DOM.pm (generate_structure_dump_section): Use catalog |
82 |
for human-readable texts. |
83 |
(generate_table_section): Use catalog for human readable texts. |
84 |
|
85 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
86 |
|
87 |
* DOM.pm (generate_table_section): Use hierarhical table |
88 |
number for tables in subdocuments. |
89 |
|
90 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
91 |
|
92 |
* DOM.pm (generate_additional_sections): Support |
93 |
for the other additional information sections are reintroduced. |
94 |
(generate_listing_section, generate_rdf_section): Reimplemented. |
95 |
|
96 |
* XML.pm: Typo fixed. |
97 |
|
98 |
* HTML.pm: Load DOMImplementation as late as possible, to |
99 |
save possiblity that another DOM implementation can be used |
100 |
where possible. |
101 |
|
102 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
103 |
|
104 |
* Base.pm (generate_source_string_section): Invoke |
105 |
|add_source_to_parse_error_list| method for generating a |
106 |
script fragment. |
107 |
|
108 |
* CSS.pm, CacheManifest.pm, DOM.pm, HTML.pm, WebIDL.pm, |
109 |
XML.pm: Use new methods for generating sections and error lists. |
110 |
|
111 |
* DOM.pm (generate_additional_sections, generate_table_section): New. |
112 |
|
113 |
* Default.pm: Pass |input| in place of |url| for unknown syntax |
114 |
error. |
115 |
|
116 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
117 |
|
118 |
* Base.pm: Use new method for node links. |
119 |
|
120 |
* CSS.pm: Typo fixes. Pass |input| object as an argument |
121 |
to the CSSOM validation not supported error. |
122 |
|
123 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
124 |
|
125 |
* Base.pm (_get_cc_url, _encode_url_component): Remove (now |
126 |
supported by WebHACC::Output). |
127 |
|
128 |
* CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
129 |
HTML.pm, WebIDL.pm, XML.pm: Error reporting is now delegated to |
130 |
WebHACC::Result. |
131 |
|
132 |
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
133 |
|
134 |
* ChangeLog: New file. |
135 |
|
136 |
* Base.pm, Default.pm, HTML.pm, XML.pm, CSS.pm, |
137 |
CacheManifest.pm, WebIDL.pom, DOM.pm: New modules. |
138 |
|