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

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.55

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24