Parent Directory
|
Revision Log
++ ChangeLog 1 Jul 2007 10:02:55 -0000 * Makefile: New. 2007-07-01 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.16 | 2007-07-01 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.18 | * Makefile: New. |
| 4 | |||
| 5 | 2007-07-01 Wakaba <[email protected]> | ||
| 6 | |||
| 7 | wakaba | 1.17 | * cc.cgi: Return 404 if |PATH_INFO| is different from |/|. |
| 8 | Link to |error-description|. | ||
| 9 | |||
| 10 | * error-description-source.xml: New. | ||
| 11 | |||
| 12 | * mkdescription.pl: New. | ||
| 13 | |||
| 14 | 2007-07-01 Wakaba <[email protected]> | ||
| 15 | |||
| 16 | wakaba | 1.16 | * cc-style.css: New rules for empty error lists, |
| 17 | error levels, and |code|. | ||
| 18 | |||
| 19 | * cc.cgi: Support for error message catalog. | ||
| 20 | Support for empty (zero-length) document. | ||
| 21 | (print_source_string): Support for empty document. | ||
| 22 | (print_document_tree): Element |has_child_nodes| test | ||
| 23 | was incorrect. Output compat mode and is html flag | ||
| 24 | for |Document| node. | ||
| 25 | (load_text_catalog, get_text): New functions. | ||
| 26 | |||
| 27 | * LICENSE, large-alert.png, large-info.png, large-stop.png: | ||
| 28 | New files. | ||
| 29 | |||
| 30 | wakaba | 1.14 | 2007-06-30 Wakaba <[email protected]> |
| 31 | |||
| 32 | wakaba | 1.15 | * cc.cgi: "Terms" section. "Tree" was sometimes |
| 33 | non-conforming to HTML5. | ||
| 34 | (get_node_link): New function. | ||
| 35 | |||
| 36 | 2007-06-30 Wakaba <[email protected]> | ||
| 37 | |||
| 38 | wakaba | 1.14 | * cc-style.css (img): New rule not to make border |
| 39 | for img[usemap]. | ||
| 40 | |||
| 41 | * cc.cgi: |table.cgi|-feature merged. Doctype | ||
| 42 | token was serialized incorrectly. | ||
| 43 | |||
| 44 | * table-script.js (tableToCanvas): Has second | ||
| 45 | argument to specify the parent. Use image map | ||
| 46 | to identify cells. | ||
| 47 | |||
| 48 | * table.cgi: Minor fix to sync with the aforementioned | ||
| 49 | change. | ||
| 50 | |||
| 51 | wakaba | 1.13 | 2007-06-25 Wakaba <[email protected]> |
| 52 | |||
| 53 | * parser-manakai.cgi, parser-manakai-interface.en.html: Fragment | ||
| 54 | parse mode is implemented. | ||
| 55 | |||
| 56 | wakaba | 1.11 | 2007-06-21 Wakaba <[email protected]> |
| 57 | |||
| 58 | wakaba | 1.12 | * parser-interface.en.html: |checked"| -> |checked| (it did |
| 59 | work for Firefox 1.5 but not for WinIE6). | ||
| 60 | |||
| 61 | 2007-06-21 Wakaba <[email protected]> | ||
| 62 | |||
| 63 | wakaba | 1.11 | * parser-manakai.cgi: New. |
| 64 | |||
| 65 | * parser-manakai-interface.en.html: New. | ||
| 66 | |||
| 67 | * time-manakai.plt: New. | ||
| 68 | |||
| 69 | wakaba | 1.10 | 2007-05-28 Wakaba <[email protected]> |
| 70 | |||
| 71 | * parser.cgi: Log elapsed time to external files. | ||
| 72 | |||
| 73 | * time.plt: New file. | ||
| 74 | |||
| 75 | wakaba | 1.7 | 2007-05-27 Wakaba <[email protected]> |
| 76 | |||
| 77 | wakaba | 1.9 | * parser.cgi: Output how long each process takes. |
| 78 | Document element testing is moved to the |Whatpm::ContentChecker| | ||
| 79 | module. | ||
| 80 | |||
| 81 | 2007-05-27 Wakaba <[email protected]> | ||
| 82 | |||
| 83 | wakaba | 1.8 | * excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>). |
| 84 | |||
| 85 | * table.cgi: Remove |$table->{caption}->{element}| | ||
| 86 | for table with caption processed correctly. | ||
| 87 | Support for WinIE via ExplorerCanvas; note that | ||
| 88 | it does not draw path with fill and stroke correctly (stroke | ||
| 89 | is hidden?). | ||
| 90 | |||
| 91 | 2007-05-27 Wakaba <[email protected]> | ||
| 92 | |||
| 93 | wakaba | 1.7 | * table.cgi, table-interface.en.html. table-script.js: New files. |
| 94 | |||
| 95 | wakaba | 1.6 | 2007-05-25 Wakaba <[email protected]> |
| 96 | |||
| 97 | * parser.cgi: Use CGI::Carp. | ||
| 98 | |||
| 99 | wakaba | 1.5 | 2007-05-19 Wakaba <[email protected]> |
| 100 | |||
| 101 | * parser-interface.en.html: A checkbox to | ||
| 102 | enable DOM5 HTML conformance checking is added. | ||
| 103 |