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> |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
* cc.cgi (get_input_document): Use sniffer to determine |
* cc.cgi (get_input_document): Use sniffer to determine |