/[suikacvs]/test/html-webhacc/WebHACC/Language/ChangeLog
Suika

Contents of /test/html-webhacc/WebHACC/Language/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.27 - (show annotations) (download)
Sun Sep 21 05:09:35 2008 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.26: +6 -0 lines
++ ChangeLog	21 Sep 2008 05:08:51 -0000
2008-09-21  Wakaba  <wakaba@suika.fam.cx>

	* error-description-source.xml: An error for non-supported
	charset="" parameter is added.

++ html/WebHACC/Language/ChangeLog	21 Sep 2008 05:09:27 -0000
2008-09-21  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm (generate_syntax_error_section): Now |charset:not
	supported| is also an error that might invalidate the validation
	result.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24