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

Diff of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by wakaba, Mon Nov 5 09:33:52 2007 UTC revision 1.63 by wakaba, Fri Mar 21 11:17:00 2008 UTC
# Line 1  Line 1 
1    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * cc.cgi (get_node_path): Use qualified name, not just
4            local name.
5    
6    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
7    
8            * cc.cgi (get_rdf_resource_html): undef vs false bug fixed.
9    
10    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
11    
12            * cc.cgi: Experimental support for application/rdf+xml type.
13            Generate section on RDF triples extracted from the document.
14            (print_rdf_section): New function.
15            (get_rdf_resource_html): New function.
16    
17    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
18    
19            * cc.cgi (get_error_label): No-parent case was not considered.
20    
21    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
22    
23            * cc.cgi (get_error_label): Use the error location
24            of the parent node, if the node does not have one.
25    
26    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
27    
28            * cc-script.js: The ID of the list is now given as an argument.
29    
30            * cc.cgi: List of document errors now also expanded by source
31            code fragment generated by scripting.
32            (get_error_label): Use line/column information from the error
33            context node, if any.
34    
35    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
36    
37            * cc.cgi: Line break treatment was different from
38            that of HTML and CSS parsers.
39    
40    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
41    
42            * cc-script.js: Unquote U+hhhh escapes.
43    
44    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
45    
46            * cc.cgi (get_error_label): Use token's line and column
47            if available.
48    
49    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
50    
51            * cc-script.js: Character was not marked if the line
52            is less than 50 characters.
53    
54    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
55    
56            * cc.cgi: Link to the script added.
57    
58            * cc-style.css (mark): Added.
59    
60            * cc-script.js: New script.
61    
62    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
63    
64            * cc.cgi: |value| should be output in |dt| in Parse Errors
65            section.
66    
67    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
68    
69            * cc.cgi: Support for level-i (informational).
70    
71            * cc-style.css: New style rules for informational messages added.
72    
73            * error-description-source.xml (#information, #level-i): Added.
74    
75    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
76    
77            * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
78            it is actually implemented).  Support for '-moz-pre-wrap'.
79            Typo in 'collapse' value fixed.
80    
81    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
82    
83            * cc.cgi: |text/css| support.  |id_prefix| support was
84            partially broken.
85    
86    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
87    
88            * cc.cgi: Subdocument validation framework implemented.
89    
90    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
91    
92            * cc.cgi (print_listing_section): ID, class, and term
93            section functions are merged.
94    
95    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
96    
97            * table-interface.en.html: Typo fixed.
98    
99            * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
100            identifiers in report sections.  Don't add headings
101            if the |$input->{nested}| flag is set.
102    
103            * table-script.js (tableToCanvas): Now it aceepts third
104            argument, |idPrefix|, for setting ID prefix.
105    
106            * table.cgi: Set the third argument to |tableToCanvas| as an
107            empty string.
108    
109    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
110    
111            * cc.cgi (check_and_print): Now this is a subroutine.
112    
113    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
114    
115            * cc-style.css: Rules for s/unsupported/u/'ed version added.
116    
117            * cc.cgi: Support for 'u' level.
118    
119            * error-description-source.en.xml: s/unsupported/u/;
120    
121            * standards.en.html: CSS added.
122    
123    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
124    
125            * standards.en.html: New document.
126    
127            * cc-interface.en.html: Linking to |standards.en.html|.
128    
129    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
130    
131            * error-description-source.xml: New error descriptions.
132    
133            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
134            a 406 page!  |identity| encoding is added.
135    
136    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
137    
138            * cc.cgi (#document-tree Document): Output |inputEncoding|,
139            |manakaiCharset|, and |manakaiHasBOM| attributes.
140    
141    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
142    
143            * cc-style.css: New rules for warnings.
144    
145            * cc-todo.en.txt: Updated.
146    
147            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
148            for |inner_html| with external source.  Set |manakai_charset|
149            attribute if possible.
150            (load_text_catalog): Interpret catalog file as UTF-8.
151    
152            * error-description-source.en.xml: New errors for character
153            encodings are added.
154    
155    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
156    
157            * error-description-source.xml: s/charset declaration/character
158            encoding declaration/g, since HTML5 spec says so.
159    
160    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
161    
162            * cc.cgi (get_input_document): Use sniffer to determine
163            media type of the entity.
164    
165    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
166    
167            * cc-style.css: Rules for "unsupported" parse errors.
168    
169            * cc.cgi (print_syntax_error_html_section): Use HTML
170            parser for byte string.
171            (print_result_unknown_type_section): Make output
172            more consistent with other media types.
173    
174    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
175    
176            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
177            an HTML DOM.
178    
179    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
180    
181            * cc-style.css: Styling examples.
182    
183    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
184    
185            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
186            New.
187    
188  2007-11-05  Wakaba  <wakaba@suika.fam.cx>  2007-11-05  Wakaba  <wakaba@suika.fam.cx>
189    
190          * cc.cgi (get_error_level_label): New.          * cc.cgi (get_error_level_label): New.

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.63

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24