1 |
|
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* .htaccess: Files gone. |
4 |
|
|
5 |
|
* cc-interface.en.html, cc-todo.txt: Removed. |
6 |
|
|
7 |
|
* cc-about.en.html: New document. |
8 |
|
|
9 |
|
* cc.cgi: Insert document input section before anything. |
10 |
|
No check performed if no URL is specified and the |
11 |
|
input is empty. |
12 |
|
|
13 |
|
* error-description-source.xml (WebHACC:Heading): Link |
14 |
|
to cc-about in place of cc-interface. |
15 |
|
|
16 |
|
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* cc.cgi: get_input_document function is now handled |
19 |
|
by WebHACC::Input classes. |cc-script| reference |
20 |
|
is now generated by |html_header| in WebHACC::Output. |
21 |
|
|
22 |
|
* error-description-source.xml: Document URL and Request URL |
23 |
|
are now just "URLs". |
24 |
|
|
25 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* .htaccess: error-description-source.xml is in UTF-8 |
28 |
|
actually. |
29 |
|
|
30 |
|
* Makefile: Rule to make Japanese language catalog file |
31 |
|
is added. |
32 |
|
|
33 |
|
* cc-script.js: Line and column numbers are now taken |
34 |
|
from data-* attributes, not from textContent. |
35 |
|
|
36 |
|
* cc.cgi: Tentative support for Japanese/English conneg. |
37 |
|
(load_text_catalog, get_text): Removed (catalog text selection |
38 |
|
is now handled by WebHACC::Output). |
39 |
|
|
40 |
|
* error-description-source.xml: Catalog entries in new |
41 |
|
format are added. Old catalog element is removed. |
42 |
|
|
43 |
|
* mkcatalog.pl: Support for non-English languages. |
44 |
|
Drop support for old catalog element. Add support |
45 |
|
for new cat element. |
46 |
|
|
47 |
|
* mkdescription.pl: Drop support for old catalog element. |
48 |
|
Add support for new cat element. |
49 |
|
|
50 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* cc.cgi: Code clean-up. |
53 |
|
|
54 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* cc.cgi: Old commented out code for additional |
57 |
|
information sections are removed. They are now |
58 |
|
implemented as part of |generate_add_info_sections| method. |
59 |
|
|
60 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* cc.cgi (print_table_section): Removed (now part of |
63 |
|
WebHACC::Language::DOM). |
64 |
|
|
65 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* cc.cgi: Information sections are now handled by WebHACC::Input |
68 |
|
module. Input objects for subdocuments now owns their |
69 |
|
own subclass. |
70 |
|
|
71 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* cc.cgi: Errors and results are now handled by WebHACC::Result. |
74 |
|
Decode |uri| parameter as UTF-8. HTTP header dump and |
75 |
|
input error are now handled by WebHACC::Input. |
76 |
|
|
77 |
|
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* cc.cgi: Modularized. |
80 |
|
|
81 |
|
* WebHACC/: New directory. |
82 |
|
|
83 |
|
2008-07-18 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* cc.cgi (print_structure_dump_webidl_section): Use ->idl_text |
86 |
|
for dummping (Data::Dumper::Dumper no longer used). |
87 |
|
|
88 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* LICENSE: Note on icons/*.png are added. |
91 |
|
|
92 |
|
* icons/: New directory. |
93 |
|
|
94 |
|
* cc-style.css: Rules for background images on error category |
95 |
|
are added. |
96 |
|
|
97 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* cc.cgi (print_source_string_section): Use new Message::Charset::Info |
100 |
|
interface to decode source code, otherwise the Perl native Encode |
101 |
|
module might decode the source code into different character |
102 |
|
string with the Info's. |
103 |
|
|
104 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* standards.en.html (requirements): Remove a requirement |
107 |
|
for an HTML element's allowed context (it is covered by HTML5 |
108 |
|
spec since r1583). |
109 |
|
|
110 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* cc.cgi: Use table object returned by the checker; don't |
113 |
|
form a table by itself. |
114 |
|
|
115 |
|
* table-script.js: Use different coloring for empty data cells. |
116 |
|
|
117 |
|
* cc.cgi, table.cgi: Remove table reference for JSON convertion. |
118 |
|
|
119 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* table-script.js: Support for header cell highlighting. |
122 |
|
|
123 |
|
* table.cgi: Set |id| to cells; it enables the cell highlighting |
124 |
|
feature. |
125 |
|
|
126 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* table-script.js: Table header/footer fill started at a |
129 |
|
wrong point. |
130 |
|
|
131 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* table-script.js: It is now 0-indexed stead |
134 |
|
of 1-indexed (HTML5 revision 1376). |
135 |
|
|
136 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* cc-style.css: Duplicate terms are no longer disallowed (HTML5 |
139 |
|
revision 1467). |
140 |
|
|
141 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML| |
144 |
|
output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)" |
145 |
|
output modes. |
146 |
|
|
147 |
|
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* cc.cgi: New "URI" section is implemented. |
150 |
|
|
151 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* cc.cgi (get_node_path): Use qualified name, not just |
154 |
|
local name. |
155 |
|
|
156 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* cc.cgi (get_rdf_resource_html): undef vs false bug fixed. |
159 |
|
|
160 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* cc.cgi: Experimental support for application/rdf+xml type. |
163 |
|
Generate section on RDF triples extracted from the document. |
164 |
|
(print_rdf_section): New function. |
165 |
|
(get_rdf_resource_html): New function. |
166 |
|
|
167 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* cc.cgi (get_error_label): No-parent case was not considered. |
170 |
|
|
171 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* cc.cgi (get_error_label): Use the error location |
174 |
|
of the parent node, if the node does not have one. |
175 |
|
|
176 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* cc-script.js: The ID of the list is now given as an argument. |
179 |
|
|
180 |
|
* cc.cgi: List of document errors now also expanded by source |
181 |
|
code fragment generated by scripting. |
182 |
|
(get_error_label): Use line/column information from the error |
183 |
|
context node, if any. |
184 |
|
|
185 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* cc.cgi: Line break treatment was different from |
188 |
|
that of HTML and CSS parsers. |
189 |
|
|
190 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* cc-script.js: Unquote U+hhhh escapes. |
193 |
|
|
194 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
|
* cc.cgi (get_error_label): Use token's line and column |
197 |
|
if available. |
198 |
|
|
199 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* cc-script.js: Character was not marked if the line |
202 |
|
is less than 50 characters. |
203 |
|
|
204 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* cc.cgi: Link to the script added. |
207 |
|
|
208 |
|
* cc-style.css (mark): Added. |
209 |
|
|
210 |
|
* cc-script.js: New script. |
211 |
|
|
212 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* cc.cgi: |value| should be output in |dt| in Parse Errors |
215 |
|
section. |
216 |
|
|
217 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* cc.cgi: Support for level-i (informational). |
220 |
|
|
221 |
|
* cc-style.css: New style rules for informational messages added. |
222 |
|
|
223 |
|
* error-description-source.xml (#information, #level-i): Added. |
224 |
|
|
225 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
226 |
|
|
227 |
|
* cc.cgi: In CSS mode, add 'u' error for 'structure' category (until |
228 |
|
it is actually implemented). Support for '-moz-pre-wrap'. |
229 |
|
Typo in 'collapse' value fixed. |
230 |
|
|
231 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
|
* cc.cgi: |text/css| support. |id_prefix| support was |
234 |
|
partially broken. |
235 |
|
|
236 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* cc.cgi: Subdocument validation framework implemented. |
239 |
|
|
240 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* cc.cgi (print_listing_section): ID, class, and term |
243 |
|
section functions are merged. |
244 |
|
|
245 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* table-interface.en.html: Typo fixed. |
248 |
|
|
249 |
|
* cc.cgi: Use |$input->{id_prefix}| as the prefix for the |
250 |
|
identifiers in report sections. Don't add headings |
251 |
|
if the |$input->{nested}| flag is set. |
252 |
|
|
253 |
|
* table-script.js (tableToCanvas): Now it aceepts third |
254 |
|
argument, |idPrefix|, for setting ID prefix. |
255 |
|
|
256 |
|
* table.cgi: Set the third argument to |tableToCanvas| as an |
257 |
|
empty string. |
258 |
|
|
259 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
|
* cc.cgi (check_and_print): Now this is a subroutine. |
262 |
|
|
263 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* cc-style.css: Rules for s/unsupported/u/'ed version added. |
266 |
|
|
267 |
|
* cc.cgi: Support for 'u' level. |
268 |
|
|
269 |
|
* error-description-source.en.xml: s/unsupported/u/; |
270 |
|
|
271 |
|
* standards.en.html: CSS added. |
272 |
|
|
273 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
274 |
|
|
275 |
|
* standards.en.html: New document. |
276 |
|
|
277 |
|
* cc-interface.en.html: Linking to |standards.en.html|. |
278 |
|
|
279 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
280 |
|
|
281 |
|
* error-description-source.xml: New error descriptions. |
282 |
|
|
283 |
|
* cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send |
284 |
|
a 406 page! |identity| encoding is added. |
285 |
|
|
286 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
287 |
|
|
288 |
|
* cc.cgi (#document-tree Document): Output |inputEncoding|, |
289 |
|
|manakaiCharset|, and |manakaiHasBOM| attributes. |
290 |
|
|
291 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
292 |
|
|
293 |
|
* cc-style.css: New rules for warnings. |
294 |
|
|
295 |
|
* cc-todo.en.txt: Updated. |
296 |
|
|
297 |
|
* cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1| |
298 |
|
for |inner_html| with external source. Set |manakai_charset| |
299 |
|
attribute if possible. |
300 |
|
(load_text_catalog): Interpret catalog file as UTF-8. |
301 |
|
|
302 |
|
* error-description-source.en.xml: New errors for character |
303 |
|
encodings are added. |
304 |
|
|
305 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
306 |
|
|
307 |
|
* error-description-source.xml: s/charset declaration/character |
308 |
|
encoding declaration/g, since HTML5 spec says so. |
309 |
|
|
310 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
311 |
|
|
312 |
|
* cc.cgi (get_input_document): Use sniffer to determine |
313 |
|
media type of the entity. |
314 |
|
|
315 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
316 |
|
|
317 |
|
* cc-style.css: Rules for "unsupported" parse errors. |
318 |
|
|
319 |
|
* cc.cgi (print_syntax_error_html_section): Use HTML |
320 |
|
parser for byte string. |
321 |
|
(print_result_unknown_type_section): Make output |
322 |
|
more consistent with other media types. |
323 |
|
|
324 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
325 |
|
|
326 |
|
* parser.cgi: Use |Whatpm::HTML::Serializer| to serialize |
327 |
|
an HTML DOM. |
328 |
|
|
329 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
330 |
|
|
331 |
|
* cc-style.css: Styling examples. |
332 |
|
|
333 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
334 |
|
|
335 |
|
* error-description-source.xml (enumerated:invalid:http-equiv:content-type): |
336 |
|
New. |
337 |
|
|
338 |
|
2007-11-05 Wakaba <wakaba@suika.fam.cx> |
339 |
|
|
340 |
|
* cc.cgi (get_error_level_label): New. |
341 |
|
|
342 |
|
* cc-style.css: New rules for error level descriptions. |
343 |
|
|
344 |
|
* error-description-source.xml: Description for error |
345 |
|
levels is added. |
346 |
|
|
347 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
348 |
|
|
349 |
|
* cc-interface.en.html (i): |text/cache-manifest| is added. |
350 |
|
|
351 |
|
* cc-style.css: New rules for manifest dump. |
352 |
|
|
353 |
|
* cc.cgi: Support for |text/cache-manifest|. |
354 |
|
|
355 |
|
* error-description-soruce.en.xml (#cache-manifest-errors): New |
356 |
|
section. |
357 |
|
|
358 |
|
2007-09-10 Wakaba <wakaba@suika.fam.cx> |
359 |
|
|
360 |
|
* cc.cgi, cc-style.css: Scoring support. |
361 |
|
|
362 |
|
2007-09-03 Wakaba <wakaba@suika.fam.cx> |
363 |
|
|
364 |
|
* error-description-source.xml: Updated. |
365 |
|
|
366 |
|
2007-09-02 Wakaba <wakaba@suika.fam.cx> |
367 |
|
|
368 |
|
* cc.cgi: Report document sections are now output by |
369 |
|
corresponding subroutines. |
370 |
|
|
371 |
|
2007-08-26 Wakaba <wakaba@suika.fam.cx> |
372 |
|
|
373 |
|
* cc.cgi: New catalog macros |local-name| and |element-local-name|. |
374 |
|
|
375 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
376 |
|
|
377 |
|
* cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP| |
378 |
|
instead of |SuikaWiki::Input::HTTP|. |
379 |
|
|
380 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
381 |
|
|
382 |
|
* cc-interface.en.html: IMT |application/atom+xml| is added. |
383 |
|
Link to |cc-todo| is added. |
384 |
|
|
385 |
|
2007-07-24 Wakaba <wakaba@suika.fam.cx> |
386 |
|
|
387 |
|
* error-description.xml: Description for "after body", "bare etago", |
388 |
|
and "bogus end tag" are added. |
389 |
|
|
390 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
391 |
|
|
392 |
|
* cc-style.css: Don't remove bullet of the document node |
393 |
|
in the document tree. Don't collapse white space |
394 |
|
in the |code| elements. |
395 |
|
|
396 |
|
* cc.cgi: Put identifiers and class names into |code| |
397 |
|
element. |
398 |
|
(get_text): Template for attribute values are supported. |
399 |
|
|
400 |
|
* error-descriotion-source.en.xml: More error descriptions |
401 |
|
are included. Use |{@}| attribute value insertion macro |
402 |
|
for errors in which it should be useful. |
403 |
|
|
404 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
405 |
|
|
406 |
|
* cc.cgi: Output HTTP and HTML header before try to |
407 |
|
fetch the specified resource for usability. Add |
408 |
|
tables, identifiers, and terms section to the TOC. |
409 |
|
Generate classes list. |
410 |
|
|
411 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
412 |
|
|
413 |
|
* alert.png, error.png, info.png: New images. |
414 |
|
|
415 |
|
* LICENSE: New image file names are added. |
416 |
|
|
417 |
|
* cc-interface.en.html: Link to the style sheet is added. |
418 |
|
|
419 |
|
* cc-style.css: Duplicate identifiers and terms |
420 |
|
are decorated by icon. |
421 |
|
|
422 |
|
* cc.cgi: |h1| links to the interface page. |
423 |
|
(#identifiers): New section. |
424 |
|
|
425 |
|
* error-description-source.en.xml: More error types are |
426 |
|
added. |
427 |
|
|
428 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
429 |
|
|
430 |
|
* cc.cgi: Set |STDOUT| encoding as |utf8|. |
431 |
|
(htescape): Escape some more invisible characters. |
432 |
|
|
433 |
|
* error-description-source.en.xml: More error data. |
434 |
|
|
435 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
436 |
|
|
437 |
* cc.cgi (table stuff): Set |is_header| property |
* cc.cgi (table stuff): Set |is_header| property |
440 |
(get_text): Return the reduced type name as well. Use |
(get_text): Return the reduced type name as well. Use |
441 |
it as fragment of detail document. |
it as fragment of detail document. |
442 |
|
|
443 |
* error-description-source.xml: More error descriptions |
* error-description-source.en.xml: More error descriptions |
444 |
are added. |
are added. |
445 |
|
|
446 |
* mkdescription.pl: Remove |catalog| element from |
* mkdescription.pl: Remove |catalog| element from |