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

Diff of /test/html-webhacc/ChangeLog

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

revision 1.34 by wakaba, Mon Nov 5 09:33:52 2007 UTC revision 1.71 by wakaba, Sun May 18 07:24:04 2008 UTC
# Line 1  Line 1 
1    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
2    
3            * LICENSE: Note on icons/*.png are added.
4    
5            * icons/: New directory.
6    
7            * cc-style.css: Rules for background images on error category
8            are added.
9    
10    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
11    
12            * cc.cgi (print_source_string_section): Use new Message::Charset::Info
13            interface to decode source code, otherwise the Perl native Encode
14            module might decode the source code into different character
15            string with the Info's.
16    
17    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
18    
19            * standards.en.html (requirements): Remove a requirement
20            for an HTML element's allowed context (it is covered by HTML5
21            spec since r1583).
22    
23    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
24    
25            * cc.cgi: Use table object returned by the checker; don't
26            form a table by itself.
27    
28            * table-script.js: Use different coloring for empty data cells.
29    
30            * cc.cgi, table.cgi: Remove table reference for JSON convertion.
31    
32    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
33    
34            * table-script.js: Support for header cell highlighting.
35    
36            * table.cgi: Set |id| to cells; it enables the cell highlighting
37            feature.
38    
39    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
40    
41            * table-script.js: Table header/footer fill started at a
42            wrong point.
43    
44    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
45    
46            * table-script.js: It is now 0-indexed stead
47            of 1-indexed (HTML5 revision 1376).
48    
49    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
50    
51            * cc-style.css: Duplicate terms are no longer disallowed (HTML5
52            revision 1467).
53    
54    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
55    
56            * parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML|
57            output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)"
58            output modes.
59    
60    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
61    
62            * cc.cgi: New "URI" section is implemented.
63    
64    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
65    
66            * cc.cgi (get_node_path): Use qualified name, not just
67            local name.
68    
69    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
70    
71            * cc.cgi (get_rdf_resource_html): undef vs false bug fixed.
72    
73    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
74    
75            * cc.cgi: Experimental support for application/rdf+xml type.
76            Generate section on RDF triples extracted from the document.
77            (print_rdf_section): New function.
78            (get_rdf_resource_html): New function.
79    
80    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
81    
82            * cc.cgi (get_error_label): No-parent case was not considered.
83    
84    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
85    
86            * cc.cgi (get_error_label): Use the error location
87            of the parent node, if the node does not have one.
88    
89    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
90    
91            * cc-script.js: The ID of the list is now given as an argument.
92    
93            * cc.cgi: List of document errors now also expanded by source
94            code fragment generated by scripting.
95            (get_error_label): Use line/column information from the error
96            context node, if any.
97    
98    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
99    
100            * cc.cgi: Line break treatment was different from
101            that of HTML and CSS parsers.
102    
103    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
104    
105            * cc-script.js: Unquote U+hhhh escapes.
106    
107    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
108    
109            * cc.cgi (get_error_label): Use token's line and column
110            if available.
111    
112    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
113    
114            * cc-script.js: Character was not marked if the line
115            is less than 50 characters.
116    
117    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
118    
119            * cc.cgi: Link to the script added.
120    
121            * cc-style.css (mark): Added.
122    
123            * cc-script.js: New script.
124    
125    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
126    
127            * cc.cgi: |value| should be output in |dt| in Parse Errors
128            section.
129    
130    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
131    
132            * cc.cgi: Support for level-i (informational).
133    
134            * cc-style.css: New style rules for informational messages added.
135    
136            * error-description-source.xml (#information, #level-i): Added.
137    
138    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
139    
140            * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
141            it is actually implemented).  Support for '-moz-pre-wrap'.
142            Typo in 'collapse' value fixed.
143    
144    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
145    
146            * cc.cgi: |text/css| support.  |id_prefix| support was
147            partially broken.
148    
149    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
150    
151            * cc.cgi: Subdocument validation framework implemented.
152    
153    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
154    
155            * cc.cgi (print_listing_section): ID, class, and term
156            section functions are merged.
157    
158    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
159    
160            * table-interface.en.html: Typo fixed.
161    
162            * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
163            identifiers in report sections.  Don't add headings
164            if the |$input->{nested}| flag is set.
165    
166            * table-script.js (tableToCanvas): Now it aceepts third
167            argument, |idPrefix|, for setting ID prefix.
168    
169            * table.cgi: Set the third argument to |tableToCanvas| as an
170            empty string.
171    
172    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
173    
174            * cc.cgi (check_and_print): Now this is a subroutine.
175    
176    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
177    
178            * cc-style.css: Rules for s/unsupported/u/'ed version added.
179    
180            * cc.cgi: Support for 'u' level.
181    
182            * error-description-source.en.xml: s/unsupported/u/;
183    
184            * standards.en.html: CSS added.
185    
186    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
187    
188            * standards.en.html: New document.
189    
190            * cc-interface.en.html: Linking to |standards.en.html|.
191    
192    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
193    
194            * error-description-source.xml: New error descriptions.
195    
196            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
197            a 406 page!  |identity| encoding is added.
198    
199    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
200    
201            * cc.cgi (#document-tree Document): Output |inputEncoding|,
202            |manakaiCharset|, and |manakaiHasBOM| attributes.
203    
204    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
205    
206            * cc-style.css: New rules for warnings.
207    
208            * cc-todo.en.txt: Updated.
209    
210            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
211            for |inner_html| with external source.  Set |manakai_charset|
212            attribute if possible.
213            (load_text_catalog): Interpret catalog file as UTF-8.
214    
215            * error-description-source.en.xml: New errors for character
216            encodings are added.
217    
218    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
219    
220            * error-description-source.xml: s/charset declaration/character
221            encoding declaration/g, since HTML5 spec says so.
222    
223    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
224    
225            * cc.cgi (get_input_document): Use sniffer to determine
226            media type of the entity.
227    
228    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
229    
230            * cc-style.css: Rules for "unsupported" parse errors.
231    
232            * cc.cgi (print_syntax_error_html_section): Use HTML
233            parser for byte string.
234            (print_result_unknown_type_section): Make output
235            more consistent with other media types.
236    
237    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
238    
239            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
240            an HTML DOM.
241    
242    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
243    
244            * cc-style.css: Styling examples.
245    
246    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
247    
248            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
249            New.
250    
251  2007-11-05  Wakaba  <wakaba@suika.fam.cx>  2007-11-05  Wakaba  <wakaba@suika.fam.cx>
252    
253          * cc.cgi (get_error_level_label): New.          * cc.cgi (get_error_level_label): New.

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.71

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24