Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to HEAD: | (view) (download) (annotate) |
Sticky Tag: |
++ whatpm/t/ChangeLog 7 Nov 2008 04:02:56 -0000 2008-11-07 Wakaba <wakaba@suika.fam.cx> * Makefile: A rule for SWML testing is added. * SWML-Parser.t: New file. * swml/: New directory. ++ whatpm/t/swml/ChangeLog 7 Nov 2008 04:01:29 -0000 2008-11-07 Wakaba <wakaba@suika.fam.cx> * structs-1.dat: New file. * ChangeLog: New file. ++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 04:02:27 -0000 2008-11-07 Wakaba <wakaba@suika.fam.cx> * Parser.pm (parse_char_string): Don't use attributes and methods not supported by NanoDOM.
++ whatpm/t/ChangeLog 14 Oct 2008 09:00:17 -0000 * xml/: New directory. * Makefile: Tests for Whatpm::XML::Parser are added. * HTML-tree.t: Change the relative order of codes. * XML-Parser.t: New test script. 2008-10-14 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/xml/ChangeLog 14 Oct 2008 08:53:14 -0000 2008-10-14 Wakaba <wakaba@suika.fam.cx> * tree-1.dat: New test data file. 2008-10-14 Wakaba <wakaba@suika.fam.cx> * ChangeLog: New file. ++ whatpm/Whatpm/ChangeLog 14 Oct 2008 08:58:16 -0000 * NanoDOM.pm (dom_config): New attribute (do nothing), for Whatpm::XML::Parser support. 2008-10-14 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/XML/ChangeLog 14 Oct 2008 08:59:00 -0000 * Parser.pm.src: Use array reference syntax for |create_element_ns|, for Whatpm::NanoDOM compability. Typo fixed. 2008-10-14 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 7 Oct 2008 12:07:43 -0000 * content-model-1.dat: Some entries moved to dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat, dom-conformance/html-links-1.dat, dom-conformance/html-objects-1.dat, and dom-conformance/html-interactive-1.dat. * content-model-2.dat: Removed (moved to dom-conformance/xml-1.dat, dom-conformance/html-1.dat, dom-conformance/html-links-1.dat, dom-conformance/html-objects-1.dat, dom-conformance/html-interactive-1.dat, and dom-conformance/html-flows-1.dat). * content-model-3.dat: Removed (moved to dom-conformance/xml-global.dat). * content-model-4.dat: Removed (moved to dom-conformance/html-texts-1.dat and dom-conformance/html-links-1.dat). * content-model-5.dat: Removed (moved to dom-conformance/html-flows-1.dat). * content-model-6.dat: Removed (moved to dom-conformance/html-dataset.dat). * ContentChecker.t: References to the removed files removed and references to new files added. * ContentChecker-XML.t: New script. * Makefile: Updated. 2008-10-07 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/dom-conformance/ChangeLog 7 Oct 2008 12:10:54 -0000 * html-1.dat, html-dataset.dat, html-interactive-1.dat, html-links-1.dat, html-objects-1.dat, xml-1.dat, xml-global.dat: New files (the test entries are moved from ../content-model-*.dat). 2008-10-07 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 4 Oct 2008 17:15:55 -0000 2008-10-05 Wakaba <wakaba@suika.fam.cx> * HTML-tree.t: New test files added. * Makefile: New test files added. ++ whatpm/Whatpm/ChangeLog 4 Oct 2008 17:15:20 -0000 2008-10-05 Wakaba <wakaba@suika.fam.cx> * HTML.pm.src: An AAA bug fixed.
++ whatpm/t/ChangeLog 18 Sep 2008 05:48:58 -0000 * ContentChecker.t: Atom tests are moved to another file. * ContentChecker-Atom.t, LangTag.t: New test scripts. * Makefile: Updated to invoke new test scripts. 2008-09-18 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 13 Apr 2008 06:43:36 -0000 * HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib new test files. 2008-04-13 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 13 Apr 2008 06:44:17 -0000 * mkentitylist.pl: Support for new HTML5 entity table format (the definition for |AElig;| was missing). 2008-04-13 Wakaba <wakaba@suika.fam.cx>
html5lib test data updated
++ whatpm/t/ChangeLog 16 Jul 2007 07:03:04 -0000 * HTML-tokenizer.t: It now requires newer version of JSON.pm due to the broken handling for utf8 string of older version. Test data files |test3.test| and |test4.test| are added. Convert surrogate pair |\u| escapes in JSON file before it is input into JSON.pm parser since it does not decode them correctly. U+000D convertion was incorrect. * HTML-tree.t: Support for new format for fragment parsing tests. * Makefile (tokenizer-files): New test data files |test3.test| and |test4.test| are added. * tokenizer-test-1.test: Test data for bare |hcro| and entity references in attribute values are added. * tokenizer-test-2.dat: Test data for U+000D are added. 2007-07-16 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 16 Jul 2007 06:56:42 -0000 * HTML.pm.src: The character immediately following a bare |hcro| was discarded. Fix handling of entity references in attribute values. 2007-07-16 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 23 Jun 2007 02:21:24 -0000 2007-06-23 Wakaba <wakaba@suika.fam.cx> * Makefile, HTML-tokenizer.t, HTML-tree.t: New test files are added. * tokenize/, tree-construction/: Sync with latest html5lib trunk.
Tests from html5lib are now part of Whatpm CVS repository
++ ChangeLog 20 May 2007 11:07:54 -0000 2007-05-20 Wakaba <wakaba@suika.fam.cx> * readme.en.html: Updated. ++ whatpm/t/ChangeLog 20 May 2007 11:12:04 -0000 * Makefile (content-type-files, content-checker-files): New rukes. * content-type-result.txt, content-checker-result.txt: New files. * tokenizer-result.txt, tree-construction-result.txt: New to CVS. * content-model-2.dat: Warnings are added to unknown attributes for unknown elements. New tests for newly implemented attributes are added. 2007-05-20 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 20 May 2007 11:10:24 -0000 * ContentChecker.pm: Now most attributes are implemented or associated to some placeholder. ($ElementDefault): Warn unknown attributes for unknown elements as "attribute not supported". ($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders. ($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers. (|a| attribute checker): Reimplemented. 2007-05-20 Wakaba <wakaba@suika.fam.cx>
++ ChangeLog 2 May 2007 13:37:34 -0000 2007-05-02 Wakaba <wakaba@suika.fam.cx> * readme.en.html: TODO section is added. ++ whatpm/t/ChangeLog 2 May 2007 13:44:02 -0000 2007-05-02 Wakaba <wakaba@suika.fam.cx> * .cvsignore: Result files are added. * HTML-tree.t: Support for document fragment tests. * Makefile: Generate test result files. * tokenizer-test-1.test: A new test to ensure that characters after end tag are preserved in RCDATA or CDATA case. ++ whatpm/Whatpm/ChangeLog 2 May 2007 13:42:17 -0000 2007-05-02 Wakaba <wakaba@suika.fam.cx> * NanoDOM.pm (DOMImplementation): New class. (append_child): Weaken the |parent_node| reference. (create_element_ns, Element new): Set the |owner_document| reference. (implementation): New attribute. (owner_document, local_name, namespace_uri): New attributes. * HTML.pm.src (parse_string): Line and column numbers are now provided to error handler. (!!!parse-error): Short descriptions are added. (_construct_tree): Split into three methods; support for innerHTML mode. (set_inner_html): New method.
++ whatpm/What/ChangeLog 30 Apr 2007 14:11:13 -0000 * HTML.pm.src: Some typos are fixed. 2007-04-30 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/ChangeLog 30 Apr 2007 14:11:55 -0000 * .cvsignore: |tree-consturction| is added. * HTML-tree.t: New test. * Makefile: Rules for tree constructor tests are added. 2007-04-30 Wakaba <wakaba@suika.fam.cx>
++ whatpm/What/ChangeLog 30 Apr 2007 09:59:16 -0000 * HTML.pm.src: Some tokenizer bugs are fixed. 2007-04-30 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/ChangeLog 30 Apr 2007 09:58:16 -0000 2007-04-30 Wakaba <wakaba@suika.fam.cx> * .cvsignore: New file. * Makefile: New file. * HTML-tokenizer.t: New test.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |