1 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi (get_rdf_resource_html): undef vs false bug fixed. |
4 |
|
|
5 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* cc.cgi: Experimental support for application/rdf+xml type. |
8 |
|
Generate section on RDF triples extracted from the document. |
9 |
|
(print_rdf_section): New function. |
10 |
|
(get_rdf_resource_html): New function. |
11 |
|
|
12 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* cc.cgi (get_error_label): No-parent case was not considered. |
15 |
|
|
16 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* cc.cgi (get_error_label): Use the error location |
19 |
|
of the parent node, if the node does not have one. |
20 |
|
|
21 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* cc-script.js: The ID of the list is now given as an argument. |
24 |
|
|
25 |
|
* cc.cgi: List of document errors now also expanded by source |
26 |
|
code fragment generated by scripting. |
27 |
|
(get_error_label): Use line/column information from the error |
28 |
|
context node, if any. |
29 |
|
|
30 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* cc.cgi: Line break treatment was different from |
33 |
|
that of HTML and CSS parsers. |
34 |
|
|
35 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* cc-script.js: Unquote U+hhhh escapes. |
38 |
|
|
39 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* cc.cgi (get_error_label): Use token's line and column |
42 |
|
if available. |
43 |
|
|
44 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* cc-script.js: Character was not marked if the line |
47 |
|
is less than 50 characters. |
48 |
|
|
49 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* cc.cgi: Link to the script added. |
52 |
|
|
53 |
|
* cc-style.css (mark): Added. |
54 |
|
|
55 |
|
* cc-script.js: New script. |
56 |
|
|
57 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* cc.cgi: |value| should be output in |dt| in Parse Errors |
60 |
|
section. |
61 |
|
|
62 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* cc.cgi: Support for level-i (informational). |
65 |
|
|
66 |
|
* cc-style.css: New style rules for informational messages added. |
67 |
|
|
68 |
|
* error-description-source.xml (#information, #level-i): Added. |
69 |
|
|
70 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* cc.cgi: In CSS mode, add 'u' error for 'structure' category (until |
73 |
|
it is actually implemented). Support for '-moz-pre-wrap'. |
74 |
|
Typo in 'collapse' value fixed. |
75 |
|
|
76 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* cc.cgi: |text/css| support. |id_prefix| support was |
79 |
|
partially broken. |
80 |
|
|
81 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* cc.cgi: Subdocument validation framework implemented. |
84 |
|
|
85 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* cc.cgi (print_listing_section): ID, class, and term |
88 |
|
section functions are merged. |
89 |
|
|
90 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* table-interface.en.html: Typo fixed. |
93 |
|
|
94 |
|
* cc.cgi: Use |$input->{id_prefix}| as the prefix for the |
95 |
|
identifiers in report sections. Don't add headings |
96 |
|
if the |$input->{nested}| flag is set. |
97 |
|
|
98 |
|
* table-script.js (tableToCanvas): Now it aceepts third |
99 |
|
argument, |idPrefix|, for setting ID prefix. |
100 |
|
|
101 |
|
* table.cgi: Set the third argument to |tableToCanvas| as an |
102 |
|
empty string. |
103 |
|
|
104 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* cc.cgi (check_and_print): Now this is a subroutine. |
107 |
|
|
108 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* cc-style.css: Rules for s/unsupported/u/'ed version added. |
111 |
|
|
112 |
|
* cc.cgi: Support for 'u' level. |
113 |
|
|
114 |
|
* error-description-source.en.xml: s/unsupported/u/; |
115 |
|
|
116 |
|
* standards.en.html: CSS added. |
117 |
|
|
118 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* standards.en.html: New document. |
121 |
|
|
122 |
|
* cc-interface.en.html: Linking to |standards.en.html|. |
123 |
|
|
124 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* error-description-source.xml: New error descriptions. |
127 |
|
|
128 |
|
* cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send |
129 |
|
a 406 page! |identity| encoding is added. |
130 |
|
|
131 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* cc.cgi (#document-tree Document): Output |inputEncoding|, |
134 |
|
|manakaiCharset|, and |manakaiHasBOM| attributes. |
135 |
|
|
136 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* cc-style.css: New rules for warnings. |
139 |
|
|
140 |
|
* cc-todo.en.txt: Updated. |
141 |
|
|
142 |
|
* cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1| |
143 |
|
for |inner_html| with external source. Set |manakai_charset| |
144 |
|
attribute if possible. |
145 |
|
(load_text_catalog): Interpret catalog file as UTF-8. |
146 |
|
|
147 |
|
* error-description-source.en.xml: New errors for character |
148 |
|
encodings are added. |
149 |
|
|
150 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* error-description-source.xml: s/charset declaration/character |
153 |
|
encoding declaration/g, since HTML5 spec says so. |
154 |
|
|
155 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* cc.cgi (get_input_document): Use sniffer to determine |
158 |
|
media type of the entity. |
159 |
|
|
160 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* cc-style.css: Rules for "unsupported" parse errors. |
163 |
|
|
164 |
|
* cc.cgi (print_syntax_error_html_section): Use HTML |
165 |
|
parser for byte string. |
166 |
|
(print_result_unknown_type_section): Make output |
167 |
|
more consistent with other media types. |
168 |
|
|
169 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* parser.cgi: Use |Whatpm::HTML::Serializer| to serialize |
172 |
|
an HTML DOM. |
173 |
|
|
174 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* cc-style.css: Styling examples. |
177 |
|
|
178 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* error-description-source.xml (enumerated:invalid:http-equiv:content-type): |
181 |
|
New. |
182 |
|
|
183 |
|
2007-11-05 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* cc.cgi (get_error_level_label): New. |
186 |
|
|
187 |
|
* cc-style.css: New rules for error level descriptions. |
188 |
|
|
189 |
|
* error-description-source.xml: Description for error |
190 |
|
levels is added. |
191 |
|
|
192 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* cc-interface.en.html (i): |text/cache-manifest| is added. |
195 |
|
|
196 |
|
* cc-style.css: New rules for manifest dump. |
197 |
|
|
198 |
|
* cc.cgi: Support for |text/cache-manifest|. |
199 |
|
|
200 |
|
* error-description-soruce.en.xml (#cache-manifest-errors): New |
201 |
|
section. |
202 |
|
|
203 |
|
2007-09-10 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* cc.cgi, cc-style.css: Scoring support. |
206 |
|
|
207 |
|
2007-09-03 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* error-description-source.xml: Updated. |
210 |
|
|
211 |
2007-09-02 Wakaba <wakaba@suika.fam.cx> |
2007-09-02 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
* cc.cgi: Report document sections are now output by |
* cc.cgi: Report document sections are now output by |