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

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.56

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24