--- test/html-webhacc/ChangeLog 2008/05/06 08:47:09 1.69 +++ test/html-webhacc/ChangeLog 2008/07/20 14:58:24 1.73 @@ -1,3 +1,36 @@ +2008-07-20 Wakaba + + * cc.cgi: Modularized. + + * WebHACC/: New directory. + +2008-07-18 Wakaba + + * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text + for dummping (Data::Dumper::Dumper no longer used). + +2008-05-18 Wakaba + + * LICENSE: Note on icons/*.png are added. + + * icons/: New directory. + + * cc-style.css: Rules for background images on error category + are added. + +2008-05-18 Wakaba + + * cc.cgi (print_source_string_section): Use new Message::Charset::Info + interface to decode source code, otherwise the Perl native Encode + module might decode the source code into different character + string with the Info's. + +2008-05-10 Wakaba + + * standards.en.html (requirements): Remove a requirement + for an HTML element's allowed context (it is covered by HTML5 + spec since r1583). + 2008-05-06 Wakaba * cc.cgi: Use table object returned by the checker; don't