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

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.84

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24