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