1 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi: Errors and results are now handled by WebHACC::Result. |
4 |
|
Decode |uri| parameter as UTF-8. HTTP header dump and |
5 |
|
input error are now handled by WebHACC::Input. |
6 |
|
|
7 |
|
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* cc.cgi: Modularized. |
10 |
|
|
11 |
|
* WebHACC/: New directory. |
12 |
|
|
13 |
|
2008-07-18 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* cc.cgi (print_structure_dump_webidl_section): Use ->idl_text |
16 |
|
for dummping (Data::Dumper::Dumper no longer used). |
17 |
|
|
18 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* LICENSE: Note on icons/*.png are added. |
21 |
|
|
22 |
|
* icons/: New directory. |
23 |
|
|
24 |
|
* cc-style.css: Rules for background images on error category |
25 |
|
are added. |
26 |
|
|
27 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* cc.cgi (print_source_string_section): Use new Message::Charset::Info |
30 |
|
interface to decode source code, otherwise the Perl native Encode |
31 |
|
module might decode the source code into different character |
32 |
|
string with the Info's. |
33 |
|
|
34 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* standards.en.html (requirements): Remove a requirement |
37 |
|
for an HTML element's allowed context (it is covered by HTML5 |
38 |
|
spec since r1583). |
39 |
|
|
40 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* cc.cgi: Use table object returned by the checker; don't |
43 |
|
form a table by itself. |
44 |
|
|
45 |
|
* table-script.js: Use different coloring for empty data cells. |
46 |
|
|
47 |
|
* cc.cgi, table.cgi: Remove table reference for JSON convertion. |
48 |
|
|
49 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* table-script.js: Support for header cell highlighting. |
52 |
|
|
53 |
|
* table.cgi: Set |id| to cells; it enables the cell highlighting |
54 |
|
feature. |
55 |
|
|
56 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* table-script.js: Table header/footer fill started at a |
59 |
|
wrong point. |
60 |
|
|
61 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* table-script.js: It is now 0-indexed stead |
64 |
|
of 1-indexed (HTML5 revision 1376). |
65 |
|
|
66 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* cc-style.css: Duplicate terms are no longer disallowed (HTML5 |
69 |
|
revision 1467). |
70 |
|
|
71 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML| |
74 |
|
output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)" |
75 |
|
output modes. |
76 |
|
|
77 |
|
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* cc.cgi: New "URI" section is implemented. |
80 |
|
|
81 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* cc.cgi (get_node_path): Use qualified name, not just |
84 |
|
local name. |
85 |
|
|
86 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* cc.cgi (get_rdf_resource_html): undef vs false bug fixed. |
89 |
|
|
90 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* cc.cgi: Experimental support for application/rdf+xml type. |
93 |
|
Generate section on RDF triples extracted from the document. |
94 |
|
(print_rdf_section): New function. |
95 |
|
(get_rdf_resource_html): New function. |
96 |
|
|
97 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* cc.cgi (get_error_label): No-parent case was not considered. |
100 |
|
|
101 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* cc.cgi (get_error_label): Use the error location |
104 |
|
of the parent node, if the node does not have one. |
105 |
|
|
106 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* cc-script.js: The ID of the list is now given as an argument. |
109 |
|
|
110 |
|
* cc.cgi: List of document errors now also expanded by source |
111 |
|
code fragment generated by scripting. |
112 |
|
(get_error_label): Use line/column information from the error |
113 |
|
context node, if any. |
114 |
|
|
115 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* cc.cgi: Line break treatment was different from |
118 |
|
that of HTML and CSS parsers. |
119 |
|
|
120 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* cc-script.js: Unquote U+hhhh escapes. |
123 |
|
|
124 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* cc.cgi (get_error_label): Use token's line and column |
127 |
|
if available. |
128 |
|
|
129 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* cc-script.js: Character was not marked if the line |
132 |
|
is less than 50 characters. |
133 |
|
|
134 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* cc.cgi: Link to the script added. |
137 |
|
|
138 |
|
* cc-style.css (mark): Added. |
139 |
|
|
140 |
|
* cc-script.js: New script. |
141 |
|
|
142 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* cc.cgi: |value| should be output in |dt| in Parse Errors |
145 |
|
section. |
146 |
|
|
147 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* cc.cgi: Support for level-i (informational). |
150 |
|
|
151 |
|
* cc-style.css: New style rules for informational messages added. |
152 |
|
|
153 |
|
* error-description-source.xml (#information, #level-i): Added. |
154 |
|
|
155 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* cc.cgi: In CSS mode, add 'u' error for 'structure' category (until |
158 |
|
it is actually implemented). Support for '-moz-pre-wrap'. |
159 |
|
Typo in 'collapse' value fixed. |
160 |
|
|
161 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* cc.cgi: |text/css| support. |id_prefix| support was |
164 |
|
partially broken. |
165 |
|
|
166 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* cc.cgi: Subdocument validation framework implemented. |
169 |
|
|
170 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* cc.cgi (print_listing_section): ID, class, and term |
173 |
|
section functions are merged. |
174 |
|
|
175 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* table-interface.en.html: Typo fixed. |
178 |
|
|
179 |
|
* cc.cgi: Use |$input->{id_prefix}| as the prefix for the |
180 |
|
identifiers in report sections. Don't add headings |
181 |
|
if the |$input->{nested}| flag is set. |
182 |
|
|
183 |
|
* table-script.js (tableToCanvas): Now it aceepts third |
184 |
|
argument, |idPrefix|, for setting ID prefix. |
185 |
|
|
186 |
|
* table.cgi: Set the third argument to |tableToCanvas| as an |
187 |
|
empty string. |
188 |
|
|
189 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* cc.cgi (check_and_print): Now this is a subroutine. |
192 |
|
|
193 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* cc-style.css: Rules for s/unsupported/u/'ed version added. |
196 |
|
|
197 |
|
* cc.cgi: Support for 'u' level. |
198 |
|
|
199 |
|
* error-description-source.en.xml: s/unsupported/u/; |
200 |
|
|
201 |
|
* standards.en.html: CSS added. |
202 |
|
|
203 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* standards.en.html: New document. |
206 |
|
|
207 |
|
* cc-interface.en.html: Linking to |standards.en.html|. |
208 |
|
|
209 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* error-description-source.xml: New error descriptions. |
212 |
|
|
213 |
|
* cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send |
214 |
|
a 406 page! |identity| encoding is added. |
215 |
|
|
216 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* cc.cgi (#document-tree Document): Output |inputEncoding|, |
219 |
|
|manakaiCharset|, and |manakaiHasBOM| attributes. |
220 |
|
|
221 |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
222 |
|
|
223 |
* cc-style.css: New rules for warnings. |
* cc-style.css: New rules for warnings. |