Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Tag: |
++ whatpm/t/ChangeLog 6 Sep 2009 10:19:52 -0000 * tokenizer-test-2.dat: Added a test case of <hr/>. 2009-09-06 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 6 Sep 2009 10:20:12 -0000 * HTML.pm.src: |<hr/>| was incorrectly marked as an error. 2009-09-06 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 16 Aug 2009 04:05:04 -0000 * tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat, tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat, tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat: DOCTYPE names are now normalized to its lowercased form (HTML5 revision 2502). 2009-08-16 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/HTML/ChangeLog 16 Aug 2009 04:06:26 -0000 2009-08-16 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm.src: Lowercase-fold doctype names (HTML5 revision 2501, cf. HTML5 revision 3571).
++ whatpm/t/ChangeLog 14 Oct 2008 14:21:51 -0000 * XML-Parser.t: "xml/texts-1.dat" added. * tokenizer-test-2.dat: Test for ]]> are added. 2008-10-14 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/xml/ChangeLog 14 Oct 2008 14:38:34 -0000 * doctypes-1.dat: Wrong results fixed. * texts-1.dat: New test data file. 2008-10-14 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/HTML/ChangeLog 14 Oct 2008 14:22:43 -0000 * Tokenizer.pm.src: Raise a parse error for XML "]]>" other than CDATA section end. 2008-10-14 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 14 Oct 2008 07:37:19 -0000 * tree-test-phrasing.dat: Wrong test results fixed. * tree-test-foreign.dat: New tests added. * testfiles.pl: "#..." line at the end of a test entry was not supported. * HTML-tree.t: Show the "#data" content in "no #errors" error message. * tokenizer-test-2.dat: A wrong test result fixed. 2008-10-14 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 14 Oct 2008 06:07:10 -0000 * HTML-tree.t: <!DOCTYPE> test result format changed to the latest format for html5lib tests. * tree-test-1.dat, tokenizer-test-2.dat: Test results for <!DOCTYPE> are updated. 2008-10-14 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 13 Oct 2008 06:18:26 -0000 2008-10-13 Wakaba <wakaba@suika.fam.cx> * tokenizer-test-2.dat: A test result was wrong. ++ whatpm/Whatpm/ChangeLog 13 Oct 2008 06:17:59 -0000 2008-10-13 Wakaba <wakaba@suika.fam.cx> * HTML.pm.src: Steps for CDATA/RCDATA elements in tree construction stage synced with the spec (HTML5 revisions 2139 and 2302).
++ whatpm/t/ChangeLog 22 Sep 2008 05:59:48 -0000 * tokenizer-test-1.test: Test data on invalid character references are added (cf. HTML5 revision 2138). * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5 revision 2138). 2008-09-22 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 22 Sep 2008 06:02:01 -0000 2008-09-22 Wakaba <wakaba@suika.fam.cx> * HTML.pm.src: Character references for non-space C0 characters, including U+000B VT, DEL character, noncharacter code points, are now converted to the U+FFFD character (cf. HTML5 revision 2138).
++ whatpm/t/ChangeLog 20 Sep 2008 10:20:39 -0000 * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision 1738). * tree-test-1.dat: Test results updated. New test data for the treatement of U+000B are added (HTML5 revision 1738). 2008-09-20 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 20 Sep 2008 10:19:37 -0000 * HTML.pm.src: The "anything else" case for the "after after body" insertion mode was not updated to swtich to the "in body" insertion mode. U+000B is no longer a space character for the purpose of tree construction phase (HTML5 revision 1738). 2008-09-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 24 May 2008 10:29:47 -0000 * tokenizer-test-2.dat: New test data on truncated doctypes (c.f. HTML5 revision 1685). 2008-05-24 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 24 May 2008 10:30:11 -0000 * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5 revision 1685). 2008-05-24 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 13 Apr 2008 10:11:49 -0000 * HTML-tokenizer.t: Raise a parse error if there are disallowed character (for compatibility with existing html5lib test data). * tokenizer-test-1.test: Some test results are updated with regard to parse errors on disallowed characters. * tokenizer-test-2.dat: Test data for disallowed characters are added (HTML5 revision 1263). 2008-04-13 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 13 Apr 2008 10:12:20 -0000 * HTML.pm.src: Raise an parse error for any disallowed character (HTML5 revision 1263). 2008-04-13 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 21 Mar 2008 02:32:59 -0000 2008-03-21 Wakaba <wakaba@suika.fam.cx> * tokenizer-test-2.dat: A test from #whatwg is added.
++ 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/Whatpm/ChangeLog 23 Jun 2007 06:48:21 -0000 * HTML.pm.src: Parse errors immediately after U+000D were ignored and U+000D immediately following another U+000D was not converted to U+000A. 2007-06-23 Wakaba <wakaba@suika.fam.cx>
*** empty log message ***
++ whatpm/t/ChangeLog 23 Jun 2007 06:37:09 -0000 * tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) * HTML-tree.t: Output test file names. Escaped new line at the end of test data was removed. * tokenizer-test-2.dat: Tests for newlines, NULL, and escape flag stuff in |set_inner_html|. 2007-06-23 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 23 Jun 2007 06:35:23 -0000 * HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt nodes before appended). Parser was not ready for NULL parse error and escape flag. * NanoDOM.pm (adopt_node): New. 2007-06-23 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 23 Jun 2007 04:08:55 -0000 * tree-test-1.dat: New tests for parse errors by tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) 2007-06-23 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 23 Jun 2007 03:51:41 -0000 * tokenizer-test-2.dat: New test. This test file contains some tests that cannot be reliably tested by |HTML-tokenize.t|, since they depends on how characeters are supplied to the tokenizer. * HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| etc. supported. 2007-06-23 Wakaba <wakaba@suika.fam.cx>
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 |