Parent Directory
|
Revision Log
++ ChangeLog 14 Aug 2008 11:57:12 -0000 * cc-style.css: Revised such that subdocument check results do not look stupid and that new class name rules for level-* and layer-* is reflected by icons. 2008-08-14 Wakaba <wakaba@suika.fam.cx> ++ html/WebHACC/Language/ChangeLog 14 Aug 2008 11:58:26 -0000 * Base.pm: Use "role" for source code sections. 2008-08-14 Wakaba <wakaba@suika.fam.cx> ++ html/WebHACC/ChangeLog 14 Aug 2008 11:58:10 -0000 * Output.pm (start_section): Roles set class="", too. New "source" role for source code sections. 2008-08-14 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.83 | 2008-08-14 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.85 | * cc-style.css: Revised such that subdocument check results |
| 4 | do not look stupid and that new class name rules | ||
| 5 | for level-* and layer-* is reflected by icons. | ||
| 6 | |||
| 7 | 2008-08-14 Wakaba <[email protected]> | ||
| 8 | |||
| 9 | wakaba | 1.84 | * cc-script.js, cc-style.css: Support for tab styling |
| 10 | of subdoc sections. | ||
| 11 | |||
| 12 | * cc-script.js (onbodyload): Scroll to the pointed | ||
| 13 | element, if possible. | ||
| 14 | |||
| 15 | 2008-08-14 Wakaba <[email protected]> | ||
| 16 | |||
| 17 | wakaba | 1.83 | * cc-script.js, cc-style.js: Support for tab styling |
| 18 | of the "input" subsections. Support for the "details" | ||
| 19 | widget. | ||
| 20 | |||
| 21 | wakaba | 1.82 | 2008-08-10 Wakaba <[email protected]> |
| 22 | |||
| 23 | * cc-script.js: Functions for tabbing are added. | ||
| 24 | |||
| 25 | * cc-style.css: Tab styling rules are added. | ||
| 26 | |||
| 27 | wakaba | 1.81 | 2008-07-27 Wakaba <[email protected]> |
| 28 | |||
| 29 | * .htaccess: Files gone. | ||
| 30 | |||
| 31 | * cc-interface.en.html, cc-todo.txt: Removed. | ||
| 32 | |||
| 33 | * cc-about.en.html: New document. | ||
| 34 | |||
| 35 | * cc.cgi: Insert document input section before anything. | ||
| 36 | No check performed if no URL is specified and the | ||
| 37 | input is empty. | ||
| 38 | |||
| 39 | * error-description-source.xml (WebHACC:Heading): Link | ||
| 40 | to cc-about in place of cc-interface. | ||
| 41 | |||
| 42 | wakaba | 1.80 | 2008-07-26 Wakaba <[email protected]> |
| 43 | |||
| 44 | * cc.cgi: get_input_document function is now handled | ||
| 45 | by WebHACC::Input classes. |cc-script| reference | ||
| 46 | is now generated by |html_header| in WebHACC::Output. | ||
| 47 | |||
| 48 | * error-description-source.xml: Document URL and Request URL | ||
| 49 | are now just "URLs". | ||
| 50 | |||
| 51 | wakaba | 1.74 | 2008-07-21 Wakaba <[email protected]> |
| 52 | |||
| 53 | wakaba | 1.79 | * .htaccess: error-description-source.xml is in UTF-8 |
| 54 | actually. | ||
| 55 | |||
| 56 | * Makefile: Rule to make Japanese language catalog file | ||
| 57 | is added. | ||
| 58 | |||
| 59 | * cc-script.js: Line and column numbers are now taken | ||
| 60 | from data-* attributes, not from textContent. | ||
| 61 | |||
| 62 | * cc.cgi: Tentative support for Japanese/English conneg. | ||
| 63 | (load_text_catalog, get_text): Removed (catalog text selection | ||
| 64 | is now handled by WebHACC::Output). | ||
| 65 | |||
| 66 | * error-description-source.xml: Catalog entries in new | ||
| 67 | format are added. Old catalog element is removed. | ||
| 68 | |||
| 69 | * mkcatalog.pl: Support for non-English languages. | ||
| 70 | Drop support for old catalog element. Add support | ||
| 71 | for new cat element. | ||
| 72 | |||
| 73 | * mkdescription.pl: Drop support for old catalog element. | ||
| 74 | Add support for new cat element. | ||
| 75 | |||
| 76 | 2008-07-21 Wakaba <[email protected]> | ||
| 77 | |||
| 78 | wakaba | 1.78 | * cc.cgi: Code clean-up. |
| 79 | |||
| 80 | 2008-07-21 Wakaba <[email protected]> | ||
| 81 | |||
| 82 | wakaba | 1.77 | * cc.cgi: Old commented out code for additional |
| 83 | information sections are removed. They are now | ||
| 84 | implemented as part of |generate_add_info_sections| method. | ||
| 85 | |||
| 86 | 2008-07-21 Wakaba <[email protected]> | ||
| 87 | |||
| 88 | wakaba | 1.76 | * cc.cgi (print_table_section): Removed (now part of |
| 89 | WebHACC::Language::DOM). | ||
| 90 | |||
| 91 | 2008-07-21 Wakaba <[email protected]> | ||
| 92 | |||
| 93 | wakaba | 1.75 | * cc.cgi: Information sections are now handled by WebHACC::Input |
| 94 | module. Input objects for subdocuments now owns their | ||
| 95 | own subclass. | ||
| 96 | |||
| 97 | 2008-07-21 Wakaba <[email protected]> | ||
| 98 | |||
| 99 | wakaba | 1.74 | * cc.cgi: Errors and results are now handled by WebHACC::Result. |
| 100 | Decode |uri| parameter as UTF-8. HTTP header dump and | ||
| 101 | input error are now handled by WebHACC::Input. | ||
| 102 | |||
| 103 | wakaba | 1.73 | 2008-07-20 Wakaba <[email protected]> |
| 104 | |||
| 105 | * cc.cgi: Modularized. | ||
| 106 | |||
| 107 | * WebHACC/: New directory. | ||
| 108 | |||
| 109 | wakaba | 1.72 | 2008-07-18 Wakaba <[email protected]> |
| 110 | |||
| 111 | * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text | ||
| 112 | for dummping (Data::Dumper::Dumper no longer used). | ||
| 113 | |||
| 114 | wakaba | 1.70 | 2008-05-18 Wakaba <[email protected]> |
| 115 | |||
| 116 | wakaba | 1.71 | * LICENSE: Note on icons/*.png are added. |
| 117 | |||
| 118 | * icons/: New directory. | ||
| 119 | |||
| 120 | * cc-style.css: Rules for background images on error category | ||
| 121 | are added. | ||
| 122 | |||
| 123 | 2008-05-18 Wakaba <[email protected]> | ||
| 124 | |||
| 125 | wakaba | 1.70 | * cc.cgi (print_source_string_section): Use new Message::Charset::Info |
| 126 | interface to decode source code, otherwise the Perl native Encode | ||
| 127 | module might decode the source code into different character | ||
| 128 | string with the Info's. | ||
| 129 | |||
| 130 | 2008-05-10 Wakaba <[email protected]> | ||
| 131 | |||
| 132 | * standards.en.html (requirements): Remove a requirement | ||
| 133 | for an HTML element's allowed context (it is covered by HTML5 | ||
| 134 | spec since r1583). | ||
| 135 | |||
| 136 | wakaba | 1.68 | 2008-05-06 Wakaba <[email protected]> |
| 137 | |||
| 138 | wakaba | 1.69 | * cc.cgi: Use table object returned by the checker; don't |
| 139 | form a table by itself. | ||
| 140 | |||
| 141 | * table-script.js: Use different coloring for empty data cells. | ||
| 142 | |||
| 143 | * cc.cgi, table.cgi: Remove table reference for JSON convertion. | ||
| 144 | |||
| 145 | 2008-05-06 Wakaba <[email protected]> | ||
| 146 | |||
| 147 | wakaba | 1.68 | * table-script.js: Support for header cell highlighting. |
| 148 | |||
| 149 | * table.cgi: Set |id| to cells; it enables the cell highlighting | ||
| 150 | feature. | ||
| 151 | |||
| 152 | wakaba | 1.66 | 2008-05-05 Wakaba <[email protected]> |
| 153 | |||
| 154 | wakaba | 1.67 | * table-script.js: Table header/footer fill started at a |
| 155 | wrong point. | ||
| 156 | |||
| 157 | 2008-05-05 Wakaba <[email protected]> | ||
| 158 | |||
| 159 | wakaba | 1.66 | * table-script.js: It is now 0-indexed stead |
| 160 | of 1-indexed (HTML5 revision 1376). | ||
| 161 | |||
| 162 | wakaba | 1.65 | 2008-04-29 Wakaba <[email protected]> |
| 163 | |||
| 164 | * cc-style.css: Duplicate terms are no longer disallowed (HTML5 | ||
| 165 | revision 1467). | ||
| 166 | |||
| 167 | wakaba | 1.64 | 2008-04-12 Wakaba <[email protected]> |
| 168 | |||
| 169 | * parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML| | ||
| 170 | output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)" | ||
| 171 | output modes. | ||
| 172 | |||
| 173 | 2008-03-29 Wakaba <[email protected]> | ||
| 174 | |||
| 175 | * cc.cgi: New "URI" section is implemented. | ||
| 176 | |||
| 177 | wakaba | 1.61 | 2008-03-21 Wakaba <[email protected]> |
| 178 | |||
| 179 | wakaba | 1.63 | * cc.cgi (get_node_path): Use qualified name, not just |
| 180 | local name. | ||
| 181 | |||
| 182 | 2008-03-21 Wakaba <[email protected]> | ||
| 183 | |||
| 184 | wakaba | 1.62 | * cc.cgi (get_rdf_resource_html): undef vs false bug fixed. |
| 185 | |||
| 186 | 2008-03-21 Wakaba <[email protected]> | ||
| 187 | |||
| 188 | wakaba | 1.61 | * cc.cgi: Experimental support for application/rdf+xml type. |
| 189 | Generate section on RDF triples extracted from the document. | ||
| 190 | (print_rdf_section): New function. | ||
| 191 | (get_rdf_resource_html): New function. | ||
| 192 | |||
| 193 | wakaba | 1.58 | 2008-03-17 Wakaba <[email protected]> |
| 194 | |||
| 195 | wakaba | 1.60 | * cc.cgi (get_error_label): No-parent case was not considered. |
| 196 | |||
| 197 | 2008-03-17 Wakaba <[email protected]> | ||
| 198 | |||
| 199 | wakaba | 1.59 | * cc.cgi (get_error_label): Use the error location |
| 200 | of the parent node, if the node does not have one. | ||
| 201 | |||
| 202 | 2008-03-17 Wakaba <[email protected]> | ||
| 203 | |||
| 204 | wakaba | 1.58 | * cc-script.js: The ID of the list is now given as an argument. |
| 205 | |||
| 206 | * cc.cgi: List of document errors now also expanded by source | ||
| 207 | code fragment generated by scripting. | ||
| 208 | (get_error_label): Use line/column information from the error | ||
| 209 | context node, if any. | ||
| 210 | |||
| 211 | wakaba | 1.53 | 2008-03-16 Wakaba <[email protected]> |
| 212 | |||
| 213 | wakaba | 1.57 | * cc.cgi: Line break treatment was different from |
| 214 | that of HTML and CSS parsers. | ||
| 215 | |||
| 216 | 2008-03-16 Wakaba <[email protected]> | ||
| 217 | |||
| 218 | wakaba | 1.56 | * cc-script.js: Unquote U+hhhh escapes. |
| 219 | |||
| 220 | 2008-03-16 Wakaba <[email protected]> | ||
| 221 | |||
| 222 | wakaba | 1.55 | * cc.cgi (get_error_label): Use token's line and column |
| 223 | if available. | ||
| 224 | |||
| 225 | 2008-03-16 Wakaba <[email protected]> | ||
| 226 | |||
| 227 | wakaba | 1.54 | * cc-script.js: Character was not marked if the line |
| 228 | is less than 50 characters. | ||
| 229 | |||
| 230 | 2008-03-16 Wakaba <[email protected]> | ||
| 231 | |||
| 232 | wakaba | 1.53 | * cc.cgi: Link to the script added. |
| 233 | |||
| 234 | * cc-style.css (mark): Added. | ||
| 235 | |||
| 236 | * cc-script.js: New script. | ||
| 237 | |||
| 238 | wakaba | 1.52 | 2008-03-11 Wakaba <[email protected]> |
| 239 | |||
| 240 | * cc.cgi: |value| should be output in |dt| in Parse Errors | ||
| 241 | section. | ||
| 242 | |||
| 243 | wakaba | 1.51 | 2008-02-24 Wakaba <[email protected]> |
| 244 | |||
| 245 | * cc.cgi: Support for level-i (informational). | ||
| 246 | |||
| 247 | * cc-style.css: New style rules for informational messages added. | ||
| 248 | |||
| 249 | * error-description-source.xml (#information, #level-i): Added. | ||
| 250 | |||
| 251 | wakaba | 1.45 | 2008-02-10 Wakaba <[email protected]> |
| 252 | |||
| 253 | wakaba | 1.50 | * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until |
| 254 | it is actually implemented). Support for '-moz-pre-wrap'. | ||
| 255 | Typo in 'collapse' value fixed. | ||
| 256 | |||
| 257 | 2008-02-10 Wakaba <[email protected]> | ||
| 258 | |||
| 259 | wakaba | 1.49 | * cc.cgi: |text/css| support. |id_prefix| support was |
| 260 | partially broken. | ||
| 261 | |||
| 262 | 2008-02-10 Wakaba <[email protected]> | ||
| 263 | |||
| 264 | wakaba | 1.48 | * cc.cgi: Subdocument validation framework implemented. |
| 265 | |||
| 266 | 2008-02-10 Wakaba <[email protected]> | ||
| 267 | |||
| 268 | wakaba | 1.47 | * cc.cgi (print_listing_section): ID, class, and term |
| 269 | section functions are merged. | ||
| 270 | |||
| 271 | 2008-02-10 Wakaba <[email protected]> | ||
| 272 | |||
| 273 | wakaba | 1.46 | * table-interface.en.html: Typo fixed. |
| 274 | |||
| 275 | * cc.cgi: Use |$input->{id_prefix}| as the prefix for the | ||
| 276 | identifiers in report sections. Don't add headings | ||
| 277 | if the |$input->{nested}| flag is set. | ||
| 278 | |||
| 279 | * table-script.js (tableToCanvas): Now it aceepts third | ||
| 280 | argument, |idPrefix|, for setting ID prefix. | ||
| 281 | |||
| 282 | * table.cgi: Set the third argument to |tableToCanvas| as an | ||
| 283 | empty string. | ||
| 284 | |||
| 285 | 2008-02-10 Wakaba <[email protected]> | ||
| 286 | |||
| 287 | wakaba | 1.45 | * cc.cgi (check_and_print): Now this is a subroutine. |
| 288 | |||
| 289 | wakaba | 1.43 | 2008-02-09 Wakaba <[email protected]> |
| 290 | |||
| 291 | wakaba | 1.44 | * cc-style.css: Rules for s/unsupported/u/'ed version added. |
| 292 | |||
| 293 | * cc.cgi: Support for 'u' level. | ||
| 294 | |||
| 295 | * error-description-source.en.xml: s/unsupported/u/; | ||
| 296 | |||
| 297 | * standards.en.html: CSS added. | ||
| 298 | |||
| 299 | 2008-02-09 Wakaba <[email protected]> | ||
| 300 | |||
| 301 | wakaba | 1.43 | * standards.en.html: New document. |
| 302 | |||
| 303 | * cc-interface.en.html: Linking to |standards.en.html|. | ||
| 304 | |||
| 305 |