1 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi: Old commented out code for additional |
4 |
|
information sections are removed. They are now |
5 |
|
implemented as part of |generate_add_info_sections| method. |
6 |
|
|
7 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* cc.cgi (print_table_section): Removed (now part of |
10 |
|
WebHACC::Language::DOM). |
11 |
|
|
12 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* cc.cgi: Information sections are now handled by WebHACC::Input |
15 |
|
module. Input objects for subdocuments now owns their |
16 |
|
own subclass. |
17 |
|
|
18 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* cc.cgi: Errors and results are now handled by WebHACC::Result. |
21 |
|
Decode |uri| parameter as UTF-8. HTTP header dump and |
22 |
|
input error are now handled by WebHACC::Input. |
23 |
|
|
24 |
|
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* cc.cgi: Modularized. |
27 |
|
|
28 |
|
* WebHACC/: New directory. |
29 |
|
|
30 |
|
2008-07-18 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* cc.cgi (print_structure_dump_webidl_section): Use ->idl_text |
33 |
|
for dummping (Data::Dumper::Dumper no longer used). |
34 |
|
|
35 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* LICENSE: Note on icons/*.png are added. |
38 |
|
|
39 |
|
* icons/: New directory. |
40 |
|
|
41 |
|
* cc-style.css: Rules for background images on error category |
42 |
|
are added. |
43 |
|
|
44 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* cc.cgi (print_source_string_section): Use new Message::Charset::Info |
47 |
|
interface to decode source code, otherwise the Perl native Encode |
48 |
|
module might decode the source code into different character |
49 |
|
string with the Info's. |
50 |
|
|
51 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* standards.en.html (requirements): Remove a requirement |
54 |
|
for an HTML element's allowed context (it is covered by HTML5 |
55 |
|
spec since r1583). |
56 |
|
|
57 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* cc.cgi: Use table object returned by the checker; don't |
60 |
|
form a table by itself. |
61 |
|
|
62 |
|
* table-script.js: Use different coloring for empty data cells. |
63 |
|
|
64 |
|
* cc.cgi, table.cgi: Remove table reference for JSON convertion. |
65 |
|
|
66 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* table-script.js: Support for header cell highlighting. |
69 |
|
|
70 |
|
* table.cgi: Set |id| to cells; it enables the cell highlighting |
71 |
|
feature. |
72 |
|
|
73 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* table-script.js: Table header/footer fill started at a |
76 |
|
wrong point. |
77 |
|
|
78 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* table-script.js: It is now 0-indexed stead |
81 |
|
of 1-indexed (HTML5 revision 1376). |
82 |
|
|
83 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* cc-style.css: Duplicate terms are no longer disallowed (HTML5 |
86 |
|
revision 1467). |
87 |
|
|
88 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML| |
91 |
|
output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)" |
92 |
|
output modes. |
93 |
|
|
94 |
|
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* cc.cgi: New "URI" section is implemented. |
97 |
|
|
98 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* cc.cgi (get_node_path): Use qualified name, not just |
101 |
|
local name. |
102 |
|
|
103 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* cc.cgi (get_rdf_resource_html): undef vs false bug fixed. |
106 |
|
|
107 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* cc.cgi: Experimental support for application/rdf+xml type. |
110 |
|
Generate section on RDF triples extracted from the document. |
111 |
|
(print_rdf_section): New function. |
112 |
|
(get_rdf_resource_html): New function. |
113 |
|
|
114 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* cc.cgi (get_error_label): No-parent case was not considered. |
117 |
|
|
118 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* cc.cgi (get_error_label): Use the error location |
121 |
|
of the parent node, if the node does not have one. |
122 |
|
|
123 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* cc-script.js: The ID of the list is now given as an argument. |
126 |
|
|
127 |
|
* cc.cgi: List of document errors now also expanded by source |
128 |
|
code fragment generated by scripting. |
129 |
|
(get_error_label): Use line/column information from the error |
130 |
|
context node, if any. |
131 |
|
|
132 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* cc.cgi: Line break treatment was different from |
135 |
|
that of HTML and CSS parsers. |
136 |
|
|
137 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* cc-script.js: Unquote U+hhhh escapes. |
140 |
|
|
141 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* cc.cgi (get_error_label): Use token's line and column |
144 |
|
if available. |
145 |
|
|
146 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* cc-script.js: Character was not marked if the line |
149 |
|
is less than 50 characters. |
150 |
|
|
151 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* cc.cgi: Link to the script added. |
154 |
|
|
155 |
|
* cc-style.css (mark): Added. |
156 |
|
|
157 |
|
* cc-script.js: New script. |
158 |
|
|
159 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* cc.cgi: |value| should be output in |dt| in Parse Errors |
162 |
|
section. |
163 |
|
|
164 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* cc.cgi: Support for level-i (informational). |
167 |
|
|
168 |
|
* cc-style.css: New style rules for informational messages added. |
169 |
|
|
170 |
|
* error-description-source.xml (#information, #level-i): Added. |
171 |
|
|
172 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
173 |
|
|
174 |
|
* cc.cgi: In CSS mode, add 'u' error for 'structure' category (until |
175 |
|
it is actually implemented). Support for '-moz-pre-wrap'. |
176 |
|
Typo in 'collapse' value fixed. |
177 |
|
|
178 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* cc.cgi: |text/css| support. |id_prefix| support was |
181 |
|
partially broken. |
182 |
|
|
183 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
* cc.cgi: Subdocument validation framework implemented. |
* cc.cgi: Subdocument validation framework implemented. |