/[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.24 - (show annotations) (download)
Mon Sep 15 07:20:40 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.23: +4 -0 lines
++ ChangeLog	15 Sep 2008 07:20:09 -0000
2008-09-15  Wakaba  <wakaba@suika.fam.cx>

	* error-description-source.xml: "control char" errors are now
	handled by UnicodeChecker module.  New "non unicode" error added.

++ html/WebHACC/Language/ChangeLog	15 Sep 2008 07:20:35 -0000
2008-09-15  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Set the mode of the UnicodeChecker as HTML5.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24