1 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* error-description-source.xml: Missing entries for Whatpm::HTML |
4 |
error types are added. Error entries used by Whatpm::HTML |
5 |
are marked as "HTML::Parser". |
6 |
|
7 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
8 |
|
9 |
* cc-style.css: Add icons to links and headings of error sections. |
10 |
Use standard "uncertain" color for level-u errors. "No error found" |
11 |
messages are now handled by catalog, not by CSS presentation. |
12 |
The result paragraph saying that the conformance is unknown |
13 |
should be bordered as uncertain error messages are. |
14 |
|
15 |
* error-description-source.xml: New message entries |
16 |
for not-translated-yet messages. Distinguish result table's |
17 |
layer names from other similar texts. |
18 |
|
19 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
20 |
|
21 |
* cc.cgi: Generate result summary sections for |
22 |
each subdocument. |
23 |
|
24 |
* error-description-source.xml: New entries to |
25 |
support localization of result sections. |
26 |
|
27 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
28 |
|
29 |
* cc-style.css: Support for revised version of result summary |
30 |
section styling. |
31 |
|
32 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
33 |
|
34 |
* cc-style.css: Revised such that subdocument check results |
35 |
do not look stupid and that new class name rules |
36 |
for level-* and layer-* is reflected by icons. |
37 |
|
38 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
39 |
|
40 |
* cc-script.js, cc-style.css: Support for tab styling |
41 |
of subdoc sections. |
42 |
|
43 |
* cc-script.js (onbodyload): Scroll to the pointed |
44 |
element, if possible. |
45 |
|
46 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
47 |
|
48 |
* cc-script.js, cc-style.js: Support for tab styling |
49 |
of the "input" subsections. Support for the "details" |
50 |
widget. |
51 |
|
52 |
2008-08-10 Wakaba <wakaba@suika.fam.cx> |
53 |
|
54 |
* cc-script.js: Functions for tabbing are added. |
55 |
|
56 |
* cc-style.css: Tab styling rules are added. |
57 |
|
58 |
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* .htaccess: Files gone. |
61 |
|
62 |
* cc-interface.en.html, cc-todo.txt: Removed. |
63 |
|
64 |
* cc-about.en.html: New document. |
65 |
|
66 |
* cc.cgi: Insert document input section before anything. |
67 |
No check performed if no URL is specified and the |
68 |
input is empty. |
69 |
|
70 |
* error-description-source.xml (WebHACC:Heading): Link |
71 |
to cc-about in place of cc-interface. |
72 |
|
73 |
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
74 |
|
75 |
* cc.cgi: get_input_document function is now handled |
76 |
by WebHACC::Input classes. |cc-script| reference |
77 |
is now generated by |html_header| in WebHACC::Output. |
78 |
|
79 |
* error-description-source.xml: Document URL and Request URL |
80 |
are now just "URLs". |
81 |
|
82 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
83 |
|
84 |
* .htaccess: error-description-source.xml is in UTF-8 |
85 |
actually. |
86 |
|
87 |
* Makefile: Rule to make Japanese language catalog file |
88 |
is added. |
89 |
|
90 |
* cc-script.js: Line and column numbers are now taken |
91 |
from data-* attributes, not from textContent. |
92 |
|
93 |
* cc.cgi: Tentative support for Japanese/English conneg. |
94 |
(load_text_catalog, get_text): Removed (catalog text selection |
95 |
is now handled by WebHACC::Output). |
96 |
|
97 |
* error-description-source.xml: Catalog entries in new |
98 |
format are added. Old catalog element is removed. |
99 |
|
100 |
* mkcatalog.pl: Support for non-English languages. |
101 |
Drop support for old catalog element. Add support |
102 |
for new cat element. |
103 |
|
104 |
* mkdescription.pl: Drop support for old catalog element. |
105 |
Add support for new cat element. |
106 |
|
107 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
108 |
|
109 |
* cc.cgi: Code clean-up. |
110 |
|
111 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
112 |
|
113 |
* cc.cgi: Old commented out code for additional |
114 |
information sections are removed. They are now |
115 |
implemented as part of |generate_add_info_sections| method. |
116 |
|
117 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
118 |
|
119 |
* cc.cgi (print_table_section): Removed (now part of |
120 |
WebHACC::Language::DOM). |
121 |
|
122 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
123 |
|
124 |
* cc.cgi: Information sections are now handled by WebHACC::Input |
125 |
module. Input objects for subdocuments now owns their |
126 |
own subclass. |
127 |
|
128 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
129 |
|
130 |
* cc.cgi: Errors and results are now handled by WebHACC::Result. |
131 |
Decode |uri| parameter as UTF-8. HTTP header dump and |
132 |
input error are now handled by WebHACC::Input. |
133 |
|
134 |
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
135 |
|
136 |
* cc.cgi: Modularized. |
137 |
|
138 |
* WebHACC/: New directory. |
139 |
|
140 |
2008-07-18 Wakaba <wakaba@suika.fam.cx> |
141 |
|
142 |
* cc.cgi (print_structure_dump_webidl_section): Use ->idl_text |
143 |
for dummping (Data::Dumper::Dumper no longer used). |
144 |
|
145 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
146 |
|
147 |
* LICENSE: Note on icons/*.png are added. |
148 |
|
149 |
* icons/: New directory. |
150 |
|
151 |
* cc-style.css: Rules for background images on error category |
152 |
are added. |
153 |
|
154 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
155 |
|
156 |
* cc.cgi (print_source_string_section): Use new Message::Charset::Info |
157 |
interface to decode source code, otherwise the Perl native Encode |
158 |
module might decode the source code into different character |
159 |
string with the Info's. |
160 |
|
161 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
162 |
|
163 |
* standards.en.html (requirements): Remove a requirement |
164 |
for an HTML element's allowed context (it is covered by HTML5 |
165 |
spec since r1583). |
166 |
|
167 |
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
168 |
|
169 |
* cc.cgi: Use table object returned by the checker; don't |
170 |
form a table by itself. |
171 |
|
172 |
* table-script.js: Use different coloring for empty data cells. |
173 |
|
174 |
* cc.cgi, table.cgi: Remove table reference for JSON convertion. |
175 |
|
176 |
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
177 |
|
178 |
* table-script.js: Support for header cell highlighting. |
179 |
|
180 |
* table.cgi: Set |id| to cells; it enables the cell highlighting |
181 |
feature. |
182 |
|
183 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
184 |
|
185 |
* table-script.js: Table header/footer fill started at a |
186 |
wrong point. |
187 |
|
188 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
189 |
|
190 |
* table-script.js: It is now 0-indexed stead |
191 |
of 1-indexed (HTML5 revision 1376). |
192 |
|
193 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
194 |
|
195 |
* cc-style.css: Duplicate terms are no longer disallowed (HTML5 |
196 |
revision 1467). |
197 |
|
198 |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
199 |
|
200 |
* parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML| |
201 |
output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)" |
202 |
output modes. |
203 |
|
204 |
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
205 |
|
206 |
* cc.cgi: New "URI" section is implemented. |
207 |
|
208 |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
209 |
|
210 |
* cc.cgi (get_node_path): Use qualified name, not just |
211 |
local name. |
212 |
|
213 |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
214 |
|
215 |
* cc.cgi (get_rdf_resource_html): undef vs false bug fixed. |
216 |
|
217 |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
218 |
|
219 |
* cc.cgi: Experimental support for application/rdf+xml type. |
220 |
Generate section on RDF triples extracted from the document. |
221 |
(print_rdf_section): New function. |
222 |
(get_rdf_resource_html): New function. |
223 |
|
224 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
225 |
|
226 |
* cc.cgi (get_error_label): No-parent case was not considered. |
227 |
|
228 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
229 |
|
230 |
* cc.cgi (get_error_label): Use the error location |
231 |
of the parent node, if the node does not have one. |
232 |
|
233 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
234 |
|
235 |
* cc-script.js: The ID of the list is now given as an argument. |
236 |
|
237 |
* cc.cgi: List of document errors now also expanded by source |
238 |
code fragment generated by scripting. |
239 |
(get_error_label): Use line/column information from the error |
240 |
context node, if any. |
241 |
|
242 |
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
243 |
|
244 |
* cc.cgi: Line break treatment was different from |
245 |
that of HTML and CSS parsers. |
246 |
|
247 |
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
248 |
|
249 |
* cc-script.js: Unquote U+hhhh escapes. |
250 |
|
251 |
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
252 |
|
253 |
* cc.cgi (get_error_label): Use token's line and column |
254 |
if available. |
255 |
|
256 |
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
257 |
|
258 |
* cc-script.js: Character was not marked if the line |
259 |
is less than 50 characters. |
260 |
|
261 |
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
262 |
|
263 |
* cc.cgi: Link to the script added. |
264 |
|
265 |
* cc-style.css (mark): Added. |
266 |
|
267 |
* cc-script.js: New script. |
268 |
|
269 |
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
270 |
|
271 |
* cc.cgi: |value| should be output in |dt| in Parse Errors |
272 |
section. |
273 |
|
274 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
275 |
|
276 |
* cc.cgi: Support for level-i (informational). |
277 |
|
278 |
* cc-style.css: New style rules for informational messages added. |
279 |
|
280 |
* error-description-source.xml (#information, #level-i): Added. |
281 |
|
282 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
283 |
|
284 |
* cc.cgi: In CSS mode, add 'u' error for 'structure' category (until |
285 |
it is actually implemented). Support for '-moz-pre-wrap'. |
286 |
Typo in 'collapse' value fixed. |
287 |
|
288 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
289 |
|
290 |
* cc.cgi: |text/css| support. |id_prefix| support was |
291 |
partially broken. |
292 |
|
293 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
294 |
|
295 |
* cc.cgi: Subdocument validation framework implemented. |
296 |
|
297 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
298 |
|
299 |
* cc.cgi (print_listing_section): ID, class, and term |
300 |
section functions are merged. |
301 |
|
302 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
303 |
|
304 |
* table-interface.en.html: Typo fixed. |
305 |
|
306 |
* cc.cgi: Use |$input->{id_prefix}| as the prefix for the |
307 |
identifiers in report sections. Don't add headings |
308 |
if the |$input->{nested}| flag is set. |
309 |
|
310 |
* table-script.js (tableToCanvas): Now it aceepts third |
311 |
argument, |idPrefix|, for setting ID prefix. |
312 |
|
313 |
* table.cgi: Set the third argument to |tableToCanvas| as an |
314 |
empty string. |
315 |
|
316 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
317 |
|
318 |
* cc.cgi (check_and_print): Now this is a subroutine. |
319 |
|
320 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
321 |
|
322 |
* cc-style.css: Rules for s/unsupported/u/'ed version added. |
323 |
|
324 |
* cc.cgi: Support for 'u' level. |
325 |
|
326 |
* error-description-source.en.xml: s/unsupported/u/; |
327 |
|
328 |
* standards.en.html: CSS added. |
329 |
|
330 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
331 |
|
332 |
* standards.en.html: New document. |
333 |
|
334 |
* cc-interface.en.html: Linking to |standards.en.html|. |
335 |
|
336 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
337 |
|
338 |
* error-description-source.xml: New error descriptions. |
339 |
|
340 |
* cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send |
341 |
a 406 page! |identity| encoding is added. |
342 |
|
343 |
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
344 |
|
345 |
* cc.cgi (#document-tree Document): Output |inputEncoding|, |
346 |
|manakaiCharset|, and |manakaiHasBOM| attributes. |
347 |
|
348 |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
349 |
|
350 |
* cc-style.css: New rules for warnings. |
351 |
|
352 |
* cc-todo.en.txt: Updated. |
353 |
|
354 |
* cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1| |
355 |
for |inner_html| with external source. Set |manakai_charset| |
356 |
attribute if possible. |
357 |
(load_text_catalog): Interpret catalog file as UTF-8. |
358 |
|
359 |
* error-description-source.en.xml: New errors for character |
360 |
encodings are added. |
361 |
|
362 |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
363 |
|
364 |
* error-description-source.xml: s/charset declaration/character |
365 |
encoding declaration/g, since HTML5 spec says so. |
366 |
|
367 |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
368 |
|
369 |
* cc.cgi (get_input_document): Use sniffer to determine |
370 |
media type of the entity. |
371 |
|
372 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
373 |
|
374 |
* cc-style.css: Rules for "unsupported" parse errors. |
375 |
|
376 |
* cc.cgi (print_syntax_error_html_section): Use HTML |
377 |
parser for byte string. |
378 |
(print_result_unknown_type_section): Make output |
379 |
more consistent with other media types. |
380 |
|
381 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
382 |
|
383 |
* parser.cgi: Use |Whatpm::HTML::Serializer| to serialize |
384 |
an HTML DOM. |
385 |
|
386 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
387 |
|
388 |
* cc-style.css: Styling examples. |
389 |
|
390 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
391 |
|
392 |
* error-description-source.xml (enumerated:invalid:http-equiv:content-type): |
393 |
New. |
394 |
|
395 |
2007-11-05 Wakaba <wakaba@suika.fam.cx> |
396 |
|
397 |
* cc.cgi (get_error_level_label): New. |
398 |
|
399 |
* cc-style.css: New rules for error level descriptions. |
400 |
|
401 |
* error-description-source.xml: Description for error |
402 |
levels is added. |
403 |
|
404 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
405 |
|
406 |
* cc-interface.en.html (i): |text/cache-manifest| is added. |
407 |
|
408 |
* cc-style.css: New rules for manifest dump. |
409 |
|
410 |
* cc.cgi: Support for |text/cache-manifest|. |
411 |
|
412 |
* error-description-soruce.en.xml (#cache-manifest-errors): New |
413 |
section. |
414 |
|
415 |
2007-09-10 Wakaba <wakaba@suika.fam.cx> |
416 |
|
417 |
* cc.cgi, cc-style.css: Scoring support. |
418 |
|
419 |
2007-09-03 Wakaba <wakaba@suika.fam.cx> |
420 |
|
421 |
* error-description-source.xml: Updated. |
422 |
|
423 |
2007-09-02 Wakaba <wakaba@suika.fam.cx> |
424 |
|
425 |
* cc.cgi: Report document sections are now output by |
426 |
corresponding subroutines. |
427 |
|
428 |
2007-08-26 Wakaba <wakaba@suika.fam.cx> |
429 |
|
430 |
* cc.cgi: New catalog macros |local-name| and |element-local-name|. |
431 |
|
432 |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
433 |
|
434 |
* cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP| |
435 |
instead of |SuikaWiki::Input::HTTP|. |
436 |
|
437 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
438 |
|
439 |
* cc-interface.en.html: IMT |application/atom+xml| is added. |
440 |
Link to |cc-todo| is added. |
441 |
|
442 |
2007-07-24 Wakaba <wakaba@suika.fam.cx> |
443 |
|
444 |
* error-description.xml: Description for "after body", "bare etago", |
445 |
and "bogus end tag" are added. |
446 |
|
447 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
448 |
|
449 |
* cc-style.css: Don't remove bullet of the document node |
450 |
in the document tree. Don't collapse white space |
451 |
in the |code| elements. |
452 |
|
453 |
* cc.cgi: Put identifiers and class names into |code| |
454 |
element. |
455 |
(get_text): Template for attribute values are supported. |
456 |
|
457 |
* error-descriotion-source.en.xml: More error descriptions |
458 |
are included. Use |{@}| attribute value insertion macro |
459 |
for errors in which it should be useful. |
460 |
|
461 |
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
462 |
|
463 |
* cc.cgi: Output HTTP and HTML header before try to |
464 |
fetch the specified resource for usability. Add |
465 |
tables, identifiers, and terms section to the TOC. |
466 |
Generate classes list. |
467 |
|
468 |
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
469 |
|
470 |
* alert.png, error.png, info.png: New images. |
471 |
|
472 |
* LICENSE: New image file names are added. |
473 |
|
474 |
* cc-interface.en.html: Link to the style sheet is added. |
475 |
|
476 |
* cc-style.css: Duplicate identifiers and terms |
477 |
are decorated by icon. |
478 |
|
479 |
* cc.cgi: |h1| links to the interface page. |
480 |
(#identifiers): New section. |
481 |
|
482 |
* error-description-source.en.xml: More error types are |
483 |
added. |
484 |
|
485 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
486 |
|
487 |
* cc.cgi: Set |STDOUT| encoding as |utf8|. |
488 |
(htescape): Escape some more invisible characters. |
489 |
|
490 |
* error-description-source.en.xml: More error data. |
491 |
|
492 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
493 |
|
494 |
* cc.cgi (table stuff): Set |is_header| property |
495 |
of table cells explicitly since otherwise newer JSON.pm |
496 |
generates broken output. |
497 |
(get_text): Return the reduced type name as well. Use |
498 |
it as fragment of detail document. |
499 |
|
500 |
* error-description-source.en.xml: More error descriptions |
501 |
are added. |
502 |
|
503 |
* mkdescription.pl: Remove |catalog| element from |
504 |
the result description document. |
505 |
|
506 |
* table.cgi: Set |is_header| property |
507 |
of table cells explicitly since otherwise newer JSON.pm |
508 |
generates broken output. |
509 |
|
510 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
511 |
|
512 |
* Makefile (all): |cc-msg.en.txt| is added to the list of |
513 |
dependency. |
514 |
(cc-msg.en.txt): New rule. |
515 |
|
516 |
* mkcatalog.pl: New Perl script. |
517 |
|
518 |
* cc-msg.en.txt: Now this file is generated by |
519 |
the rule described in |Makefile|. |
520 |
|
521 |
* cc.cgi (HTML mode): Set |charset| as |ISO-8859-1| |
522 |
if not specified, for now. |
523 |
(get_text): Replace |<var>$/n/</var>|, not just |$/n/|, |
524 |
to variable. |
525 |
|
526 |
* error-description-source.xml: All entries |
527 |
in |cc-msg.en.txt| are now described as XML data. |
528 |
|
529 |
* mkdescription.pl: Print the result by |inner_html| DOM |
530 |
attribute. Put |level| attribute value, if any, before |name| |
531 |
attribute value. Allow missing of |desc| attribute. |
532 |
Ignore any |catalog| element. |
533 |
|
534 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
535 |
|
536 |
* cc-interface.en.html: Content-Type options are extended. |
537 |
Charset options are added. URI input box is added. |
538 |
|
539 |
* cc.cgi (get_input_document): New. Support for URI input. |
540 |
(#document-info): Present request URI, documen URI, |
541 |
base URI (HTTP-level), internet media type, and |
542 |
charset (if any). |
543 |
(print_http_header_section): New. |
544 |
(print_source_string_section): Renamed from |print_source_string| |
545 |
and it now generate entire section. Use charset |
546 |
information obtained by parsing (for this reason the section |
547 |
now follows the parse error section). |
548 |
(HTML parse mode): Support for charsets (alpha). |
549 |
(XML parse mode): Support for |application/xml| |
550 |
and |text/xml|. Support for charsets. |
551 |
(#result-summary): Show error message section, |
552 |
rather than simple HTTP error, for any input error. |
553 |
(print_document_tree): Present |xml_version|, |xml_encoding|, |
554 |
and |xml_standalone|. |
555 |
(get_node_path): Return |/| if the input is the |Document| node. |
556 |
(WDCC::LWPUA): New package. |
557 |
|
558 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
559 |
|
560 |
* parser-manakai-interface.en.html: An option |
561 |
to parse as H2H is added. |
562 |
|
563 |
* parser-manakai.cgi: H2H parse mode is added. |
564 |
|
565 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
566 |
|
567 |
* parser-manakai.cgi: Set |Document| as HTML if it is. |
568 |
Use |inner_html| attribute for inner HTML value. |
569 |
XML documents are now serializable via |inner_html|. |
570 |
|
571 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
572 |
|
573 |
* Makefile: New. |
574 |
|
575 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
576 |
|
577 |
* cc.cgi: Return 404 if |PATH_INFO| is different from |/|. |
578 |
Link to |error-description|. |
579 |
|
580 |
* error-description-source.xml: New. |
581 |
|
582 |
* mkdescription.pl: New. |
583 |
|
584 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
585 |
|
586 |
* cc-style.css: New rules for empty error lists, |
587 |
error levels, and |code|. |
588 |
|
589 |
* cc.cgi: Support for error message catalog. |
590 |
Support for empty (zero-length) document. |
591 |
(print_source_string): Support for empty document. |
592 |
(print_document_tree): Element |has_child_nodes| test |
593 |
was incorrect. Output compat mode and is html flag |
594 |
for |Document| node. |
595 |
(load_text_catalog, get_text): New functions. |
596 |
|
597 |
* LICENSE, large-alert.png, large-info.png, large-stop.png: |
598 |
New files. |
599 |
|
600 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
601 |
|
602 |
* cc.cgi: "Terms" section. "Tree" was sometimes |
603 |
non-conforming to HTML5. |
604 |
(get_node_link): New function. |
605 |
|
606 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
607 |
|
608 |
* cc-style.css (img): New rule not to make border |
609 |
for img[usemap]. |
610 |
|
611 |
* cc.cgi: |table.cgi|-feature merged. Doctype |
612 |
token was serialized incorrectly. |
613 |
|
614 |
* table-script.js (tableToCanvas): Has second |
615 |
argument to specify the parent. Use image map |
616 |
to identify cells. |
617 |
|
618 |
* table.cgi: Minor fix to sync with the aforementioned |
619 |
change. |
620 |
|
621 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
622 |
|
623 |
* parser-manakai.cgi, parser-manakai-interface.en.html: Fragment |
624 |
parse mode is implemented. |
625 |
|
626 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
627 |
|
628 |
* parser-interface.en.html: |checked"| -> |checked| (it did |
629 |
work for Firefox 1.5 but not for WinIE6). |
630 |
|
631 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
632 |
|
633 |
* parser-manakai.cgi: New. |
634 |
|
635 |
* parser-manakai-interface.en.html: New. |
636 |
|
637 |
* time-manakai.plt: New. |
638 |
|
639 |
2007-05-28 Wakaba <wakaba@suika.fam.cx> |
640 |
|
641 |
* parser.cgi: Log elapsed time to external files. |
642 |
|
643 |
* time.plt: New file. |
644 |
|
645 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
646 |
|
647 |
* parser.cgi: Output how long each process takes. |
648 |
Document element testing is moved to the |Whatpm::ContentChecker| |
649 |
module. |
650 |
|
651 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
652 |
|
653 |
* excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>). |
654 |
|
655 |
* table.cgi: Remove |$table->{caption}->{element}| |
656 |
for table with caption processed correctly. |
657 |
Support for WinIE via ExplorerCanvas; note that |
658 |
it does not draw path with fill and stroke correctly (stroke |
659 |
is hidden?). |
660 |
|
661 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
662 |
|
663 |
* table.cgi, table-interface.en.html. table-script.js: New files. |
664 |
|
665 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
666 |
|
667 |
* parser.cgi: Use CGI::Carp. |
668 |
|
669 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
670 |
|
671 |
* parser-interface.en.html: A checkbox to |
672 |
enable DOM5 HTML conformance checking is added. |
673 |
|
674 |
* parser.cgi: Check DOM5 HTML conformance |
675 |
if |dom5| parameter is specified. |
676 |
|
677 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
678 |
|
679 |
* parser.cgi: Module names are updated. |
680 |
|
681 |
* parser-interface.en.html: Link to Whatpm introduction |
682 |
is added. |
683 |
|
684 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
685 |
|
686 |
* parser-interface.en.html: New document. |
687 |
|
688 |
* parser.cgi: Test-result-format mode is added. |
689 |
|
690 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
691 |
|
692 |
* parser.cgi: New file. |
693 |
|
694 |
* .htaccess: New file. |
695 |
|
696 |
* ChangeLog: New file. |