/[suikacvs]/test/html-webhacc/ChangeLog
Suika

Contents of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.65 - (hide annotations) (download)
Tue Apr 29 10:59:25 2008 UTC (18 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.64: +5 -0 lines
++ ChangeLog	29 Apr 2008 10:59:11 -0000
2008-04-29  Wakaba  <wakaba@suika.fam.cx>

	* cc-style.css: Duplicate terms are no longer disallowed (HTML5
	revision 1467).

1 wakaba 1.65 2008-04-29 Wakaba <[email protected]>
2    
3     * cc-style.css: Duplicate terms are no longer disallowed (HTML5
4     revision 1467).
5    
6 wakaba 1.64 2008-04-12 Wakaba <[email protected]>
7    
8     * parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML|
9     output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)"
10     output modes.
11    
12     2008-03-29 Wakaba <[email protected]>
13    
14     * cc.cgi: New "URI" section is implemented.
15    
16 wakaba 1.61 2008-03-21 Wakaba <[email protected]>
17    
18 wakaba 1.63 * cc.cgi (get_node_path): Use qualified name, not just
19     local name.
20    
21     2008-03-21 Wakaba <[email protected]>
22    
23 wakaba 1.62 * cc.cgi (get_rdf_resource_html): undef vs false bug fixed.
24    
25     2008-03-21 Wakaba <[email protected]>
26    
27 wakaba 1.61 * cc.cgi: Experimental support for application/rdf+xml type.
28     Generate section on RDF triples extracted from the document.
29     (print_rdf_section): New function.
30     (get_rdf_resource_html): New function.
31    
32 wakaba 1.58 2008-03-17 Wakaba <[email protected]>
33    
34 wakaba 1.60 * cc.cgi (get_error_label): No-parent case was not considered.
35    
36     2008-03-17 Wakaba <[email protected]>
37    
38 wakaba 1.59 * cc.cgi (get_error_label): Use the error location
39     of the parent node, if the node does not have one.
40    
41     2008-03-17 Wakaba <[email protected]>
42    
43 wakaba 1.58 * cc-script.js: The ID of the list is now given as an argument.
44    
45     * cc.cgi: List of document errors now also expanded by source
46     code fragment generated by scripting.
47     (get_error_label): Use line/column information from the error
48     context node, if any.
49    
50 wakaba 1.53 2008-03-16 Wakaba <[email protected]>
51    
52 wakaba