1 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi (print_source_string_section): Use new Message::Charset::Info |
4 |
|
interface to decode source code, otherwise the Perl native Encode |
5 |
|
module might decode the source code into different character |
6 |
|
string with the Info's. |
7 |
|
|
8 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* standards.en.html (requirements): Remove a requirement |
11 |
|
for an HTML element's allowed context (it is covered by HTML5 |
12 |
|
spec since r1583). |
13 |
|
|
14 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* cc.cgi: Use table object returned by the checker; don't |
17 |
|
form a table by itself. |
18 |
|
|
19 |
|
* table-script.js: Use different coloring for empty data cells. |
20 |
|
|
21 |
|
* cc.cgi, table.cgi: Remove table reference for JSON convertion. |
22 |
|
|
23 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* table-script.js: Support for header cell highlighting. |
26 |
|
|
27 |
|
* table.cgi: Set |id| to cells; it enables the cell highlighting |
28 |
|
feature. |
29 |
|
|
30 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* table-script.js: Table header/footer fill started at a |
33 |
|
wrong point. |
34 |
|
|
35 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* table-script.js: It is now 0-indexed stead |
38 |
|
of 1-indexed (HTML5 revision 1376). |
39 |
|
|
40 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* cc-style.css: Duplicate terms are no longer disallowed (HTML5 |
43 |
|
revision 1467). |
44 |
|
|
45 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML| |
48 |
|
output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)" |
49 |
|
output modes. |
50 |
|
|
51 |
|
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* cc.cgi: New "URI" section is implemented. |
54 |
|
|
55 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* cc.cgi (get_node_path): Use qualified name, not just |
58 |
|
local name. |
59 |
|
|
60 |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
* cc.cgi (get_rdf_resource_html): undef vs false bug fixed. |
* cc.cgi (get_rdf_resource_html): undef vs false bug fixed. |