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