Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 11 Nov 2007 02:25:46 -0000 2007-11-11 Wakaba <wakaba@suika.fam.cx> * content-model-4.dat: New tests for proposed link types. ++ whatpm/Whatpm/ContentChecker/ChangeLog 11 Nov 2007 02:19:38 -0000 2007-11-11 Wakaba <wakaba@suika.fam.cx> * HTML.pm: Raise bad-context error for proposed link types.
| 1 | wakaba | 1.1 | #data |
| 2 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 3 | <dfn/> | ||
| 4 | </p> | ||
| 5 | #errors | ||
| 6 | |||
| 7 | #data | ||
| 8 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 9 | <dfn> </dfn> | ||
| 10 | </p> | ||
| 11 | #errors | ||
| 12 | |||
| 13 | #data | ||
| 14 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 15 | <dfn></dfn> | ||
| 16 | <dfn></dfn> | ||
| 17 | </p> | ||
| 18 | #errors | ||
| 19 | /p/dfn;duplicate term | ||
| 20 | |||
| 21 | #data | ||
| 22 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 23 | <dfn></dfn> | ||
| 24 | <dfn> </dfn> | ||
| 25 | </p> | ||
| 26 | #errors | ||
| 27 | |||
| 28 | #data | ||
| 29 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 30 | <dfn>a</dfn> | ||
| 31 | </p> | ||
| 32 | #errors | ||
| 33 | |||
| 34 | #data | ||
| 35 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 36 | <dfn>a</dfn> | ||
| 37 | <dfn>b</dfn> | ||
| 38 | </p> | ||
| 39 | #errors | ||
| 40 | |||
| 41 | #data | ||
| 42 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 43 | <dfn>a</dfn> | ||
| 44 | <dfn>b</dfn> | ||
| 45 | <dfn>c</dfn> | ||
| 46 | </p> | ||
| 47 | #errors | ||
| 48 | |||
| 49 | #data | ||
| 50 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 51 | <dfn>a</dfn> | ||
| 52 | <dfn>a</dfn> | ||
| 53 | </p> | ||
| 54 | #errors | ||
| 55 | /p/dfn;duplicate term | ||
| 56 | |||
| 57 | #data | ||
| 58 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 59 | <dfn>a</dfn> | ||
| 60 | <span><dfn>a</dfn></span> | ||
| 61 | </p> | ||
| 62 | #errors | ||
| 63 | /p/span/dfn;duplicate term | ||
| 64 | |||
| 65 | #data | ||
| 66 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 67 | <dfn>a</dfn> | ||
| 68 | <dfn title="a">b</dfn> | ||
| 69 | </p> | ||
| 70 | #errors | ||
| 71 | /p/dfn;duplicate term | ||
| 72 | |||
| 73 | #data | ||
| 74 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 75 | <dfn>a</dfn> | ||
| 76 | <dfn title="b">a</dfn> | ||
| 77 | </p> | ||
| 78 | #errors | ||
| 79 | |||
| 80 | #data | ||
| 81 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 82 | <dfn title="a">a<dfn>a</dfn></dfn> | ||
| 83 | </p> | ||
| 84 | #errors | ||
| 85 | /p/dfn/dfn;element not allowed | ||
| 86 | /p/dfn/dfn;duplicate term | ||
| 87 | |||
| 88 | #data | ||
| 89 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
| 90 | <dfn><dfn></dfn></dfn> | ||
| 91 | </p> | ||
| 92 | #errors | ||