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