/[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.47 by wakaba, Sun Feb 10 02:42:01 2008 UTC revision 1.82 by wakaba, Sun Aug 10 11:49:43 2008 UTC
# Line 1  Line 1 
1    2008-08-10  Wakaba  <wakaba@suika.fam.cx>
2    
3            * cc-script.js: Functions for tabbing are added.
4    
5            * cc-style.css: Tab styling rules are added.
6    
7    2008-07-27  Wakaba  <wakaba@suika.fam.cx>
8    
9            * .htaccess: Files gone.
10    
11            * cc-interface.en.html, cc-todo.txt: Removed.
12    
13            * cc-about.en.html: New document.
14    
15            * cc.cgi: Insert document input section before anything.
16            No check performed if no URL is specified and the
17            input is empty.
18    
19            * error-description-source.xml (WebHACC:Heading): Link
20            to cc-about in place of cc-interface.
21    
22    2008-07-26  Wakaba  <wakaba@suika.fam.cx>
23    
24            * cc.cgi: get_input_document function is now handled
25            by WebHACC::Input classes.  |cc-script| reference
26            is now generated by |html_header| in WebHACC::Output.
27    
28            * error-description-source.xml: Document URL and Request URL
29            are now just "URLs".
30    
31    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
32    
33            * .htaccess: error-description-source.xml is in UTF-8
34            actually.
35    
36            * Makefile: Rule to make Japanese language catalog file
37            is added.
38    
39            * cc-script.js: Line and column numbers are now taken
40            from data-* attributes, not from textContent.
41    
42            * cc.cgi: Tentative support for Japanese/English conneg.
43            (load_text_catalog, get_text): Removed (catalog text selection
44            is now handled by WebHACC::Output).
45    
46            * error-description-source.xml: Catalog entries in new
47            format are added.  Old catalog element is removed.
48    
49            * mkcatalog.pl: Support for non-English languages.
50            Drop support for old catalog element.  Add support
51            for new cat element.
52    
53            * mkdescription.pl: Drop support for old catalog element.
54            Add support for new cat element.
55    
56    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
57    
58            * cc.cgi: Code clean-up.
59    
60    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
61    
62            * cc.cgi: Old commented out code for additional
63            information sections are removed.  They are now
64            implemented as part of |generate_add_info_sections| method.
65    
66    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
67    
68            * cc.cgi (print_table_section): Removed (now part of
69            WebHACC::Language::DOM).
70    
71    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
72    
73            * cc.cgi: Information sections are now handled by WebHACC::Input
74            module.  Input objects for subdocuments now owns their
75            own subclass.
76    
77    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
78    
79            * cc.cgi: Errors and results are now handled by WebHACC::Result.
80            Decode |uri| parameter as UTF-8.  HTTP header dump and
81            input error are now handled by WebHACC::Input.
82    
83    2008-07-20  Wakaba  <wakaba@suika.fam.cx>
84    
85            * cc.cgi: Modularized.
86    
87            * WebHACC/: New directory.
88    
89    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
90    
91            * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text
92            for dummping (Data::Dumper::Dumper no longer used).
93    
94    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
95    
96            * LICENSE: Note on icons/*.png are added.
97    
98            * icons/: New directory.
99    
100            * cc-style.css: Rules for background images on error category
101            are added.
102    
103    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
104    
105            * cc.cgi (print_source_string_section): Use new Message::Charset::Info
106            interface to decode source code, otherwise the Perl native Encode
107            module might decode the source code into different character
108            string with the Info's.
109    
110    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
111    
112            * standards.en.html (requirements): Remove a requirement
113            for an HTML element's allowed context (it is covered by HTML5
114            spec since r1583).
115    
116    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
117    
118            * cc.cgi: Use table object returned by the checker; don't
119            form a table by itself.
120    
121            * table-script.js: Use different coloring for empty data cells.
122    
123            * cc.cgi, table.cgi: Remove table reference for JSON convertion.
124    
125    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
126    
127            * table-script.js: Support for header cell highlighting.
128    
129            * table.cgi: Set |id| to cells; it enables the cell highlighting
130            feature.
131    
132    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
133    
134            * table-script.js: Table header/footer fill started at a
135            wrong point.
136    
137    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
138    
139            * table-script.js: It is now 0-indexed stead
140            of 1-indexed (HTML5 revision 1376).
141    
142    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
143    
144            * cc-style.css: Duplicate terms are no longer disallowed (HTML5
145            revision 1467).
146    
147    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
148    
149            * parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML|
150            output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)"
151            output modes.
152    
153    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
154    
155            * cc.cgi: New "URI" section is implemented.
156    
157    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
158    
159            * cc.cgi (get_node_path): Use qualified name, not just
160            local name.
161    
162    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
163    
164            * cc.cgi (get_rdf_resource_html): undef vs false bug fixed.
165    
166    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
167    
168            * cc.cgi: Experimental support for application/rdf+xml type.
169            Generate section on RDF triples extracted from the document.
170            (print_rdf_section): New function.
171            (get_rdf_resource_html): New function.
172    
173    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
174    
175            * cc.cgi (get_error_label): No-parent case was not considered.
176    
177    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
178    
179            * cc.cgi (get_error_label): Use the error location
180            of the parent node, if the node does not have one.
181    
182    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
183    
184            * cc-script.js: The ID of the list is now given as an argument.
185    
186            * cc.cgi: List of document errors now also expanded by source
187            code fragment generated by scripting.
188            (get_error_label): Use line/column information from the error
189            context node, if any.
190    
191    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
192    
193            * cc.cgi: Line break treatment was different from
194            that of HTML and CSS parsers.
195    
196    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
197    
198            * cc-script.js: Unquote U+hhhh escapes.
199    
200    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
201    
202            * cc.cgi (get_error_label): Use token's line and column
203            if available.
204    
205    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
206    
207            * cc-script.js: Character was not marked if the line
208            is less than 50 characters.
209    
210    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
211    
212            * cc.cgi: Link to the script added.
213    
214            * cc-style.css (mark): Added.
215    
216            * cc-script.js: New script.
217    
218    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
219    
220            * cc.cgi: |value| should be output in |dt| in Parse Errors
221            section.
222    
223    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
224    
225            * cc.cgi: Support for level-i (informational).
226    
227            * cc-style.css: New style rules for informational messages added.
228    
229            * error-description-source.xml (#information, #level-i): Added.
230    
231    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
232    
233            * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
234            it is actually implemented).  Support for '-moz-pre-wrap'.
235            Typo in 'collapse' value fixed.
236    
237    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
238    
239            * cc.cgi: |text/css| support.  |id_prefix| support was
240            partially broken.
241    
242    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
243    
244            * cc.cgi: Subdocument validation framework implemented.
245    
246  2008-02-10  Wakaba  <wakaba@suika.fam.cx>  2008-02-10  Wakaba  <wakaba@suika.fam.cx>
247    
248          * cc.cgi (print_listing_section): ID, class, and term          * cc.cgi (print_listing_section): ID, class, and term

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.82

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24