| 1 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
| 3 |
* parser-manakai-interface.en.html: An option |
| 4 |
to parse as H2H is added. |
| 5 |
|
| 6 |
* parser-manakai.cgi: H2H parse mode is added. |
| 7 |
|
| 8 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 9 |
|
| 10 |
* parser-manakai.cgi: Set |Document| as HTML if it is. |
| 11 |
Use |inner_html| attribute for inner HTML value. |
| 12 |
XML documents are now serializable via |inner_html|. |
| 13 |
|
| 14 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
| 15 |
|
| 16 |
* Makefile: New. |
| 17 |
|
| 18 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
| 19 |
|
| 20 |
* cc.cgi: Return 404 if |PATH_INFO| is different from |/|. |
| 21 |
Link to |error-description|. |
| 22 |
|
| 23 |
* error-description-source.xml: New. |
| 24 |
|
| 25 |
* mkdescription.pl: New. |
| 26 |
|
| 27 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
| 28 |
|
| 29 |
* cc-style.css: New rules for empty error lists, |
| 30 |
error levels, and |code|. |
| 31 |
|
| 32 |
* cc.cgi: Support for error message catalog. |
| 33 |
Support for empty (zero-length) document. |
| 34 |
(print_source_string): Support for empty document. |
| 35 |
(print_document_tree): Element |has_child_nodes| test |
| 36 |
was incorrect. Output compat mode and is html flag |
| 37 |
for |Document| node. |
| 38 |
(load_text_catalog, get_text): New functions. |
| 39 |
|
| 40 |
* LICENSE, large-alert.png, large-info.png, large-stop.png: |
| 41 |
New files. |
| 42 |
|
| 43 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
| 44 |
|
| 45 |
* cc.cgi: "Terms" section. "Tree" was sometimes |
| 46 |
non-conforming to HTML5. |
| 47 |
(get_node_link): New function. |
| 48 |
|
| 49 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
| 50 |
|
| 51 |
* cc-style.css (img): New rule not to make border |
| 52 |
for img[usemap]. |
| 53 |
|
| 54 |
* cc.cgi: |table.cgi|-feature merged. Doctype |
| 55 |
token was serialized incorrectly. |
| 56 |
|
| 57 |
* table-script.js (tableToCanvas): Has second |
| 58 |
argument to specify the parent. Use image map |
| 59 |
to identify cells. |
| 60 |
|
| 61 |
* table.cgi: Minor fix to sync with the aforementioned |
| 62 |
change. |
| 63 |
|
| 64 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
| 65 |
|
| 66 |
* parser-manakai.cgi, parser-manakai-interface.en.html: Fragment |
| 67 |
parse mode is implemented. |
| 68 |
|
| 69 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
| 70 |
|
| 71 |
* parser-interface.en.html: |checked"| -> |checked| (it did |
| 72 |
work for Firefox 1.5 but not for WinIE6). |
| 73 |
|
| 74 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
| 75 |
|
| 76 |
* parser-manakai.cgi: New. |
| 77 |
|
| 78 |
* parser-manakai-interface.en.html: New. |
| 79 |
|
| 80 |
* time-manakai.plt: New. |
| 81 |
|
| 82 |
2007-05-28 Wakaba <wakaba@suika.fam.cx> |
| 83 |
|
| 84 |
* parser.cgi: Log elapsed time to external files. |
| 85 |
|
| 86 |
* time.plt: New file. |
| 87 |
|
| 88 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
| 89 |
|
| 90 |
* parser.cgi: Output how long each process takes. |
| 91 |
Document element testing is moved to the |Whatpm::ContentChecker| |
| 92 |
module. |
| 93 |
|
| 94 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
| 95 |
|
| 96 |
* excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>). |
| 97 |
|
| 98 |
* table.cgi: Remove |$table->{caption}->{element}| |
| 99 |
for table with caption processed correctly. |
| 100 |
Support for WinIE via ExplorerCanvas; note that |
| 101 |
it does not draw path with fill and stroke correctly (stroke |
| 102 |
is hidden?). |
| 103 |
|
| 104 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
| 105 |
|
| 106 |
* table.cgi, table-interface.en.html. table-script.js: New files. |
| 107 |
|
| 108 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
| 109 |
|
| 110 |
* parser.cgi: Use CGI::Carp. |
| 111 |
|
| 112 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
| 113 |
|
| 114 |
* parser-interface.en.html: A checkbox to |
| 115 |
enable DOM5 HTML conformance checking is added. |
| 116 |
|
| 117 |
* parser.cgi: Check DOM5 HTML conformance |
| 118 |
if |dom5| parameter is specified. |
| 119 |
|
| 120 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
| 121 |
|
| 122 |
* parser.cgi: Module names are updated. |
| 123 |
|
| 124 |
* parser-interface.en.html: Link to Whatpm introduction |
| 125 |
is added. |
| 126 |
|
| 127 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
| 128 |
|
| 129 |
* parser-interface.en.html: New document. |
| 130 |
|
| 131 |
* parser.cgi: Test-result-format mode is added. |
| 132 |
|
| 133 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
| 134 |
|
| 135 |
* parser.cgi: New file. |
| 136 |
|
| 137 |
* .htaccess: New file. |
| 138 |
|
| 139 |
* ChangeLog: New file. |