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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24