| 1 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* cc.cgi (get_error_label): Use the error location |
| 4 |
|
of the parent node, if the node does not have one. |
| 5 |
|
|
| 6 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
|
| 8 |
|
* cc-script.js: The ID of the list is now given as an argument. |
| 9 |
|
|
| 10 |
|
* cc.cgi: List of document errors now also expanded by source |
| 11 |
|
code fragment generated by scripting. |
| 12 |
|
(get_error_label): Use line/column information from the error |
| 13 |
|
context node, if any. |
| 14 |
|
|
| 15 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
| 16 |
|
|
| 17 |
|
* cc.cgi: Line break treatment was different from |
| 18 |
|
that of HTML and CSS parsers. |
| 19 |
|
|
| 20 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
| 21 |
|
|
| 22 |
|
* cc-script.js: Unquote U+hhhh escapes. |
| 23 |
|
|
| 24 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
| 25 |
|
|
| 26 |
|
* cc.cgi (get_error_label): Use token's line and column |
| 27 |
|
if available. |
| 28 |
|
|
| 29 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
| 30 |
|
|
| 31 |
|
* cc-script.js: Character was not marked if the line |
| 32 |
|
is less than 50 characters. |
| 33 |
|
|
| 34 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
| 35 |
|
|
| 36 |
|
* cc.cgi: Link to the script added. |
| 37 |
|
|
| 38 |
|
* cc-style.css (mark): Added. |
| 39 |
|
|
| 40 |
|
* cc-script.js: New script. |
| 41 |
|
|
| 42 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
| 43 |
|
|
| 44 |
|
* cc.cgi: |value| should be output in |dt| in Parse Errors |
| 45 |
|
section. |
| 46 |
|
|
| 47 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
| 48 |
|
|
| 49 |
|
* cc.cgi: Support for level-i (informational). |
| 50 |
|
|
| 51 |
|
* cc-style.css: New style rules for informational messages added. |
| 52 |
|
|
| 53 |
|
* error-description-source.xml (#information, #level-i): Added. |
| 54 |
|
|
| 55 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
| 56 |
|
|
| 57 |
|
* cc.cgi: In CSS mode, add 'u' error for 'structure' category (until |
| 58 |
|
it is actually implemented). Support for '-moz-pre-wrap'. |
| 59 |
|
Typo in 'collapse' value fixed. |
| 60 |
|
|
| 61 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
| 62 |
|
|
| 63 |
|
* cc.cgi: |text/css| support. |id_prefix| support was |
| 64 |
|
partially broken. |
| 65 |
|
|
| 66 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
| 67 |
|
|
| 68 |
* cc.cgi: Subdocument validation framework implemented. |
* cc.cgi: Subdocument validation framework implemented. |