/[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.32 by wakaba, Mon Sep 10 11:51:09 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>  2007-09-10  Wakaba  <wakaba@suika.fam.cx>
175    
176          * cc.cgi, cc-style.css: Scoring support.          * cc.cgi, cc-style.css: Scoring support.

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.57

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24