/[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.25 - (hide annotations) (download)
Mon Sep 15 14:34:58 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +4 -0 lines
++ html/WebHACC/Language/ChangeLog	15 Sep 2008 14:34:54 -0000
	* CSS.pm: Support for Firefox3's new 'width' values.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24