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

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.73

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24