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

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.66

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24