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