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

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.68

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24