/[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.19 - (show annotations) (download)
Sat Aug 16 07:42:20 2008 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +11 -0 lines
++ ChangeLog	16 Aug 2008 07:38:01 -0000
	* cc-script.js: Support for #index- fragment identifiers.

	* cc-style.css: Prety styling for reformatted sources.
	Support for new version of manifest dump sections.

	* error-description-source.xml: Support for Whatpm::CacheManifest,
	Whatpm::CSS::SelectorsParser, Whatpm::CSS::MediaQueryParser,
	and Whatpm::CSS::Parser errors.  Support for l10n of cache
	manifest dump sections.

2008-08-16  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/Language/ChangeLog	16 Aug 2008 07:42:17 -0000
	* CSS.pm, CacheManifest.pm, HTML.pm, XML.pm: Use ->url attribute to
	obtain the URL of the document.

	* CacheManifest.pm (generate_structure_dump_section): It is
	now i18n'ed.  In addition, since URLs are tend to be long,
	tables for fallback entries are replaced by |dd| entries and
	paragraphs.  "No entry" message is now handled by catalog,
	rather than CSS.

2008-08-16  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/ChangeLog	16 Aug 2008 07:39:54 -0000
	* Input.pm (Subdocument new): Invoke superclass's new method
	such that |urls| attribute is initialized.

	* Result.pm (add_error): Use ->url attribute to obtain
	the URL of the document.  No longer output |text| argument,
	since all error types except for those used in the WebIDL module
	are now defined in the catalog.

2008-08-16  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24