/[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.39 by wakaba, Sun Nov 18 05:30:03 2007 UTC revision 1.95 by wakaba, Sat Aug 16 07:42:20 2008 UTC
# Line 1  Line 1 
1    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * cc-script.js: Support for #index- fragment identifiers.
4    
5            * cc-style.css: Prety styling for reformatted sources.
6            Support for new version of manifest dump sections.
7    
8            * error-description-source.xml: Support for Whatpm::CacheManifest,
9            Whatpm::CSS::SelectorsParser, Whatpm::CSS::MediaQueryParser,
10            and Whatpm::CSS::Parser errors.  Support for l10n of cache
11            manifest dump sections.
12    
13    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
14    
15            * cc-style.css: Set min/max width/height such that tab content
16            is accessible even when stupid size of window is used.
17    
18    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
19    
20            * cc-script.js (_showTab): Show the tab button of the selected
21            tab.
22    
23            * cc-script.css (nav): Show scrollbar if there are too many
24            tabs.
25    
26            * cc.cgi: Reset |$output->input| even if |$input->{s}| is undef (i.e.
27            imlementation error case).
28    
29    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
30    
31            * error-description-source.xml: Error entries for
32            Whatpm::URIChecker and Whatpm::LangTag error types
33            are added.
34    
35    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
36    
37            * error-description-source.xml: Error entries
38            for Whatpm::RDFXML errors are addded.  Missing entries
39            for Whatpm::HTMLTable errors are added.
40    
41    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
42    
43            * error-description-source.xml: Missing entries for
44            Whatpm::ContentChecker::Atom errors are added.
45    
46    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
47    
48            * error-description-source.xml: Missing entries for
49            Whatpm::ContentChecker and Whatpm::ContentChecker::HTML
50            error types are added.  Error entries used by these
51            modules are marked as such.
52    
53    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
54    
55            * error-description-source.xml: Missing entries for Whatpm::HTML
56            error types are added.  Error entries used by Whatpm::HTML
57            are marked as "HTML::Parser".
58    
59    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
60    
61            * cc-style.css: Add icons to links and headings of error sections.
62            Use standard "uncertain" color for level-u errors.  "No error found"
63            messages are now handled by catalog, not by CSS presentation.
64            The result paragraph saying that the conformance is unknown
65            should be bordered as uncertain error messages are.
66    
67            * error-description-source.xml: New message entries
68            for not-translated-yet messages.  Distinguish result table's
69            layer names from other similar texts.
70    
71    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
72    
73            * cc.cgi: Generate result summary sections for
74            each subdocument.
75    
76            * error-description-source.xml: New entries to
77            support localization of result sections.
78    
79    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
80    
81            * cc-style.css: Support for revised version of result summary
82            section styling.
83    
84    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
85    
86            * cc-style.css: Revised such that subdocument check results
87            do not look stupid and that new class name rules
88            for level-* and layer-* is reflected by icons.
89    
90    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
91    
92            * cc-script.js, cc-style.css: Support for tab styling
93            of subdoc sections.
94    
95            * cc-script.js (onbodyload): Scroll to the pointed
96            element, if possible.
97    
98    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
99    
100            * cc-script.js, cc-style.js: Support for tab styling
101            of the "input" subsections.  Support for the "details"
102            widget.
103    
104    2008-08-10  Wakaba  <wakaba@suika.fam.cx>
105    
106            * cc-script.js: Functions for tabbing are added.
107    
108            * cc-style.css: Tab styling rules are added.
109    
110    2008-07-27  Wakaba  <wakaba@suika.fam.cx>
111    
112            * .htaccess: Files gone.
113    
114            * cc-interface.en.html, cc-todo.txt: Removed.
115    
116            * cc-about.en.html: New document.
117    
118            * cc.cgi: Insert document input section before anything.
119            No check performed if no URL is specified and the
120            input is empty.
121    
122            * error-description-source.xml (WebHACC:Heading): Link
123            to cc-about in place of cc-interface.
124    
125    2008-07-26  Wakaba  <wakaba@suika.fam.cx>
126    
127            * cc.cgi: get_input_document function is now handled
128            by WebHACC::Input classes.  |cc-script| reference
129            is now generated by |html_header| in WebHACC::Output.
130    
131            * error-description-source.xml: Document URL and Request URL
132            are now just "URLs".
133    
134    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
135    
136            * .htaccess: error-description-source.xml is in UTF-8
137            actually.
138    
139            * Makefile: Rule to make Japanese language catalog file
140            is added.
141    
142            * cc-script.js: Line and column numbers are now taken
143            from data-* attributes, not from textContent.
144    
145            * cc.cgi: Tentative support for Japanese/English conneg.
146            (load_text_catalog, get_text): Removed (catalog text selection
147            is now handled by WebHACC::Output).
148    
149            * error-description-source.xml: Catalog entries in new
150            format are added.  Old catalog element is removed.
151    
152            * mkcatalog.pl: Support for non-English languages.
153            Drop support for old catalog element.  Add support
154            for new cat element.
155    
156            * mkdescription.pl: Drop support for old catalog element.
157            Add support for new cat element.
158    
159    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
160    
161            * cc.cgi: Code clean-up.
162    
163    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
164    
165            * cc.cgi: Old commented out code for additional
166            information sections are removed.  They are now
167            implemented as part of |generate_add_info_sections| method.
168    
169    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
170    
171            * cc.cgi (print_table_section): Removed (now part of
172            WebHACC::Language::DOM).
173    
174    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
175    
176            * cc.cgi: Information sections are now handled by WebHACC::Input
177            module.  Input objects for subdocuments now owns their
178            own subclass.
179    
180    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
181    
182            * cc.cgi: Errors and results are now handled by WebHACC::Result.
183            Decode |uri| parameter as UTF-8.  HTTP header dump and
184            input error are now handled by WebHACC::Input.
185    
186    2008-07-20  Wakaba  <wakaba@suika.fam.cx>
187    
188            * cc.cgi: Modularized.
189    
190            * WebHACC/: New directory.
191    
192    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
193    
194            * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text
195            for dummping (Data::Dumper::Dumper no longer used).
196    
197    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
198    
199            * LICENSE: Note on icons/*.png are added.
200    
201            * icons/: New directory.
202    
203            * cc-style.css: Rules for background images on error category
204            are added.
205    
206    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
207    
208            * cc.cgi (print_source_string_section): Use new Message::Charset::Info
209            interface to decode source code, otherwise the Perl native Encode
210            module might decode the source code into different character
211            string with the Info's.
212    
213    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
214    
215            * standards.en.html (requirements): Remove a requirement
216            for an HTML element's allowed context (it is covered by HTML5
217            spec since r1583).
218    
219    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
220    
221            * cc.cgi: Use table object returned by the checker; don't
222            form a table by itself.
223    
224            * table-script.js: Use different coloring for empty data cells.
225    
226            * cc.cgi, table.cgi: Remove table reference for JSON convertion.
227    
228    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
229    
230            * table-script.js: Support for header cell highlighting.
231    
232            * table.cgi: Set |id| to cells; it enables the cell highlighting
233            feature.
234    
235    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
236    
237            * table-script.js: Table header/footer fill started at a
238            wrong point.
239    
240    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
241    
242            * table-script.js: It is now 0-indexed stead
243            of 1-indexed (HTML5 revision 1376).
244    
245    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
246    
247            * cc-style.css: Duplicate terms are no longer disallowed (HTML5
248            revision 1467).
249    
250    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
251    
252            * parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML|
253            output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)"
254            output modes.
255    
256    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
257    
258            * cc.cgi: New "URI" section is implemented.
259    
260    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
261    
262            * cc.cgi (get_node_path): Use qualified name, not just
263            local name.
264    
265    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
266    
267            * cc.cgi (get_rdf_resource_html): undef vs false bug fixed.
268    
269    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
270    
271            * cc.cgi: Experimental support for application/rdf+xml type.
272            Generate section on RDF triples extracted from the document.
273            (print_rdf_section): New function.
274            (get_rdf_resource_html): New function.
275    
276    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
277    
278            * cc.cgi (get_error_label): No-parent case was not considered.
279    
280    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
281    
282            * cc.cgi (get_error_label): Use the error location
283            of the parent node, if the node does not have one.
284    
285    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
286    
287            * cc-script.js: The ID of the list is now given as an argument.
288    
289            * cc.cgi: List of document errors now also expanded by source
290            code fragment generated by scripting.
291            (get_error_label): Use line/column information from the error
292            context node, if any.
293    
294    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
295    
296            * cc.cgi: Line break treatment was different from
297            that of HTML and CSS parsers.
298    
299    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
300    
301            * cc-script.js: Unquote U+hhhh escapes.
302    
303    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
304    
305            * cc.cgi (get_error_label): Use token's line and column
306            if available.
307    
308    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
309    
310            * cc-script.js: Character was not marked if the line
311            is less than 50 characters.
312    
313    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
314    
315            * cc.cgi: Link to the script added.
316    
317            * cc-style.css (mark): Added.
318    
319            * cc-script.js: New script.
320    
321    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
322    
323            * cc.cgi: |value| should be output in |dt| in Parse Errors
324            section.
325    
326    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
327    
328            * cc.cgi: Support for level-i (informational).
329    
330            * cc-style.css: New style rules for informational messages added.
331    
332            * error-description-source.xml (#information, #level-i): Added.
333    
334    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
335    
336            * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
337            it is actually implemented).  Support for '-moz-pre-wrap'.
338            Typo in 'collapse' value fixed.
339    
340    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
341    
342            * cc.cgi: |text/css| support.  |id_prefix| support was
343            partially broken.
344    
345    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
346    
347            * cc.cgi: Subdocument validation framework implemented.
348    
349    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
350    
351            * cc.cgi (print_listing_section): ID, class, and term
352            section functions are merged.
353    
354    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
355    
356            * table-interface.en.html: Typo fixed.
357    
358            * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
359            identifiers in report sections.  Don't add headings
360            if the |$input->{nested}| flag is set.
361    
362            * table-script.js (tableToCanvas): Now it aceepts third
363            argument, |idPrefix|, for setting ID prefix.
364    
365            * table.cgi: Set the third argument to |tableToCanvas| as an
366            empty string.
367    
368    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
369    
370            * cc.cgi (check_and_print): Now this is a subroutine.
371    
372    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
373    
374            * cc-style.css: Rules for s/unsupported/u/'ed version added.
375    
376            * cc.cgi: Support for 'u' level.
377    
378            * error-description-source.en.xml: s/unsupported/u/;
379    
380            * standards.en.html: CSS added.
381    
382    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
383    
384            * standards.en.html: New document.
385    
386            * cc-interface.en.html: Linking to |standards.en.html|.
387    
388    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
389    
390            * error-description-source.xml: New error descriptions.
391    
392            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
393            a 406 page!  |identity| encoding is added.
394    
395    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
396    
397            * cc.cgi (#document-tree Document): Output |inputEncoding|,
398            |manakaiCharset|, and |manakaiHasBOM| attributes.
399    
400    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
401    
402            * cc-style.css: New rules for warnings.
403    
404            * cc-todo.en.txt: Updated.
405    
406            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
407            for |inner_html| with external source.  Set |manakai_charset|
408            attribute if possible.
409            (load_text_catalog): Interpret catalog file as UTF-8.
410    
411            * error-description-source.en.xml: New errors for character
412            encodings are added.
413    
414    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
415    
416            * error-description-source.xml: s/charset declaration/character
417            encoding declaration/g, since HTML5 spec says so.
418    
419  2007-11-18  Wakaba  <wakaba@suika.fam.cx>  2007-11-18  Wakaba  <wakaba@suika.fam.cx>
420    
421          * cc.cgi (get_input_document): Use sniffer to determine          * cc.cgi (get_input_document): Use sniffer to determine

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.95

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24