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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24