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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24