Parent Directory
|
Revision Log
++ ChangeLog 21 Mar 2008 11:16:56 -0000 * cc.cgi (get_node_path): Use qualified name, not just local name. 2008-03-21 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.61 | 2008-03-21 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.63 | * cc.cgi (get_node_path): Use qualified name, not just |
| 4 | local name. | ||
| 5 | |||
| 6 | 2008-03-21 Wakaba <[email protected]> | ||
| 7 | |||
| 8 | wakaba | 1.62 | * cc.cgi (get_rdf_resource_html): undef vs false bug fixed. |
| 9 | |||
| 10 | 2008-03-21 Wakaba <[email protected]> | ||
| 11 | |||
| 12 | wakaba | 1.61 | * cc.cgi: Experimental support for application/rdf+xml type. |
| 13 | Generate section on RDF triples extracted from the document. | ||
| 14 | (print_rdf_section): New function. | ||
| 15 | (get_rdf_resource_html): New function. | ||
| 16 | |||
| 17 | wakaba | 1.58 | 2008-03-17 Wakaba <[email protected]> |
| 18 | |||
| 19 | wakaba | 1.60 | * cc.cgi (get_error_label): No-parent case was not considered. |
| 20 | |||
| 21 | 2008-03-17 Wakaba <[email protected]> | ||
| 22 | |||
| 23 | wakaba | 1.59 | * cc.cgi (get_error_label): Use the error location |
| 24 | of the parent node, if the node does not have one. | ||
| 25 | |||
| 26 | 2008-03-17 Wakaba <[email protected]> | ||
| 27 | |||
| 28 | wakaba | 1.58 | * cc-script.js: The ID of the list is now given as an argument. |
| 29 | |||
| 30 | * cc.cgi: List of document errors now also expanded by source | ||
| 31 | code fragment generated by scripting. | ||
| 32 | (get_error_label): Use line/column information from the error | ||
| 33 | context node, if any. | ||
| 34 | |||
| 35 | wakaba | 1.53 | 2008-03-16 Wakaba <[email protected]> |
| 36 | |||
| 37 | wakaba | 1.57 | * cc.cgi: Line break treatment was different from |
| 38 | that of HTML and CSS parsers. | ||
| 39 | |||
| 40 | 2008-03-16 Wakaba <[email protected]> | ||
| 41 | |||
| 42 | wakaba | 1.56 | * cc-script.js: Unquote U+hhhh escapes. |
| 43 | |||
| 44 | 2008-03-16 Wakaba <[email protected]> | ||
| 45 | |||
| 46 | wakaba | 1.55 | * cc.cgi (get_error_label): Use token's line and column |
| 47 | if available. | ||
| 48 | |||
| 49 | 2008-03-16 Wakaba <[email protected]> | ||
| 50 | |||
| 51 | wakaba | 1.54 | * cc-script.js: Character was not marked if the line |
| 52 | is less than 50 characters. | ||
| 53 | |||
| 54 | 2008-03-16 Wakaba <[email protected]> | ||
| 55 | |||
| 56 | wakaba | 1.53 | * cc.cgi: Link to the script added. |
| 57 | |||
| 58 | * cc-style.css (mark): Added. | ||
| 59 | |||
| 60 | * cc-script.js: New script. | ||
| 61 | |||
| 62 | wakaba | 1.52 | 2008-03-11 Wakaba <[email protected]> |
| 63 | |||
| 64 | * cc.cgi: |value| should be output in |dt| in Parse Errors | ||
| 65 | section. | ||
| 66 | |||
| 67 | wakaba | 1.51 | 2008-02-24 Wakaba <[email protected]> |
| 68 | |||
| 69 | * cc.cgi: Support for level-i (informational). | ||
| 70 | |||
| 71 | * cc-style.css: New style rules for informational messages added. | ||
| 72 | |||
| 73 | * error-description-source.xml (#information, #level-i): Added. | ||
| 74 | |||
| 75 | wakaba | 1.45 | 2008-02-10 Wakaba <[email protected]> |
| 76 | |||
| 77 | wakaba | 1.50 | * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until |
| 78 | it is actually implemented). Support for '-moz-pre-wrap'. | ||
| 79 | Typo in 'collapse' value fixed. | ||
| 80 | |||
| 81 | 2008-02-10 Wakaba <[email protected]> | ||
| 82 | |||
| 83 | wakaba | 1.49 | * cc.cgi: |text/css| support. |id_prefix| support was |
| 84 | partially broken. | ||
| 85 | |||
| 86 | 2008-02-10 Wakaba <[email protected]> | ||