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