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

Diff of /test/html-webhacc/ChangeLog

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

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

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.65

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24