--- test/html-whatpm/ChangeLog 2007/06/21 15:00:17 1.12 +++ test/html-whatpm/ChangeLog 2007/07/15 16:39:10 1.21 @@ -1,3 +1,95 @@ +2007-07-16 Wakaba + + * cc-interface.en.html: Content-Type options are extended. + Charset options are added. URI input box is added. + + * cc.cgi (get_input_document): New. Support for URI input. + (#document-info): Present request URI, documen URI, + base URI (HTTP-level), internet media type, and + charset (if any). + (print_http_header_section): New. + (print_source_string_section): Renamed from |print_source_string| + and it now generate entire section. Use charset + information obtained by parsing (for this reason the section + now follows the parse error section). + (HTML parse mode): Support for charsets (alpha). + (XML parse mode): Support for |application/xml| + and |text/xml|. Support for charsets. + (#result-summary): Show error message section, + rather than simple HTTP error, for any input error. + (print_document_tree): Present |xml_version|, |xml_encoding|, + and |xml_standalone|. + (get_node_path): Return |/| if the input is the |Document| node. + (WDCC::LWPUA): New package. + +2007-07-15 Wakaba + + * parser-manakai-interface.en.html: An option + to parse as H2H is added. + + * parser-manakai.cgi: H2H parse mode is added. + +2007-07-15 Wakaba + + * parser-manakai.cgi: Set |Document| as HTML if it is. + Use |inner_html| attribute for inner HTML value. + XML documents are now serializable via |inner_html|. + +2007-07-01 Wakaba + + * Makefile: New. + +2007-07-01 Wakaba + + * cc.cgi: Return 404 if |PATH_INFO| is different from |/|. + Link to |error-description|. + + * error-description-source.xml: New. + + * mkdescription.pl: New. + +2007-07-01 Wakaba + + * cc-style.css: New rules for empty error lists, + error levels, and |code|. + + * cc.cgi: Support for error message catalog. + Support for empty (zero-length) document. + (print_source_string): Support for empty document. + (print_document_tree): Element |has_child_nodes| test + was incorrect. Output compat mode and is html flag + for |Document| node. + (load_text_catalog, get_text): New functions. + + * LICENSE, large-alert.png, large-info.png, large-stop.png: + New files. + +2007-06-30 Wakaba + + * cc.cgi: "Terms" section. "Tree" was sometimes + non-conforming to HTML5. + (get_node_link): New function. + +2007-06-30 Wakaba + + * cc-style.css (img): New rule not to make border + for img[usemap]. + + * cc.cgi: |table.cgi|-feature merged. Doctype + token was serialized incorrectly. + + * table-script.js (tableToCanvas): Has second + argument to specify the parent. Use image map + to identify cells. + + * table.cgi: Minor fix to sync with the aforementioned + change. + +2007-06-25 Wakaba + + * parser-manakai.cgi, parser-manakai-interface.en.html: Fragment + parse mode is implemented. + 2007-06-21 Wakaba * parser-interface.en.html: |checked"| -> |checked| (it did