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

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.86

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24