1 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc-style.css: Add icons to links and headings of error sections. |
4 |
|
Use standard "uncertain" color for level-u errors. "No error found" |
5 |
|
messages are now handled by catalog, not by CSS presentation. |
6 |
|
The result paragraph saying that the conformance is unknown |
7 |
|
should be bordered as uncertain error messages are. |
8 |
|
|
9 |
|
* error-description-source.xml: New message entries |
10 |
|
for not-translated-yet messages. Distinguish result table's |
11 |
|
layer names from other similar texts. |
12 |
|
|
13 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* cc.cgi: Generate result summary sections for |
16 |
|
each subdocument. |
17 |
|
|
18 |
|
* error-description-source.xml: New entries to |
19 |
|
support localization of result sections. |
20 |
|
|
21 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* cc-style.css: Support for revised version of result summary |
24 |
|
section styling. |
25 |
|
|
26 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* cc-style.css: Revised such that subdocument check results |
29 |
|
do not look stupid and that new class name rules |
30 |
|
for level-* and layer-* is reflected by icons. |
31 |
|
|
32 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* cc-script.js, cc-style.css: Support for tab styling |
35 |
|
of subdoc sections. |
36 |
|
|
37 |
|
* cc-script.js (onbodyload): Scroll to the pointed |
38 |
|
element, if possible. |
39 |
|
|
40 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* cc-script.js, cc-style.js: Support for tab styling |
43 |
|
of the "input" subsections. Support for the "details" |
44 |
|
widget. |
45 |
|
|
46 |
|
2008-08-10 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* cc-script.js: Functions for tabbing are added. |
49 |
|
|
50 |
|
* cc-style.css: Tab styling rules are added. |
51 |
|
|
52 |
|
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* .htaccess: Files gone. |
55 |
|
|
56 |
|
* cc-interface.en.html, cc-todo.txt: Removed. |
57 |
|
|
58 |
|
* cc-about.en.html: New document. |
59 |
|
|
60 |
|
* cc.cgi: Insert document input section before anything. |
61 |
|
No check performed if no URL is specified and the |
62 |
|
input is empty. |
63 |
|
|
64 |
|
* error-description-source.xml (WebHACC:Heading): Link |
65 |
|
to cc-about in place of cc-interface. |
66 |
|
|
67 |
|
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* cc.cgi: get_input_document function is now handled |
70 |
|
by WebHACC::Input classes. |cc-script| reference |
71 |
|
is now generated by |html_header| in WebHACC::Output. |
72 |
|
|
73 |
|
* error-description-source.xml: Document URL and Request URL |
74 |
|
are now just "URLs". |
75 |
|
|
76 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* .htaccess: error-description-source.xml is in UTF-8 |
79 |
|
actually. |
80 |
|
|
81 |
|
* Makefile: Rule to make Japanese language catalog file |
82 |
|
is added. |
83 |
|
|
84 |
|
* cc-script.js: Line and column numbers are now taken |
85 |
|
from data-* attributes, not from textContent. |
86 |
|
|
87 |
|
* cc.cgi: Tentative support for Japanese/English conneg. |
88 |
|
(load_text_catalog, get_text): Removed (catalog text selection |
89 |
|
is now handled by WebHACC::Output). |
90 |
|
|
91 |
|
* error-description-source.xml: Catalog entries in new |
92 |
|
format are added. Old catalog element is removed. |
93 |
|
|
94 |
|
* mkcatalog.pl: Support for non-English languages. |
95 |
|
Drop support for old catalog element. Add support |
96 |
|
for new cat element. |
97 |
|
|
98 |
|
* mkdescription.pl: Drop support for old catalog element. |
99 |
|
Add support for new cat element. |
100 |
|
|
101 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* cc.cgi: Code clean-up. |
104 |
|
|
105 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* cc.cgi: Old commented out code for additional |
108 |
|
information sections are removed. They are now |
109 |
|
implemented as part of |generate_add_info_sections| method. |
110 |
|
|
111 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* cc.cgi (print_table_section): Removed (now part of |
114 |
|
WebHACC::Language::DOM). |
115 |
|
|
116 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* cc.cgi: Information sections are now handled by WebHACC::Input |
119 |
|
module. Input objects for subdocuments now owns their |
120 |
|
own subclass. |
121 |
|
|
122 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* cc.cgi: Errors and results are now handled by WebHACC::Result. |
125 |
|
Decode |uri| parameter as UTF-8. HTTP header dump and |
126 |
|
input error are now handled by WebHACC::Input. |
127 |
|
|
128 |
|
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* cc.cgi: Modularized. |
131 |
|
|
132 |
|
* WebHACC/: New directory. |
133 |
|
|
134 |
|
2008-07-18 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* cc.cgi (print_structure_dump_webidl_section): Use ->idl_text |
137 |
|
for dummping (Data::Dumper::Dumper no longer used). |
138 |
|
|
139 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* LICENSE: Note on icons/*.png are added. |
142 |
|
|
143 |
|
* icons/: New directory. |
144 |
|
|
145 |
|
* cc-style.css: Rules for background images on error category |
146 |
|
are added. |
147 |
|
|
148 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* cc.cgi (print_source_string_section): Use new Message::Charset::Info |
151 |
|
interface to decode source code, otherwise the Perl native Encode |
152 |
|
module might decode the source code into different character |
153 |
|
string with the Info's. |
154 |
|
|
155 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* standards.en.html (requirements): Remove a requirement |
158 |
|
for an HTML element's allowed context (it is covered by HTML5 |
159 |
|
spec since r1583). |
160 |
|
|
161 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* cc.cgi: Use table object returned by the checker; don't |
164 |
|
form a table by itself. |
165 |
|
|
166 |
|
* table-script.js: Use different coloring for empty data cells. |
167 |
|
|
168 |
|
* cc.cgi, table.cgi: Remove table reference for JSON convertion. |
169 |
|
|
170 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* table-script.js: Support for header cell highlighting. |
173 |
|
|
174 |
|
* table.cgi: Set |id| to cells; it enables the cell highlighting |
175 |
|
feature. |
176 |
|
|
177 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* table-script.js: Table header/footer fill started at a |
180 |
|
wrong point. |
181 |
|
|
182 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
* table-script.js: It is now 0-indexed stead |
* table-script.js: It is now 0-indexed stead |