/[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.31 by wakaba, Mon Sep 3 14:30:46 2007 UTC revision 1.58 by wakaba, Mon Mar 17 13:25:19 2008 UTC
# Line 1  Line 1 
1    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * cc-script.js: The ID of the list is now given as an argument.
4    
5            * cc.cgi: List of document errors now also expanded by source
6            code fragment generated by scripting.
7            (get_error_label): Use line/column information from the error
8            context node, if any.
9    
10    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
11    
12            * cc.cgi: Line break treatment was different from
13            that of HTML and CSS parsers.
14    
15    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
16    
17            * cc-script.js: Unquote U+hhhh escapes.
18    
19    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
20    
21            * cc.cgi (get_error_label): Use token's line and column
22            if available.
23    
24    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
25    
26            * cc-script.js: Character was not marked if the line
27            is less than 50 characters.
28    
29    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
30    
31            * cc.cgi: Link to the script added.
32    
33            * cc-style.css (mark): Added.
34    
35            * cc-script.js: New script.
36    
37    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
38    
39            * cc.cgi: |value| should be output in |dt| in Parse Errors
40            section.
41    
42    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
43    
44            * cc.cgi: Support for level-i (informational).
45    
46            * cc-style.css: New style rules for informational messages added.
47    
48            * error-description-source.xml (#information, #level-i): Added.
49    
50    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
51    
52            * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
53            it is actually implemented).  Support for '-moz-pre-wrap'.
54            Typo in 'collapse' value fixed.
55    
56    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
57    
58            * cc.cgi: |text/css| support.  |id_prefix| support was
59            partially broken.
60    
61    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
62    
63            * cc.cgi: Subdocument validation framework implemented.
64    
65    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
66    
67            * cc.cgi (print_listing_section): ID, class, and term
68            section functions are merged.
69    
70    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
71    
72            * table-interface.en.html: Typo fixed.
73    
74            * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
75            identifiers in report sections.  Don't add headings
76            if the |$input->{nested}| flag is set.
77    
78            * table-script.js (tableToCanvas): Now it aceepts third
79            argument, |idPrefix|, for setting ID prefix.
80    
81            * table.cgi: Set the third argument to |tableToCanvas| as an
82            empty string.
83    
84    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
85    
86            * cc.cgi (check_and_print): Now this is a subroutine.
87    
88    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
89    
90            * cc-style.css: Rules for s/unsupported/u/'ed version added.
91    
92            * cc.cgi: Support for 'u' level.
93    
94            * error-description-source.en.xml: s/unsupported/u/;
95    
96            * standards.en.html: CSS added.
97    
98    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
99    
100            * standards.en.html: New document.
101    
102            * cc-interface.en.html: Linking to |standards.en.html|.
103    
104    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
105    
106            * error-description-source.xml: New error descriptions.
107    
108            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
109            a 406 page!  |identity| encoding is added.
110    
111    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
112    
113            * cc.cgi (#document-tree Document): Output |inputEncoding|,
114            |manakaiCharset|, and |manakaiHasBOM| attributes.
115    
116    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
117    
118            * cc-style.css: New rules for warnings.
119    
120            * cc-todo.en.txt: Updated.
121    
122            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
123            for |inner_html| with external source.  Set |manakai_charset|
124            attribute if possible.
125            (load_text_catalog): Interpret catalog file as UTF-8.
126    
127            * error-description-source.en.xml: New errors for character
128            encodings are added.
129    
130    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
131    
132            * error-description-source.xml: s/charset declaration/character
133            encoding declaration/g, since HTML5 spec says so.
134    
135    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
136    
137            * cc.cgi (get_input_document): Use sniffer to determine
138            media type of the entity.
139    
140    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
141    
142            * cc-style.css: Rules for "unsupported" parse errors.
143    
144            * cc.cgi (print_syntax_error_html_section): Use HTML
145            parser for byte string.
146            (print_result_unknown_type_section): Make output
147            more consistent with other media types.
148    
149    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
150    
151            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
152            an HTML DOM.
153    
154    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
155    
156            * cc-style.css: Styling examples.
157    
158    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
159    
160            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
161            New.
162    
163    2007-11-05  Wakaba  <wakaba@suika.fam.cx>
164    
165            * cc.cgi (get_error_level_label): New.
166    
167            * cc-style.css: New rules for error level descriptions.
168    
169            * error-description-source.xml: Description for error
170            levels is added.
171    
172    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
173    
174            * cc-interface.en.html (i): |text/cache-manifest| is added.
175    
176            * cc-style.css: New rules for manifest dump.
177    
178            * cc.cgi: Support for |text/cache-manifest|.
179    
180            * error-description-soruce.en.xml (#cache-manifest-errors): New
181            section.
182    
183    2007-09-10  Wakaba  <wakaba@suika.fam.cx>
184    
185            * cc.cgi, cc-style.css: Scoring support.
186    
187  2007-09-03  Wakaba  <wakaba@suika.fam.cx>  2007-09-03  Wakaba  <wakaba@suika.fam.cx>
188    
189          * error-description-source.xml: Updated.          * error-description-source.xml: Updated.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.58

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24