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

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.90

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24