Parent Directory
|
Revision Log
++ 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>
| 1 | wakaba | 1.1 | #data |
| 2 | <p xmlns="http://www.w3.org/1999/xhtml"></p> | ||
| 3 | #errors | ||
| 4 | /p;no significant content;s | ||
| 5 | |||
| 6 | #data | ||
| 7 | <p xmlns="http://www.w3.org/1999/xhtml"> </p> | ||
| 8 | #errors | ||
| 9 | /p;no significant content;s | ||
| 10 | |||
| 11 | #data | ||
| 12 | <p xmlns="http://www.w3.org/1999/xhtml">	</p> | ||
| 13 | #errors | ||
| 14 | /p;no significant content;s | ||
| 15 | |||
| 16 | #data | ||
| 17 | <p xmlns="http://www.w3.org/1999/xhtml"><![CDATA[]]></p> | ||
| 18 | #errors | ||
| 19 | /p;no significant content;s | ||
| 20 | |||
| 21 | #data | ||
| 22 | <p xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ ]]></p> | ||
| 23 | #errors | ||
| 24 | /p;no significant content;s | ||
| 25 | |||
| 26 | #data | ||
| 27 | <p xmlns="http://www.w3.org/1999/xhtml"> a</p> | ||
| 28 | #errors | ||
| 29 | |||
| 30 | #data | ||
| 31 | <p xmlns="http://www.w3.org/1999/xhtml">bb</p> | ||
| 32 | #errors | ||
| 33 | |||
| 34 | #data | ||
| 35 | <p xmlns="http://www.w3.org/1999/xhtml"><!---->a</p> | ||
| 36 | #errors | ||
| 37 | |||
| 38 | #data | ||
| 39 | <p xmlns="http://www.w3.org/1999/xhtml"><i>a</i></p> | ||
| 40 | #errors | ||
| 41 | |||
| 42 | #data | ||
| 43 | <p xmlns="http://www.w3.org/1999/xhtml"><?a?>b</p> | ||
| 44 | #errors | ||
| 45 | |||
| 46 | #data | ||
| 47 | <p xmlns="http://www.w3.org/1999/xhtml"><img src="" alt="a"/></p> | ||
| 48 | #errors | ||
| 49 | |||
| 50 | #data | ||
| 51 | <p xmlns="http://www.w3.org/1999/xhtml"><del>a</del></p> | ||
| 52 | #errors | ||
| 53 | /p;no significant content;s | ||
| 54 | |||
| 55 | #data | ||
| 56 | <p xmlns="http://www.w3.org/1999/xhtml">b<del>a</del></p> | ||
| 57 | #errors | ||
| 58 | |||
| 59 | #data | ||
| 60 | <p xmlns="http://www.w3.org/1999/xhtml"><del>a</del>a</p> | ||
| 61 | #errors | ||
| 62 | |||
| 63 | #data | ||
| 64 | <p xmlns="http://www.w3.org/1999/xhtml"><ins>a</ins></p> | ||
| 65 | #errors | ||
| 66 | |||
| 67 | #data | ||
| 68 | <del xmlns="http://www.w3.org/1999/xhtml"></del> | ||
| 69 | #errors | ||
| 70 | /del;no significant content;s | ||
| 71 | |||
| 72 | #data | ||
| 73 | <del xmlns="http://www.w3.org/1999/xhtml">a</del> | ||
| 74 | #errors | ||
| 75 | |||
| 76 | #data | ||
| 77 | <title xmlns="http://www.w3.org/1999/xhtml"></title> | ||
| 78 | #errors | ||
| 79 | |||
| 80 | #data | ||
| 81 | <title xmlns="http://www.w3.org/1999/xhtml">a</title> | ||
| 82 | #errors | ||
| 83 | |||
| 84 | #data | ||
| 85 | <body xmlns="http://www.w3.org/1999/xhtml"></body> | ||
| 86 | #errors | ||
| 87 | /body;no significant content;s | ||
| 88 | |||
| 89 | #data | ||
| 90 | <body xmlns="http://www.w3.org/1999/xhtml">a</body> | ||
| 91 | #errors | ||
| 92 | |||
| 93 | #data | ||
| 94 | <div xmlns="http://www.w3.org/1999/xhtml"><p>a</p></div> | ||
| 95 | #errors | ||
| 96 | |||
| 97 | #data | ||
| 98 | <div xmlns="http://www.w3.org/1999/xhtml">a<p></p></div> | ||
| 99 | #errors | ||
| 100 | /div/p;no significant content;s | ||
| 101 | |||
| 102 | #data | ||
| 103 | <div xmlns="http://www.w3.org/1999/xhtml"><p></p>a</div> | ||
| 104 | #errors | ||
| 105 | /div/p;no significant content;s | ||
| 106 | |||
| 107 | #data | ||
| 108 | <li xmlns="http://www.w3.org/1999/xhtml"><p>a</p></li> | ||
| 109 | #errors | ||
| 110 | |||
| 111 | #data | ||
| 112 | <li xmlns="http://www.w3.org/1999/xhtml">a<p></p></li> | ||
| 113 | #errors | ||
| 114 | /li/p;no significant content;s | ||
| 115 | |||
| 116 | #data | ||
| 117 | <li xmlns="http://www.w3.org/1999/xhtml"><p></p>a</li> | ||
| 118 | #errors | ||
| 119 | /li/p;no significant content;s | ||
| 120 |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |