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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24