/[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.26 - (show annotations) (download)
Wed Sep 17 03:56:43 2008 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +4 -0 lines
++ ChangeLog	17 Sep 2008 03:55:55 -0000
2008-09-17  Wakaba  <wakaba@suika.fam.cx>

	* cc.cgi: Support for |text/x-css-inline| type is added.

2008-09-17  Wakaba  <wakaba@suika.fam.cx>

	* standards.en.html: Updated.

++ html/WebHACC/Language/ChangeLog	17 Sep 2008 03:56:41 -0000
2008-09-17  Wakaba  <wakaba@suika.fam.cx>

	* CSSInline.pm: New module.

++ html/WebHACC/ChangeLog	17 Sep 2008 03:56:25 -0000
2008-09-17  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm: Support for the |text/x-css-inline| type is added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24