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