1 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi: Information sections are now handled by WebHACC::Input |
4 |
|
module. Input objects for subdocuments now owns their |
5 |
|
own subclass. |
6 |
|
|
7 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* cc.cgi: Errors and results are now handled by WebHACC::Result. |
10 |
|
Decode |uri| parameter as UTF-8. HTTP header dump and |
11 |
|
input error are now handled by WebHACC::Input. |
12 |
|
|
13 |
|
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* cc.cgi: Modularized. |
16 |
|
|
17 |
|
* WebHACC/: New directory. |
18 |
|
|
19 |
|
2008-07-18 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* cc.cgi (print_structure_dump_webidl_section): Use ->idl_text |
22 |
|
for dummping (Data::Dumper::Dumper no longer used). |
23 |
|
|
24 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* LICENSE: Note on icons/*.png are added. |
27 |
|
|
28 |
|
* icons/: New directory. |
29 |
|
|
30 |
|
* cc-style.css: Rules for background images on error category |
31 |
|
are added. |
32 |
|
|
33 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* cc.cgi (print_source_string_section): Use new Message::Charset::Info |
36 |
|
interface to decode source code, otherwise the Perl native Encode |
37 |
|
module might decode the source code into different character |
38 |
|
string with the Info's. |
39 |
|
|
40 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* standards.en.html (requirements): Remove a requirement |
43 |
|
for an HTML element's allowed context (it is covered by HTML5 |
44 |
|
spec since r1583). |
45 |
|
|
46 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* cc.cgi: Use table object returned by the checker; don't |
49 |
|
form a table by itself. |
50 |
|
|
51 |
|
* table-script.js: Use different coloring for empty data cells. |
52 |
|
|
53 |
|
* cc.cgi, table.cgi: Remove table reference for JSON convertion. |
54 |
|
|
55 |
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
* table-script.js: Support for header cell highlighting. |
* table-script.js: Support for header cell highlighting. |