--- test/html-webhacc/ChangeLog 2008/05/06 08:47:09 1.69 +++ test/html-webhacc/ChangeLog 2008/08/14 11:58:32 1.85 @@ -1,3 +1,138 @@ +2008-08-14 Wakaba + + * cc-style.css: Revised such that subdocument check results + do not look stupid and that new class name rules + for level-* and layer-* is reflected by icons. + +2008-08-14 Wakaba + + * cc-script.js, cc-style.css: Support for tab styling + of subdoc sections. + + * cc-script.js (onbodyload): Scroll to the pointed + element, if possible. + +2008-08-14 Wakaba + + * cc-script.js, cc-style.js: Support for tab styling + of the "input" subsections. Support for the "details" + widget. + +2008-08-10 Wakaba + + * cc-script.js: Functions for tabbing are added. + + * cc-style.css: Tab styling rules are added. + +2008-07-27 Wakaba + + * .htaccess: Files gone. + + * cc-interface.en.html, cc-todo.txt: Removed. + + * cc-about.en.html: New document. + + * cc.cgi: Insert document input section before anything. + No check performed if no URL is specified and the + input is empty. + + * error-description-source.xml (WebHACC:Heading): Link + to cc-about in place of cc-interface. + +2008-07-26 Wakaba + + * cc.cgi: get_input_document function is now handled + by WebHACC::Input classes. |cc-script| reference + is now generated by |html_header| in WebHACC::Output. + + * error-description-source.xml: Document URL and Request URL + are now just "URLs". + +2008-07-21 Wakaba + + * .htaccess: error-description-source.xml is in UTF-8 + actually. + + * Makefile: Rule to make Japanese language catalog file + is added. + + * cc-script.js: Line and column numbers are now taken + from data-* attributes, not from textContent. + + * cc.cgi: Tentative support for Japanese/English conneg. + (load_text_catalog, get_text): Removed (catalog text selection + is now handled by WebHACC::Output). + + * error-description-source.xml: Catalog entries in new + format are added. Old catalog element is removed. + + * mkcatalog.pl: Support for non-English languages. + Drop support for old catalog element. Add support + for new cat element. + + * mkdescription.pl: Drop support for old catalog element. + Add support for new cat element. + +2008-07-21 Wakaba + + * cc.cgi: Code clean-up. + +2008-07-21 Wakaba + + * cc.cgi: Old commented out code for additional + information sections are removed. They are now + implemented as part of |generate_add_info_sections| method. + +2008-07-21 Wakaba + + * cc.cgi (print_table_section): Removed (now part of + WebHACC::Language::DOM). + +2008-07-21 Wakaba + + * cc.cgi: Information sections are now handled by WebHACC::Input + module. Input objects for subdocuments now owns their + own subclass. + +2008-07-21 Wakaba + + * cc.cgi: Errors and results are now handled by WebHACC::Result. + Decode |uri| parameter as UTF-8. HTTP header dump and + input error are now handled by WebHACC::Input. + +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