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