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> |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
* table-script.js: It is now 0-indexed stead |
* table-script.js: It is now 0-indexed stead |