--- test/html-webhacc/ChangeLog 2008/03/21 09:17:45 1.62 +++ test/html-webhacc/ChangeLog 2008/05/06 08:47:09 1.69 @@ -1,3 +1,49 @@ +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.