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> |
107 |
|
|
108 |
|
* cc.cgi: |text/css| support. |id_prefix| support was |
109 |
|
partially broken. |
110 |
|
|
111 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* cc.cgi: Subdocument validation framework implemented. |
114 |
|
|
115 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* cc.cgi (print_listing_section): ID, class, and term |
118 |
|
section functions are merged. |
119 |
|
|
120 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* table-interface.en.html: Typo fixed. |
123 |
|
|
124 |
|
* cc.cgi: Use |$input->{id_prefix}| as the prefix for the |
125 |
|
identifiers in report sections. Don't add headings |
126 |
|
if the |$input->{nested}| flag is set. |
127 |
|
|
128 |
|
* table-script.js (tableToCanvas): Now it aceepts third |
129 |
|
argument, |idPrefix|, for setting ID prefix. |
130 |
|
|
131 |
|
* table.cgi: Set the third argument to |tableToCanvas| as an |
132 |
|
empty string. |
133 |
|
|
134 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* cc.cgi (check_and_print): Now this is a subroutine. |
137 |
|
|
138 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* cc-style.css: Rules for s/unsupported/u/'ed version added. |
141 |
|
|
142 |
|
* cc.cgi: Support for 'u' level. |
143 |
|
|
144 |
|
* error-description-source.en.xml: s/unsupported/u/; |
145 |
|
|
146 |
|
* standards.en.html: CSS added. |
147 |
|
|
148 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* standards.en.html: New document. |
151 |
|
|
152 |
|
* cc-interface.en.html: Linking to |standards.en.html|. |
153 |
|
|
154 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* error-description-source.xml: New error descriptions. |
157 |
|
|
158 |
|
* cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send |
159 |
|
a 406 page! |identity| encoding is added. |
160 |
|
|
161 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* cc.cgi (#document-tree Document): Output |inputEncoding|, |
164 |
|
|manakaiCharset|, and |manakaiHasBOM| attributes. |
165 |
|
|
166 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* cc-style.css: New rules for warnings. |
169 |
|
|
170 |
|
* cc-todo.en.txt: Updated. |
171 |
|
|
172 |
|
* cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1| |
173 |
|
for |inner_html| with external source. Set |manakai_charset| |
174 |
|
attribute if possible. |
175 |
|
(load_text_catalog): Interpret catalog file as UTF-8. |
176 |
|
|
177 |
|
* error-description-source.en.xml: New errors for character |
178 |
|
encodings are added. |
179 |
|
|
180 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* error-description-source.xml: s/charset declaration/character |
183 |
|
encoding declaration/g, since HTML5 spec says so. |
184 |
|
|
185 |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
* cc.cgi (get_input_document): Use sniffer to determine |
* cc.cgi (get_input_document): Use sniffer to determine |