/[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.2 by wakaba, Tue May 1 09:25:31 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>
385    
386            * cc-style.css: Rules for "unsupported" parse errors.
387    
388            * cc.cgi (print_syntax_error_html_section): Use HTML
389            parser for byte string.
390            (print_result_unknown_type_section): Make output
391            more consistent with other media types.
392    
393    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
394    
395            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
396            an HTML DOM.
397    
398    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
399    
400            * cc-style.css: Styling examples.
401    
402    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
403    
404            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
405            New.
406    
407    2007-11-05  Wakaba  <wakaba@suika.fam.cx>
408    
409            * cc.cgi (get_error_level_label): New.
410    
411            * cc-style.css: New rules for error level descriptions.
412    
413            * error-description-source.xml: Description for error
414            levels is added.
415    
416    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
417    
418            * cc-interface.en.html (i): |text/cache-manifest| is added.
419    
420            * cc-style.css: New rules for manifest dump.
421    
422            * cc.cgi: Support for |text/cache-manifest|.
423    
424            * error-description-soruce.en.xml (#cache-manifest-errors): New
425            section.
426    
427    2007-09-10  Wakaba  <wakaba@suika.fam.cx>
428    
429            * cc.cgi, cc-style.css: Scoring support.
430    
431    2007-09-03  Wakaba  <wakaba@suika.fam.cx>
432    
433            * error-description-source.xml: Updated.
434    
435    2007-09-02  Wakaba  <wakaba@suika.fam.cx>
436    
437            * cc.cgi: Report document sections are now output by
438            corresponding subroutines.
439    
440    2007-08-26  Wakaba  <wakaba@suika.fam.cx>
441    
442            * cc.cgi: New catalog macros |local-name| and |element-local-name|.
443    
444    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
445    
446            * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
447            instead of |SuikaWiki::Input::HTTP|.
448    
449    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
450    
451            * cc-interface.en.html: IMT |application/atom+xml| is added.
452            Link to |cc-todo| is added.
453    
454    2007-07-24  Wakaba  <wakaba@suika.fam.cx>
455    
456            * error-description.xml: Description for "after body", "bare etago",
457            and "bogus end tag" are added.
458    
459    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
460    
461            * cc-style.css: Don't remove bullet of the document node
462            in the document tree.  Don't collapse white space
463            in the |code| elements.
464    
465            * cc.cgi: Put identifiers and class names into |code|
466            element.
467            (get_text): Template for attribute values are supported.
468    
469            * error-descriotion-source.en.xml: More error descriptions
470            are included.  Use |{@}| attribute value insertion macro
471            for errors in which it should be useful.
472    
473    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
474    
475            * cc.cgi: Output HTTP and HTML header before try to
476            fetch the specified resource for usability.  Add
477            tables, identifiers, and terms section to the TOC.
478            Generate classes list.
479    
480    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
481    
482            * alert.png, error.png, info.png: New images.
483    
484            * LICENSE: New image file names are added.
485    
486            * cc-interface.en.html: Link to the style sheet is added.
487    
488            * cc-style.css: Duplicate identifiers and terms
489            are decorated by icon.
490    
491            * cc.cgi: |h1| links to the interface page.
492            (#identifiers): New section.
493    
494            * error-description-source.en.xml: More error types are
495            added.
496    
497    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
498    
499            * cc.cgi: Set |STDOUT| encoding as |utf8|.
500            (htescape): Escape some more invisible characters.
501    
502            * error-description-source.en.xml: More error data.
503    
504    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
505    
506            * cc.cgi (table stuff): Set |is_header| property
507            of table cells explicitly since otherwise newer JSON.pm
508            generates broken output.
509            (get_text): Return the reduced type name as well.  Use
510            it as fragment of detail document.
511    
512            * error-description-source.en.xml: More error descriptions
513            are added.
514    
515            * mkdescription.pl: Remove |catalog| element from
516            the result description document.
517    
518            * table.cgi: Set |is_header| property
519            of table cells explicitly since otherwise newer JSON.pm
520            generates broken output.
521    
522    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
523    
524            * Makefile (all): |cc-msg.en.txt| is added to the list of
525            dependency.
526            (cc-msg.en.txt): New rule.
527    
528            * mkcatalog.pl: New Perl script.
529    
530            * cc-msg.en.txt: Now this file is generated by
531            the rule described in |Makefile|.
532    
533            * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
534            if not specified, for now.
535            (get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
536            to variable.
537    
538            * error-description-source.xml: All entries
539            in |cc-msg.en.txt| are now described as XML data.
540    
541            * mkdescription.pl: Print the result by |inner_html| DOM
542            attribute.  Put |level| attribute value, if any, before |name|
543            attribute value.  Allow missing of |desc| attribute.
544            Ignore any |catalog| element.
545    
546    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
547    
548            * cc-interface.en.html: Content-Type options are extended.
549            Charset options are added.  URI input box is added.
550    
551            * cc.cgi (get_input_document): New.  Support for URI input.
552            (#document-info): Present request URI, documen URI,
553            base URI (HTTP-level), internet media type, and
554            charset (if any).
555            (print_http_header_section): New.
556            (print_source_string_section): Renamed from |print_source_string|
557            and it now generate entire section.  Use charset
558            information obtained by parsing (for this reason the section
559            now follows the parse error section).
560            (HTML parse mode): Support for charsets (alpha).
561            (XML parse mode): Support for |application/xml|
562            and |text/xml|.  Support for charsets.
563            (#result-summary): Show error message section,
564            rather than simple HTTP error, for any input error.
565            (print_document_tree): Present |xml_version|, |xml_encoding|,
566            and |xml_standalone|.
567            (get_node_path): Return |/| if the input is the |Document| node.
568            (WDCC::LWPUA): New package.
569    
570    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
571    
572            * parser-manakai-interface.en.html: An option
573            to parse as H2H is added.
574    
575            * parser-manakai.cgi: H2H parse mode is added.
576    
577    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
578    
579            * parser-manakai.cgi: Set |Document| as HTML if it is.
580            Use |inner_html| attribute for inner HTML value.
581            XML documents are now serializable via |inner_html|.
582    
583    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
584    
585            * Makefile: New.
586    
587    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
588    
589            * cc.cgi: Return 404 if |PATH_INFO| is different from |/|.
590            Link to |error-description|.
591    
592            * error-description-source.xml: New.
593    
594            * mkdescription.pl: New.
595    
596    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
597    
598            * cc-style.css: New rules for empty error lists,
599            error levels, and |code|.
600    
601            * cc.cgi: Support for error message catalog.
602            Support for empty (zero-length) document.
603            (print_source_string): Support for empty document.
604            (print_document_tree): Element |has_child_nodes| test
605            was incorrect.  Output compat mode and is html flag
606            for |Document| node.
607            (load_text_catalog, get_text): New functions.
608    
609            * LICENSE, large-alert.png, large-info.png, large-stop.png:
610            New files.
611    
612    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
613    
614            * cc.cgi: "Terms" section.  "Tree" was sometimes
615            non-conforming to HTML5.
616            (get_node_link): New function.
617    
618    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
619    
620            * cc-style.css (img): New rule not to make border
621            for img[usemap].
622    
623            * cc.cgi: |table.cgi|-feature merged.  Doctype
624            token was serialized incorrectly.
625    
626            * table-script.js (tableToCanvas): Has second
627            argument to specify the parent.  Use image map
628            to identify cells.
629    
630            * table.cgi: Minor fix to sync with the aforementioned
631            change.
632    
633    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
634    
635            * parser-manakai.cgi, parser-manakai-interface.en.html: Fragment
636            parse mode is implemented.
637    
638    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
639    
640            * parser-interface.en.html: |checked"| -> |checked| (it did
641            work for Firefox 1.5 but not for WinIE6).
642    
643    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
644    
645            * parser-manakai.cgi: New.
646            
647            * parser-manakai-interface.en.html: New.
648    
649            * time-manakai.plt: New.
650    
651    2007-05-28  Wakaba  <wakaba@suika.fam.cx>
652    
653            * parser.cgi: Log elapsed time to external files.
654    
655            * time.plt: New file.
656    
657    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
658    
659            * parser.cgi: Output how long each process takes.
660            Document element testing is moved to the |Whatpm::ContentChecker|
661            module.
662    
663    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
664    
665            * excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>).
666    
667            * table.cgi: Remove |$table->{caption}->{element}|
668            for table with caption processed correctly.
669            Support for WinIE via ExplorerCanvas; note that
670            it does not draw path with fill and stroke correctly (stroke
671            is hidden?).
672    
673    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
674    
675            * table.cgi, table-interface.en.html. table-script.js: New files.
676    
677    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
678    
679            * parser.cgi: Use CGI::Carp.
680    
681    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
682    
683            * parser-interface.en.html: A checkbox to
684            enable DOM5 HTML conformance checking is added.
685    
686            * parser.cgi: Check DOM5 HTML conformance
687            if |dom5| parameter is specified.
688    
689    2007-05-01  Wakaba  <wakaba@suika.fam.cx>
690    
691            * parser.cgi: Module names are updated.
692    
693            * parser-interface.en.html: Link to Whatpm introduction
694            is added.
695    
696    2007-05-01  Wakaba  <wakaba@suika.fam.cx>
697    
698            * parser-interface.en.html: New document.
699    
700            * parser.cgi: Test-result-format mode is added.
701    
702  2007-05-01  Wakaba  <wakaba@suika.fam.cx>  2007-05-01  Wakaba  <wakaba@suika.fam.cx>
703    
704          * parser.cgi: New file.          * parser.cgi: New file.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24