--- test/html-whatpm/ChangeLog 2008/08/10 11:49:43 1.82 +++ test/html-whatpm/ChangeLog 2008/08/16 07:42:20 1.95 @@ -1,3 +1,106 @@ +2008-08-16 Wakaba + + * cc-script.js: Support for #index- fragment identifiers. + + * cc-style.css: Prety styling for reformatted sources. + Support for new version of manifest dump sections. + + * error-description-source.xml: Support for Whatpm::CacheManifest, + Whatpm::CSS::SelectorsParser, Whatpm::CSS::MediaQueryParser, + and Whatpm::CSS::Parser errors. Support for l10n of cache + manifest dump sections. + +2008-08-16 Wakaba + + * cc-style.css: Set min/max width/height such that tab content + is accessible even when stupid size of window is used. + +2008-08-16 Wakaba + + * cc-script.js (_showTab): Show the tab button of the selected + tab. + + * cc-script.css (nav): Show scrollbar if there are too many + tabs. + + * cc.cgi: Reset |$output->input| even if |$input->{s}| is undef (i.e. + imlementation error case). + +2008-08-16 Wakaba + + * error-description-source.xml: Error entries for + Whatpm::URIChecker and Whatpm::LangTag error types + are added. + +2008-08-15 Wakaba + + * error-description-source.xml: Error entries + for Whatpm::RDFXML errors are addded. Missing entries + for Whatpm::HTMLTable errors are added. + +2008-08-15 Wakaba + + * error-description-source.xml: Missing entries for + Whatpm::ContentChecker::Atom errors are added. + +2008-08-15 Wakaba + + * error-description-source.xml: Missing entries for + Whatpm::ContentChecker and Whatpm::ContentChecker::HTML + error types are added. Error entries used by these + modules are marked as such. + +2008-08-15 Wakaba + + * error-description-source.xml: Missing entries for Whatpm::HTML + error types are added. Error entries used by Whatpm::HTML + are marked as "HTML::Parser". + +2008-08-15 Wakaba + + * cc-style.css: Add icons to links and headings of error sections. + Use standard "uncertain" color for level-u errors. "No error found" + messages are now handled by catalog, not by CSS presentation. + The result paragraph saying that the conformance is unknown + should be bordered as uncertain error messages are. + + * error-description-source.xml: New message entries + for not-translated-yet messages. Distinguish result table's + layer names from other similar texts. + +2008-08-14 Wakaba + + * cc.cgi: Generate result summary sections for + each subdocument. + + * error-description-source.xml: New entries to + support localization of result sections. + +2008-08-14 Wakaba + + * cc-style.css: Support for revised version of result summary + section styling. + +2008-08-14 Wakaba + + * cc-style.css: Revised such that subdocument check results + do not look stupid and that new class name rules + for level-* and layer-* is reflected by icons. + +2008-08-14 Wakaba + + * cc-script.js, cc-style.css: Support for tab styling + of subdoc sections. + + * cc-script.js (onbodyload): Scroll to the pointed + element, if possible. + +2008-08-14 Wakaba + + * cc-script.js, cc-style.js: Support for tab styling + of the "input" subsections. Support for the "details" + widget. + 2008-08-10 Wakaba * cc-script.js: Functions for tabbing are added.