/[suikacvs]/test/html-whatpm/ChangeLog
Suika

Contents of /test/html-whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.51 - (hide annotations) (download)
Sun Feb 24 02:17:51 2008 UTC (18 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.50: +8 -0 lines
++ ChangeLog	24 Feb 2008 02:17:37 -0000
2008-02-24  Wakaba  <wakaba@suika.fam.cx>

	* cc.cgi: Support for level-i (informational).

	* cc-style.css: New style rules for informational messages added.

	* error-description-source.xml (#information, #level-i): Added.

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