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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24