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