1 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi: Subdocument validation framework implemented. |
4 |
|
|
5 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* cc.cgi (print_listing_section): ID, class, and term |
8 |
|
section functions are merged. |
9 |
|
|
10 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* table-interface.en.html: Typo fixed. |
13 |
|
|
14 |
|
* cc.cgi: Use |$input->{id_prefix}| as the prefix for the |
15 |
|
identifiers in report sections. Don't add headings |
16 |
|
if the |$input->{nested}| flag is set. |
17 |
|
|
18 |
|
* table-script.js (tableToCanvas): Now it aceepts third |
19 |
|
argument, |idPrefix|, for setting ID prefix. |
20 |
|
|
21 |
|
* table.cgi: Set the third argument to |tableToCanvas| as an |
22 |
|
empty string. |
23 |
|
|
24 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* cc.cgi (check_and_print): Now this is a subroutine. |
27 |
|
|
28 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* cc-style.css: Rules for s/unsupported/u/'ed version added. |
31 |
|
|
32 |
|
* cc.cgi: Support for 'u' level. |
33 |
|
|
34 |
|
* error-description-source.en.xml: s/unsupported/u/; |
35 |
|
|
36 |
|
* standards.en.html: CSS added. |
37 |
|
|
38 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* standards.en.html: New document. |
41 |
|
|
42 |
|
* cc-interface.en.html: Linking to |standards.en.html|. |
43 |
|
|
44 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* error-description-source.xml: New error descriptions. |
47 |
|
|
48 |
|
* cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send |
49 |
|
a 406 page! |identity| encoding is added. |
50 |
|
|
51 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* cc.cgi (#document-tree Document): Output |inputEncoding|, |
54 |
|
|manakaiCharset|, and |manakaiHasBOM| attributes. |
55 |
|
|
56 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* cc-style.css: New rules for warnings. |
59 |
|
|
60 |
|
* cc-todo.en.txt: Updated. |
61 |
|
|
62 |
|
* cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1| |
63 |
|
for |inner_html| with external source. Set |manakai_charset| |
64 |
|
attribute if possible. |
65 |
|
(load_text_catalog): Interpret catalog file as UTF-8. |
66 |
|
|
67 |
|
* error-description-source.en.xml: New errors for character |
68 |
|
encodings are added. |
69 |
|
|
70 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* error-description-source.xml: s/charset declaration/character |
73 |
|
encoding declaration/g, since HTML5 spec says so. |
74 |
|
|
75 |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
* cc.cgi (get_input_document): Use sniffer to determine |
* cc.cgi (get_input_document): Use sniffer to determine |