/[pub]/test/html-webhacc/ChangeLog
Suika

Diff of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.67

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24