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