1 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi: Information sections are now handled by WebHACC::Input |
4 |
|
module. Input objects for subdocuments now owns their |
5 |
|
own subclass. |
6 |
|
|
7 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* cc.cgi: Errors and results are now handled by WebHACC::Result. |
10 |
|
Decode |uri| parameter as UTF-8. HTTP header dump and |
11 |
|
input error are now handled by WebHACC::Input. |
12 |
|
|
13 |
|
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* cc.cgi: Modularized. |
16 |
|
|
17 |
|
* WebHACC/: New directory. |
18 |
|
|
19 |
|
2008-07-18 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* cc.cgi (print_structure_dump_webidl_section): Use ->idl_text |
22 |
|
for dummping (Data::Dumper::Dumper no longer used). |
23 |
|
|
24 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* LICENSE: Note on icons/*.png are added. |
27 |
|
|
28 |
|
* icons/: New directory. |
29 |
|
|
30 |
|
* cc-style.css: Rules for background images on error category |
31 |
|
are added. |
32 |
|
|
33 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* cc.cgi (print_source_string_section): Use new Message::Charset::Info |
36 |
|
interface to decode source code, otherwise the Perl native Encode |
37 |
|
module might decode the source code into different character |
38 |
|
string with the Info's. |
39 |
|
|
40 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* standards.en.html (requirements): Remove a requirement |
43 |
|
for an HTML element's allowed context (it is covered by HTML5 |
44 |
|
spec since r1583). |
45 |
|
|
46 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* cc.cgi: Use table object returned by the checker; don't |
49 |
|
form a table by itself. |
50 |
|
|
51 |
|
* table-script.js: Use different coloring for empty data cells. |
52 |
|
|
53 |
|
* cc.cgi, table.cgi: Remove table reference for JSON convertion. |
54 |
|
|
55 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* table-script.js: Support for header cell highlighting. |
58 |
|
|
59 |
|
* table.cgi: Set |id| to cells; it enables the cell highlighting |
60 |
|
feature. |
61 |
|
|
62 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* table-script.js: Table header/footer fill started at a |
65 |
|
wrong point. |
66 |
|
|
67 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* table-script.js: It is now 0-indexed stead |
70 |
|
of 1-indexed (HTML5 revision 1376). |
71 |
|
|
72 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* cc-style.css: Duplicate terms are no longer disallowed (HTML5 |
75 |
|
revision 1467). |
76 |
|
|
77 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML| |
80 |
|
output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)" |
81 |
|
output modes. |
82 |
|
|
83 |
|
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* cc.cgi: New "URI" section is implemented. |
86 |
|
|
87 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* cc.cgi (get_node_path): Use qualified name, not just |
90 |
|
local name. |
91 |
|
|
92 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* cc.cgi (get_rdf_resource_html): undef vs false bug fixed. |
95 |
|
|
96 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* cc.cgi: Experimental support for application/rdf+xml type. |
99 |
|
Generate section on RDF triples extracted from the document. |
100 |
|
(print_rdf_section): New function. |
101 |
|
(get_rdf_resource_html): New function. |
102 |
|
|
103 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* cc.cgi (get_error_label): No-parent case was not considered. |
106 |
|
|
107 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* cc.cgi (get_error_label): Use the error location |
110 |
|
of the parent node, if the node does not have one. |
111 |
|
|
112 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
* cc-script.js: The ID of the list is now given as an argument. |
* cc-script.js: The ID of the list is now given as an argument. |