1 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi: Use table object returned by the checker; don't |
4 |
|
form a table by itself. |
5 |
|
|
6 |
|
* table-script.js: Use different coloring for empty data cells. |
7 |
|
|
8 |
|
* cc.cgi, table.cgi: Remove table reference for JSON convertion. |
9 |
|
|
10 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* table-script.js: Support for header cell highlighting. |
13 |
|
|
14 |
|
* table.cgi: Set |id| to cells; it enables the cell highlighting |
15 |
|
feature. |
16 |
|
|
17 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* table-script.js: Table header/footer fill started at a |
20 |
|
wrong point. |
21 |
|
|
22 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* table-script.js: It is now 0-indexed stead |
25 |
|
of 1-indexed (HTML5 revision 1376). |
26 |
|
|
27 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* cc-style.css: Duplicate terms are no longer disallowed (HTML5 |
30 |
|
revision 1467). |
31 |
|
|
32 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML| |
35 |
|
output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)" |
36 |
|
output modes. |
37 |
|
|
38 |
|
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* cc.cgi: New "URI" section is implemented. |
41 |
|
|
42 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* cc.cgi (get_node_path): Use qualified name, not just |
45 |
|
local name. |
46 |
|
|
47 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* cc.cgi (get_rdf_resource_html): undef vs false bug fixed. |
50 |
|
|
51 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* cc.cgi: Experimental support for application/rdf+xml type. |
54 |
|
Generate section on RDF triples extracted from the document. |
55 |
|
(print_rdf_section): New function. |
56 |
|
(get_rdf_resource_html): New function. |
57 |
|
|
58 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* cc.cgi (get_error_label): No-parent case was not considered. |
61 |
|
|
62 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
* cc.cgi (get_error_label): Use the error location |
* cc.cgi (get_error_label): Use the error location |