/[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.29 - (hide annotations) (download)
Thu Dec 11 05:11:11 2008 UTC (16 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +6 -0 lines
++ ChangeLog	11 Dec 2008 05:09:03 -0000
	* cc-about.en.html: Added links to Regexp modules.

	* cc-script.js: Adds a class name to |iframe| element used instead
	of XHR such that non-Ajax |iframe| element can be distinguished by
	style sheets.

	* cc-style.css: Displays non-Ajax |iframe| element.

	* error-description-source.en.xml: Added catalog entries for
	regexp graph sections.

	* standards.en.html: s/WDCC/WebHACC/g.  Added a subsection on
	regular expressions.

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

++ html/WebHACC/Language/ChangeLog	11 Dec 2008 05:11:06 -0000
	* Table.pm: Bug fix: Subsections are no longer associated with tabs.

	* RegExpJS.pm: Implemented graphization of regular expressions.

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

++ html/WebHACC/ChangeLog	11 Dec 2008 05:10:00 -0000
	* Output.pm (start_section): Don't output |script| element for tab
	control if not desired.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24