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

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.94

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24