--- test/html-webhacc/ChangeLog 2007/11/18 05:30:03 1.39 +++ test/html-webhacc/ChangeLog 2008/07/20 14:58:24 1.73 @@ -1,3 +1,236 @@ +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 + form a table by itself. + + * table-script.js: Use different coloring for empty data cells. + + * cc.cgi, table.cgi: Remove table reference for JSON convertion. + +2008-05-06 Wakaba + + * table-script.js: Support for header cell highlighting. + + * table.cgi: Set |id| to cells; it enables the cell highlighting + feature. + +2008-05-05 Wakaba + + * table-script.js: Table header/footer fill started at a + wrong point. + +2008-05-05 Wakaba + + * table-script.js: It is now 0-indexed stead + of 1-indexed (HTML5 revision 1376). + +2008-04-29 Wakaba + + * cc-style.css: Duplicate terms are no longer disallowed (HTML5 + revision 1467). + +2008-04-12 Wakaba + + * parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML| + output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)" + output modes. + +2008-03-29 Wakaba + + * cc.cgi: New "URI" section is implemented. + +2008-03-21 Wakaba + + * cc.cgi (get_node_path): Use qualified name, not just + local name. + +2008-03-21 Wakaba + + * cc.cgi (get_rdf_resource_html): undef vs false bug fixed. + +2008-03-21 Wakaba + + * cc.cgi: Experimental support for application/rdf+xml type. + Generate section on RDF triples extracted from the document. + (print_rdf_section): New function. + (get_rdf_resource_html): New function. + +2008-03-17 Wakaba + + * cc.cgi (get_error_label): No-parent case was not considered. + +2008-03-17 Wakaba + + * cc.cgi (get_error_label): Use the error location + of the parent node, if the node does not have one. + +2008-03-17 Wakaba + + * cc-script.js: The ID of the list is now given as an argument. + + * cc.cgi: List of document errors now also expanded by source + code fragment generated by scripting. + (get_error_label): Use line/column information from the error + context node, if any. + +2008-03-16 Wakaba + + * cc.cgi: Line break treatment was different from + that of HTML and CSS parsers. + +2008-03-16 Wakaba + + * cc-script.js: Unquote U+hhhh escapes. + +2008-03-16 Wakaba + + * cc.cgi (get_error_label): Use token's line and column + if available. + +2008-03-16 Wakaba + + * cc-script.js: Character was not marked if the line + is less than 50 characters. + +2008-03-16 Wakaba + + * cc.cgi: Link to the script added. + + * cc-style.css (mark): Added. + + * cc-script.js: New script. + +2008-03-11 Wakaba + + * cc.cgi: |value| should be output in |dt| in Parse Errors + section. + +2008-02-24 Wakaba + + * cc.cgi: Support for level-i (informational). + + * cc-style.css: New style rules for informational messages added. + + * error-description-source.xml (#information, #level-i): Added. + +2008-02-10 Wakaba + + * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until + it is actually implemented). Support for '-moz-pre-wrap'. + Typo in 'collapse' value fixed. + +2008-02-10 Wakaba + + * cc.cgi: |text/css| support. |id_prefix| support was + partially broken. + +2008-02-10 Wakaba + + * cc.cgi: Subdocument validation framework implemented. + +2008-02-10 Wakaba + + * cc.cgi (print_listing_section): ID, class, and term + section functions are merged. + +2008-02-10 Wakaba + + * table-interface.en.html: Typo fixed. + + * cc.cgi: Use |$input->{id_prefix}| as the prefix for the + identifiers in report sections. Don't add headings + if the |$input->{nested}| flag is set. + + * table-script.js (tableToCanvas): Now it aceepts third + argument, |idPrefix|, for setting ID prefix. + + * table.cgi: Set the third argument to |tableToCanvas| as an + empty string. + +2008-02-10 Wakaba + + * cc.cgi (check_and_print): Now this is a subroutine. + +2008-02-09 Wakaba + + * cc-style.css: Rules for s/unsupported/u/'ed version added. + + * cc.cgi: Support for 'u' level. + + * error-description-source.en.xml: s/unsupported/u/; + + * standards.en.html: CSS added. + +2008-02-09 Wakaba + + * standards.en.html: New document. + + * cc-interface.en.html: Linking to |standards.en.html|. + +2007-11-23 Wakaba + + * error-description-source.xml: New error descriptions. + + * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send + a 406 page! |identity| encoding is added. + +2007-11-19 Wakaba + + * cc.cgi (#document-tree Document): Output |inputEncoding|, + |manakaiCharset|, and |manakaiHasBOM| attributes. + +2007-11-18 Wakaba + + * cc-style.css: New rules for warnings. + + * cc-todo.en.txt: Updated. + + * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1| + for |inner_html| with external source. Set |manakai_charset| + attribute if possible. + (load_text_catalog): Interpret catalog file as UTF-8. + + * error-description-source.en.xml: New errors for character + encodings are added. + +2007-11-18 Wakaba + + * error-description-source.xml: s/charset declaration/character + encoding declaration/g, since HTML5 spec says so. + 2007-11-18 Wakaba * cc.cgi (get_input_document): Use sniffer to determine