Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 5 Oct 2008 11:46:29 -0000 * ContentChecker.t: New files added. * content-model-1.dat, content-model-2.dat: Numbers of test entries are moved to other files. 2008-10-05 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/dom-conformance/ChangeLog 5 Oct 2008 11:47:29 -0000 * html-datatemplate.dat, html-flows-1.dat, html-form-input-1.dat, html-forms-1.dat, html-global-1.dat, html-metadata-1.dat, html-repetitions.dat, html-tables-1.dat, html-texts-1.dat: New files (test entries moved from ../content-model-1.dat and ../content-model-2.dat). 2008-10-05 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.1 | |
| 2 | #data | ||
| 3 | <input xmlns="http://www.w3.org/1999/xhtml"></input> | ||
| 4 | #errors | ||
| 5 | |||
| 6 | #data | ||
| 7 | <input xmlns="http://www.w3.org/1999/xhtml"> </input> | ||
| 8 | #errors | ||
| 9 | |||
| 10 | #data | ||
| 11 | <input xmlns="http://www.w3.org/1999/xhtml"><!-- --></input> | ||
| 12 | #errors | ||
| 13 | |||
| 14 | #data | ||
| 15 | <input xmlns="http://www.w3.org/1999/xhtml">xx</input> | ||
| 16 | #errors | ||
| 17 | /input/"xx";character not allowed:empty;m | ||
| 18 | |||
| 19 | #data | ||
| 20 | <input xmlns="http://www.w3.org/1999/xhtml"><p/></input> | ||
| 21 | #errors | ||
| 22 | /input/p;element not allowed:empty;m | ||
| 23 | /input/p;no significant content;s | ||
| 24 | |||
| 25 | #data | ||
| 26 | <input xmlns="http://www.w3.org/1999/xhtml"><div>x</div></input> | ||
| 27 | #errors | ||
| 28 | /input/div;element not allowed:empty;m | ||
| 29 | |||
| 30 | #data | ||
| 31 | <input xmlns="http://www.w3.org/1999/xhtml"><input/></input> | ||
| 32 | #errors | ||
| 33 | /input/input;element not allowed:empty;m | ||
| 34 | |||
| 35 | #data | ||
| 36 | <input xmlns="http://www.w3.org/1999/xhtml"><nest/></input> | ||
| 37 | #errors | ||
| 38 | /input/nest;element not allowed:empty;m | ||
| 39 | |||
| 40 | #data | ||
| 41 | <em xmlns="http://www.w3.org/1999/xhtml"><input/></em> | ||
| 42 | #errors | ||
| 43 | /em;no significant content;s | ||
| 44 | |||
| 45 | #data | ||
| 46 | <div xmlns="http://www.w3.org/1999/xhtml"><input/></div> | ||
| 47 | #errors | ||
| 48 | /div;no significant content;s | ||
| 49 | |||
| 50 | #data | ||
| 51 | <p xmlns="http://www.w3.org/1999/xhtml"><input/></p> | ||
| 52 | #errors | ||
| 53 | /p;no significant content;s | ||
| 54 | |||
| 55 | #data | ||
| 56 | <title xmlns="http://www.w3.org/1999/xhtml"><input/></title> | ||
| 57 | #errors | ||
| 58 | /title/input;element not allowed:text;m | ||
| 59 | |||
| 60 | #data | ||
| 61 | <br xmlns="http://www.w3.org/1999/xhtml"><input/></br> | ||
| 62 | #errors | ||
| 63 | /br/input;element not allowed:empty;m | ||
| 64 | |||
| 65 | #data | ||
| 66 | <ins xmlns="http://www.w3.org/1999/xhtml"><input/></ins> | ||
| 67 | #errors | ||
| 68 | /ins;no significant content;s |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |