/[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.28 - (show annotations) (download)
Thu Dec 11 03:22:57 2008 UTC (16 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +4 -0 lines
++ ChangeLog	11 Dec 2008 03:20:10 -0000
2008-12-11  Wakaba  <wakaba@suika.fam.cx>

	* error-description-source.en.xml: Added descriptions for errors
	from Regexp::Parser and Regexp::Parser::JavaScript modules.

	* cc.cgi: Added support for JavaScript regular expressions.

++ html/WebHACC/Language/ChangeLog	11 Dec 2008 03:18:54 -0000
2008-12-11  Wakaba  <wakaba@suika.fam.cx>

	* RegExpJS.pm: New module.

++ html/WebHACC/ChangeLog	11 Dec 2008 03:22:42 -0000
2008-12-11  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm (generate_input_section): Added support for JavaScript
	regular expressions.

2008-12-10  Wakaba  <wakaba@suika.fam.cx>

	* Result.pm: Added support for |valueref| parameter of an error.
	|pos_end| should point the (intercharacter) position where the
	highlighted substring ends, not the character before the position,
	otherwise empty substring cannot be represented well.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24