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

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.69

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24