/[pub]/test/html-webhacc/ChangeLog
Suika

Diff of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by wakaba, Tue Apr 29 10:59:25 2008 UTC revision 1.102 by wakaba, Sat Aug 30 16:10:07 2008 UTC
# Line 1  Line 1 
1    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
2    
3            * error-description-source.xml: Descriptions for new error
4            types are added.
5    
6    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
7    
8            * cc-style.css: Rule for empty |mark| elements is added.
9    
10            * error-description-source.xml: Error message for
11            unknown address type error is updated.
12    
13    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
14    
15            * error-description-source.xml: Error types added for IMTChecker.
16    
17    2008-08-22  Wakaba  <wakaba@suika.fam.cx>
18    
19            * error-description-source.xml: More l10n.
20    
21            * mkdescription.pl: Fallback <html:title> to xml:lang=en's one.
22    
23    2008-08-22  Wakaba  <wakaba@suika.fam.cx>
24    
25            * error-description-source.xml: Localize "no more information"
26            message.
27    
28    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
29    
30            * cc-about.en.html: Author section added.
31    
32            * cc.cgi: |text/x-h2h| added.
33    
34    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
35    
36            * Makefile: Generate Japanese version of error description document.
37    
38            * cc-script.js, cc-style.css: Support for help popup.
39    
40            * error-description-source.xml: Descriptions are added
41            to the description of WebHACC itself and descriptions
42            of error levels.  Old error level table is removed.
43    
44            * mkdescription.pl: Assume the second argument is
45            the language.  Support for d:cat/d:desc.
46    
47    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
48    
49            * error-description-source.xml: Error for CSS cursor: hand
50            is added.
51    
52    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
53    
54            * cc-script.js: Support for #index- fragment identifiers.
55    
56            * cc-style.css: Prety styling for reformatted sources.
57            Support for new version of manifest dump sections.
58    
59            * error-description-source.xml: Support for Whatpm::CacheManifest,
60            Whatpm::CSS::SelectorsParser, Whatpm::CSS::MediaQueryParser,
61            and Whatpm::CSS::Parser errors.  Support for l10n of cache
62            manifest dump sections.
63    
64    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
65    
66            * cc-style.css: Set min/max width/height such that tab content
67            is accessible even when stupid size of window is used.
68    
69    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
70    
71            * cc-script.js (_showTab): Show the tab button of the selected
72            tab.
73    
74            * cc-script.css (nav): Show scrollbar if there are too many
75            tabs.
76    
77            * cc.cgi: Reset |$output->input| even if |$input->{s}| is undef (i.e.
78            imlementation error case).
79    
80    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
81    
82            * error-description-source.xml: Error entries for
83            Whatpm::URIChecker and Whatpm::LangTag error types
84            are added.
85    
86    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
87    
88            * error-description-source.xml: Error entries
89            for Whatpm::RDFXML errors are addded.  Missing entries
90            for Whatpm::HTMLTable errors are added.
91    
92    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
93    
94            * error-description-source.xml: Missing entries for
95            Whatpm::ContentChecker::Atom errors are added.
96    
97    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
98    
99            * error-description-source.xml: Missing entries for
100            Whatpm::ContentChecker and Whatpm::ContentChecker::HTML
101            error types are added.  Error entries used by these
102            modules are marked as such.
103    
104    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
105    
106            * error-description-source.xml: Missing entries for Whatpm::HTML
107            error types are added.  Error entries used by Whatpm::HTML
108            are marked as "HTML::Parser".
109    
110    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
111    
112            * cc-style.css: Add icons to links and headings of error sections.
113            Use standard "uncertain" color for level-u errors.  "No error found"
114            messages are now handled by catalog, not by CSS presentation.
115            The result paragraph saying that the conformance is unknown
116            should be bordered as uncertain error messages are.
117    
118            * error-description-source.xml: New message entries
119            for not-translated-yet messages.  Distinguish result table's
120            layer names from other similar texts.
121    
122    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
123    
124            * cc.cgi: Generate result summary sections for
125            each subdocument.
126    
127            * error-description-source.xml: New entries to
128            support localization of result sections.
129    
130    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
131    
132            * cc-style.css: Support for revised version of result summary
133            section styling.
134    
135    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
136    
137            * cc-style.css: Revised such that subdocument check results
138            do not look stupid and that new class name rules
139            for level-* and layer-* is reflected by icons.
140    
141    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
142    
143            * cc-script.js, cc-style.css: Support for tab styling
144            of subdoc sections.
145    
146            * cc-script.js (onbodyload): Scroll to the pointed
147            element, if possible.
148    
149    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
150    
151            * cc-script.js, cc-style.js: Support for tab styling
152            of the "input" subsections.  Support for the "details"
153            widget.
154    
155    2008-08-10  Wakaba  <wakaba@suika.fam.cx>
156    
157            * cc-script.js: Functions for tabbing are added.
158    
159            * cc-style.css: Tab styling rules are added.
160    
161    2008-07-27  Wakaba  <wakaba@suika.fam.cx>
162    
163            * .htaccess: Files gone.
164    
165            * cc-interface.en.html, cc-todo.txt: Removed.
166    
167            * cc-about.en.html: New document.
168    
169            * cc.cgi: Insert document input section before anything.
170            No check performed if no URL is specified and the
171            input is empty.
172    
173            * error-description-source.xml (WebHACC:Heading): Link
174            to cc-about in place of cc-interface.
175    
176    2008-07-26  Wakaba  <wakaba@suika.fam.cx>
177    
178            * cc.cgi: get_input_document function is now handled
179            by WebHACC::Input classes.  |cc-script| reference
180            is now generated by |html_header| in WebHACC::Output.
181    
182            * error-description-source.xml: Document URL and Request URL
183            are now just "URLs".
184    
185    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
186    
187            * .htaccess: error-description-source.xml is in UTF-8
188            actually.
189    
190            * Makefile: Rule to make Japanese language catalog file
191            is added.
192    
193            * cc-script.js: Line and column numbers are now taken
194            from data-* attributes, not from textContent.
195    
196            * cc.cgi: Tentative support for Japanese/English conneg.
197            (load_text_catalog, get_text): Removed (catalog text selection
198            is now handled by WebHACC::Output).
199    
200            * error-description-source.xml: Catalog entries in new
201            format are added.  Old catalog element is removed.
202    
203            * mkcatalog.pl: Support for non-English languages.
204            Drop support for old catalog element.  Add support
205            for new cat element.
206    
207            * mkdescription.pl: Drop support for old catalog element.
208            Add support for new cat element.
209    
210    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
211    
212            * cc.cgi: Code clean-up.
213    
214    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
215    
216            * cc.cgi: Old commented out code for additional
217            information sections are removed.  They are now
218            implemented as part of |generate_add_info_sections| method.
219    
220    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
221    
222            * cc.cgi (print_table_section): Removed (now part of
223            WebHACC::Language::DOM).
224    
225    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
226    
227            * cc.cgi: Information sections are now handled by WebHACC::Input
228            module.  Input objects for subdocuments now owns their
229            own subclass.
230    
231    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
232    
233            * cc.cgi: Errors and results are now handled by WebHACC::Result.
234            Decode |uri| parameter as UTF-8.  HTTP header dump and
235            input error are now handled by WebHACC::Input.
236    
237    2008-07-20  Wakaba  <wakaba@suika.fam.cx>
238    
239            * cc.cgi: Modularized.
240    
241            * WebHACC/: New directory.
242    
243    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
244    
245            * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text
246            for dummping (Data::Dumper::Dumper no longer used).
247    
248    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
249    
250            * LICENSE: Note on icons/*.png are added.
251    
252            * icons/: New directory.
253    
254            * cc-style.css: Rules for background images on error category
255            are added.
256    
257    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
258    
259            * cc.cgi (print_source_string_section): Use new Message::Charset::Info
260            interface to decode source code, otherwise the Perl native Encode
261            module might decode the source code into different character
262            string with the Info's.
263    
264    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
265    
266            * standards.en.html (requirements): Remove a requirement
267            for an HTML element's allowed context (it is covered by HTML5
268            spec since r1583).
269    
270    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
271    
272            * cc.cgi: Use table object returned by the checker; don't
273            form a table by itself.
274    
275            * table-script.js: Use different coloring for empty data cells.
276    
277            * cc.cgi, table.cgi: Remove table reference for JSON convertion.
278    
279    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
280    
281            * table-script.js: Support for header cell highlighting.
282    
283            * table.cgi: Set |id| to cells; it enables the cell highlighting
284            feature.
285    
286    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
287    
288            * table-script.js: Table header/footer fill started at a
289            wrong point.
290    
291    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
292    
293            * table-script.js: It is now 0-indexed stead
294            of 1-indexed (HTML5 revision 1376).
295    
296  2008-04-29  Wakaba  <wakaba@suika.fam.cx>  2008-04-29  Wakaba  <wakaba@suika.fam.cx>
297    
298          * cc-style.css: Duplicate terms are no longer disallowed (HTML5          * cc-style.css: Duplicate terms are no longer disallowed (HTML5

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.102

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24