/[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.41 by wakaba, Mon Nov 19 12:20:14 2007 UTC revision 1.80 by wakaba, Sat Jul 26 11:27:25 2008 UTC
# Line 1  Line 1 
1    2008-07-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * cc.cgi: get_input_document function is now handled
4            by WebHACC::Input classes.  |cc-script| reference
5            is now generated by |html_header| in WebHACC::Output.
6    
7            * error-description-source.xml: Document URL and Request URL
8            are now just "URLs".
9    
10    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
11    
12            * .htaccess: error-description-source.xml is in UTF-8
13            actually.
14    
15            * Makefile: Rule to make Japanese language catalog file
16            is added.
17    
18            * cc-script.js: Line and column numbers are now taken
19            from data-* attributes, not from textContent.
20    
21            * cc.cgi: Tentative support for Japanese/English conneg.
22            (load_text_catalog, get_text): Removed (catalog text selection
23            is now handled by WebHACC::Output).
24    
25            * error-description-source.xml: Catalog entries in new
26            format are added.  Old catalog element is removed.
27    
28            * mkcatalog.pl: Support for non-English languages.
29            Drop support for old catalog element.  Add support
30            for new cat element.
31    
32            * mkdescription.pl: Drop support for old catalog element.
33            Add support for new cat element.
34    
35    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
36    
37            * cc.cgi: Code clean-up.
38    
39    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
40    
41            * cc.cgi: Old commented out code for additional
42            information sections are removed.  They are now
43            implemented as part of |generate_add_info_sections| method.
44    
45    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
46    
47            * cc.cgi (print_table_section): Removed (now part of
48            WebHACC::Language::DOM).
49    
50    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
51    
52            * cc.cgi: Information sections are now handled by WebHACC::Input
53            module.  Input objects for subdocuments now owns their
54            own subclass.
55    
56    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
57    
58            * cc.cgi: Errors and results are now handled by WebHACC::Result.
59            Decode |uri| parameter as UTF-8.  HTTP header dump and
60            input error are now handled by WebHACC::Input.
61    
62    2008-07-20  Wakaba  <wakaba@suika.fam.cx>
63    
64            * cc.cgi: Modularized.
65    
66            * WebHACC/: New directory.
67    
68    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
69    
70            * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text
71            for dummping (Data::Dumper::Dumper no longer used).
72    
73    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
74    
75            * LICENSE: Note on icons/*.png are added.
76    
77            * icons/: New directory.
78    
79            * cc-style.css: Rules for background images on error category
80            are added.
81    
82    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
83    
84            * cc.cgi (print_source_string_section): Use new Message::Charset::Info
85            interface to decode source code, otherwise the Perl native Encode
86            module might decode the source code into different character
87            string with the Info's.
88    
89    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
90    
91            * standards.en.html (requirements): Remove a requirement
92            for an HTML element's allowed context (it is covered by HTML5
93            spec since r1583).
94    
95    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
96    
97            * cc.cgi: Use table object returned by the checker; don't
98            form a table by itself.
99    
100            * table-script.js: Use different coloring for empty data cells.
101    
102            * cc.cgi, table.cgi: Remove table reference for JSON convertion.
103    
104    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
105    
106            * table-script.js: Support for header cell highlighting.
107    
108            * table.cgi: Set |id| to cells; it enables the cell highlighting
109            feature.
110    
111    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
112    
113            * table-script.js: Table header/footer fill started at a
114            wrong point.
115    
116    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
117    
118            * table-script.js: It is now 0-indexed stead
119            of 1-indexed (HTML5 revision 1376).
120    
121    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
122    
123            * cc-style.css: Duplicate terms are no longer disallowed (HTML5
124            revision 1467).
125    
126    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
127    
128            * parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML|
129            output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)"
130            output modes.
131    
132    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
133    
134            * cc.cgi: New "URI" section is implemented.
135    
136    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
137    
138            * cc.cgi (get_node_path): Use qualified name, not just
139            local name.
140    
141    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
142    
143            * cc.cgi (get_rdf_resource_html): undef vs false bug fixed.
144    
145    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
146    
147            * cc.cgi: Experimental support for application/rdf+xml type.
148            Generate section on RDF triples extracted from the document.
149            (print_rdf_section): New function.
150            (get_rdf_resource_html): New function.
151    
152    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
153    
154            * cc.cgi (get_error_label): No-parent case was not considered.
155    
156    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
157    
158            * cc.cgi (get_error_label): Use the error location
159            of the parent node, if the node does not have one.
160    
161    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
162    
163            * cc-script.js: The ID of the list is now given as an argument.
164    
165            * cc.cgi: List of document errors now also expanded by source
166            code fragment generated by scripting.
167            (get_error_label): Use line/column information from the error
168            context node, if any.
169    
170    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
171    
172            * cc.cgi: Line break treatment was different from
173            that of HTML and CSS parsers.
174    
175    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
176    
177            * cc-script.js: Unquote U+hhhh escapes.
178    
179    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
180    
181            * cc.cgi (get_error_label): Use token's line and column
182            if available.
183    
184    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
185    
186            * cc-script.js: Character was not marked if the line
187            is less than 50 characters.
188    
189    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
190    
191            * cc.cgi: Link to the script added.
192    
193            * cc-style.css (mark): Added.
194    
195            * cc-script.js: New script.
196    
197    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
198    
199            * cc.cgi: |value| should be output in |dt| in Parse Errors
200            section.
201    
202    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
203    
204            * cc.cgi: Support for level-i (informational).
205    
206            * cc-style.css: New style rules for informational messages added.
207    
208            * error-description-source.xml (#information, #level-i): Added.
209    
210    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
211    
212            * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
213            it is actually implemented).  Support for '-moz-pre-wrap'.
214            Typo in 'collapse' value fixed.
215    
216    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
217    
218            * cc.cgi: |text/css| support.  |id_prefix| support was
219            partially broken.
220    
221    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
222    
223            * cc.cgi: Subdocument validation framework implemented.
224    
225    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
226    
227            * cc.cgi (print_listing_section): ID, class, and term
228            section functions are merged.
229    
230    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
231    
232            * table-interface.en.html: Typo fixed.
233    
234            * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
235            identifiers in report sections.  Don't add headings
236            if the |$input->{nested}| flag is set.
237    
238            * table-script.js (tableToCanvas): Now it aceepts third
239            argument, |idPrefix|, for setting ID prefix.
240    
241            * table.cgi: Set the third argument to |tableToCanvas| as an
242            empty string.
243    
244    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
245    
246            * cc.cgi (check_and_print): Now this is a subroutine.
247    
248    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
249    
250            * cc-style.css: Rules for s/unsupported/u/'ed version added.
251    
252            * cc.cgi: Support for 'u' level.
253    
254            * error-description-source.en.xml: s/unsupported/u/;
255    
256            * standards.en.html: CSS added.
257    
258    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
259    
260            * standards.en.html: New document.
261    
262            * cc-interface.en.html: Linking to |standards.en.html|.
263    
264    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
265    
266            * error-description-source.xml: New error descriptions.
267    
268            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
269            a 406 page!  |identity| encoding is added.
270    
271  2007-11-19  Wakaba  <wakaba@suika.fam.cx>  2007-11-19  Wakaba  <wakaba@suika.fam.cx>
272    
273          * cc.cgi (#document-tree Document): Output |inputEncoding|,          * cc.cgi (#document-tree Document): Output |inputEncoding|,

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24