1 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* standards.en.html: New document. |
4 |
|
|
5 |
|
* cc-interface.en.html: Linking to |standards.en.html|. |
6 |
|
|
7 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* error-description-source.xml: New error descriptions. |
10 |
|
|
11 |
|
* cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send |
12 |
|
a 406 page! |identity| encoding is added. |
13 |
|
|
14 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* cc.cgi (#document-tree Document): Output |inputEncoding|, |
17 |
|
|manakaiCharset|, and |manakaiHasBOM| attributes. |
18 |
|
|
19 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* cc-style.css: New rules for warnings. |
22 |
|
|
23 |
|
* cc-todo.en.txt: Updated. |
24 |
|
|
25 |
|
* cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1| |
26 |
|
for |inner_html| with external source. Set |manakai_charset| |
27 |
|
attribute if possible. |
28 |
|
(load_text_catalog): Interpret catalog file as UTF-8. |
29 |
|
|
30 |
|
* error-description-source.en.xml: New errors for character |
31 |
|
encodings are added. |
32 |
|
|
33 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* error-description-source.xml: s/charset declaration/character |
36 |
|
encoding declaration/g, since HTML5 spec says so. |
37 |
|
|
38 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* cc.cgi (get_input_document): Use sniffer to determine |
41 |
|
media type of the entity. |
42 |
|
|
43 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* cc-style.css: Rules for "unsupported" parse errors. |
46 |
|
|
47 |
|
* cc.cgi (print_syntax_error_html_section): Use HTML |
48 |
|
parser for byte string. |
49 |
|
(print_result_unknown_type_section): Make output |
50 |
|
more consistent with other media types. |
51 |
|
|
52 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* parser.cgi: Use |Whatpm::HTML::Serializer| to serialize |
55 |
|
an HTML DOM. |
56 |
|
|
57 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* cc-style.css: Styling examples. |
60 |
|
|
61 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* error-description-source.xml (enumerated:invalid:http-equiv:content-type): |
64 |
|
New. |
65 |
|
|
66 |
|
2007-11-05 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* cc.cgi (get_error_level_label): New. |
69 |
|
|
70 |
|
* cc-style.css: New rules for error level descriptions. |
71 |
|
|
72 |
|
* error-description-source.xml: Description for error |
73 |
|
levels is added. |
74 |
|
|
75 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* cc-interface.en.html (i): |text/cache-manifest| is added. |
78 |
|
|
79 |
|
* cc-style.css: New rules for manifest dump. |
80 |
|
|
81 |
|
* cc.cgi: Support for |text/cache-manifest|. |
82 |
|
|
83 |
|
* error-description-soruce.en.xml (#cache-manifest-errors): New |
84 |
|
section. |
85 |
|
|
86 |
|
2007-09-10 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* cc.cgi, cc-style.css: Scoring support. |
89 |
|
|
90 |
|
2007-09-03 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* error-description-source.xml: Updated. |
93 |
|
|
94 |
|
2007-09-02 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* cc.cgi: Report document sections are now output by |
97 |
|
corresponding subroutines. |
98 |
|
|
99 |
|
2007-08-26 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* cc.cgi: New catalog macros |local-name| and |element-local-name|. |
102 |
|
|
103 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP| |
106 |
|
instead of |SuikaWiki::Input::HTTP|. |
107 |
|
|
108 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* cc-interface.en.html: IMT |application/atom+xml| is added. |
111 |
|
Link to |cc-todo| is added. |
112 |
|
|
113 |
|
2007-07-24 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* error-description.xml: Description for "after body", "bare etago", |
116 |
|
and "bogus end tag" are added. |
117 |
|
|
118 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
* cc-style.css: Don't remove bullet of the document node |
* cc-style.css: Don't remove bullet of the document node |