--- test/html-webhacc/ChangeLog 2008/02/10 02:05:30 1.45 +++ test/html-webhacc/ChangeLog 2008/03/17 13:25:19 1.58 @@ -1,3 +1,86 @@ +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.