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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24