test/tools/doclint/html/TextNotAllowed.out

Mon, 31 Aug 2015 13:37:01 -0700

author
asaha
date
Mon, 31 Aug 2015 13:37:01 -0700
changeset 2971
153d0309e698
parent 1507
967052c425a1
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Added tag jdk8u65-b12 for changeset 54e958a3719e

jjg@1507 1 TextNotAllowed.java:11: error: text not allowed in <dl> element
jjg@1507 2 * <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl>
jjg@1507 3 ^
jjg@1507 4 TextNotAllowed.java:11: error: text not allowed in <dl> element
jjg@1507 5 * <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl>
jjg@1507 6 ^
jjg@1507 7 TextNotAllowed.java:11: error: text not allowed in <dl> element
jjg@1507 8 * <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl>
jjg@1507 9 ^
jjg@1507 10 TextNotAllowed.java:12: error: text not allowed in <ol> element
jjg@1507 11 * <ol> abc <li> item </li> def <li> item </li> ghi </ol>
jjg@1507 12 ^
jjg@1507 13 TextNotAllowed.java:12: error: text not allowed in <ol> element
jjg@1507 14 * <ol> abc <li> item </li> def <li> item </li> ghi </ol>
jjg@1507 15 ^
jjg@1507 16 TextNotAllowed.java:12: error: text not allowed in <ol> element
jjg@1507 17 * <ol> abc <li> item </li> def <li> item </li> ghi </ol>
jjg@1507 18 ^
jjg@1507 19 TextNotAllowed.java:13: error: text not allowed in <ul> element
jjg@1507 20 * <ul> abc <li> item </li> def <li> item </li> ghi </ul>
jjg@1507 21 ^
jjg@1507 22 TextNotAllowed.java:13: error: text not allowed in <ul> element
jjg@1507 23 * <ul> abc <li> item </li> def <li> item </li> ghi </ul>
jjg@1507 24 ^
jjg@1507 25 TextNotAllowed.java:13: error: text not allowed in <ul> element
jjg@1507 26 * <ul> abc <li> item </li> def <li> item </li> ghi </ul>
jjg@1507 27 ^
jjg@1507 28 TextNotAllowed.java:15: error: text not allowed in <table> element
jjg@1455 29 * <table summary=description> abc </table>
jjg@1507 30 ^
jjg@1507 31 TextNotAllowed.java:16: error: text not allowed in <thead> element
jjg@1507 32 * <table summary=description> <thead> abc </thead> </table>
jjg@1507 33 ^
jjg@1507 34 TextNotAllowed.java:17: error: text not allowed in <tbody> element
jjg@1507 35 * <table summary=description> <tbody> abc </tbody> </table>
jjg@1507 36 ^
jjg@1507 37 TextNotAllowed.java:18: error: text not allowed in <tfoot> element
jjg@1507 38 * <table summary=description> <tfoot> abc </tfoot> </table>
jjg@1507 39 ^
jjg@1507 40 TextNotAllowed.java:19: error: text not allowed in <tr> element
jjg@1507 41 * <table summary=description> <tr> abc </tr> </table>
jjg@1455 42 ^
jjg@1507 43 TextNotAllowed.java:21: error: text not allowed in <dl> element
jjg@1507 44 * <dl> &amp; <dt> term </dt> &lt; <dd> description </dd> &gt; </dl>
jjg@1507 45 ^
jjg@1507 46 TextNotAllowed.java:21: error: text not allowed in <dl> element
jjg@1507 47 * <dl> &amp; <dt> term </dt> &lt; <dd> description </dd> &gt; </dl>
jjg@1507 48 ^
jjg@1507 49 TextNotAllowed.java:21: error: text not allowed in <dl> element
jjg@1507 50 * <dl> &amp; <dt> term </dt> &lt; <dd> description </dd> &gt; </dl>
jjg@1507 51 ^
jjg@1507 52 TextNotAllowed.java:22: error: text not allowed in <ol> element
jjg@1507 53 * <ol> &amp; <li> item </li> &lt; <li> item </li> &gt; </ol>
jjg@1507 54 ^
jjg@1507 55 TextNotAllowed.java:22: error: text not allowed in <ol> element
jjg@1507 56 * <ol> &amp; <li> item </li> &lt; <li> item </li> &gt; </ol>
jjg@1507 57 ^
jjg@1507 58 TextNotAllowed.java:22: error: text not allowed in <ol> element
jjg@1507 59 * <ol> &amp; <li> item </li> &lt; <li> item </li> &gt; </ol>
jjg@1507 60 ^
jjg@1507 61 TextNotAllowed.java:23: error: text not allowed in <ul> element
jjg@1507 62 * <ul> &amp; <li> item </li> &lt; <li> item </li> &gt; </ul>
jjg@1507 63 ^
jjg@1507 64 TextNotAllowed.java:23: error: text not allowed in <ul> element
jjg@1507 65 * <ul> &amp; <li> item </li> &lt; <li> item </li> &gt; </ul>
jjg@1507 66 ^
jjg@1507 67 TextNotAllowed.java:23: error: text not allowed in <ul> element
jjg@1507 68 * <ul> &amp; <li> item </li> &lt; <li> item </li> &gt; </ul>
jjg@1507 69 ^
jjg@1507 70 TextNotAllowed.java:25: error: text not allowed in <table> element
jjg@1507 71 * <table summary=description> &amp; </table>
jjg@1507 72 ^
jjg@1507 73 TextNotAllowed.java:26: error: text not allowed in <thead> element
jjg@1507 74 * <table summary=description> <thead> &amp; </thead> </table>
jjg@1507 75 ^
jjg@1507 76 TextNotAllowed.java:27: error: text not allowed in <tbody> element
jjg@1507 77 * <table summary=description> <tbody> &amp; </tbody> </table>
jjg@1507 78 ^
jjg@1507 79 TextNotAllowed.java:28: error: text not allowed in <tfoot> element
jjg@1507 80 * <table summary=description> <tfoot> &amp; </tfoot> </table>
jjg@1507 81 ^
jjg@1507 82 TextNotAllowed.java:29: error: text not allowed in <tr> element
jjg@1507 83 * <table summary=description> <tr> &amp; </tr> </table>
jjg@1507 84 ^
jjg@1507 85 28 errors

mercurial