test/tools/doclint/html/TagNotAllowed.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 TagNotAllowed.java:11: error: tag not allowed here: <b>
jjg@1507 2 * <dl> <b>abc</b> <dt> term </dt> <b>def</b> <dd> description </dd> <b>ghi</b> </dl>
jjg@1507 3 ^
jjg@1507 4 TagNotAllowed.java:11: error: tag not allowed here: <b>
jjg@1507 5 * <dl> <b>abc</b> <dt> term </dt> <b>def</b> <dd> description </dd> <b>ghi</b> </dl>
jjg@1455 6 ^
jjg@1507 7 TagNotAllowed.java:11: error: tag not allowed here: <b>
jjg@1507 8 * <dl> <b>abc</b> <dt> term </dt> <b>def</b> <dd> description </dd> <b>ghi</b> </dl>
jjg@1507 9 ^
jjg@1507 10 TagNotAllowed.java:12: error: tag not allowed here: <b>
jjg@1507 11 * <ol> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ol>
jjg@1507 12 ^
jjg@1507 13 TagNotAllowed.java:12: error: tag not allowed here: <b>
jjg@1507 14 * <ol> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ol>
jjg@1507 15 ^
jjg@1507 16 TagNotAllowed.java:12: error: tag not allowed here: <b>
jjg@1507 17 * <ol> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ol>
jjg@1507 18 ^
jjg@1507 19 TagNotAllowed.java:13: error: tag not allowed here: <b>
jjg@1507 20 * <ul> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ul>
jjg@1507 21 ^
jjg@1507 22 TagNotAllowed.java:13: error: tag not allowed here: <b>
jjg@1507 23 * <ul> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ul>
jjg@1507 24 ^
jjg@1507 25 TagNotAllowed.java:13: error: tag not allowed here: <b>
jjg@1507 26 * <ul> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ul>
jjg@1507 27 ^
jjg@1507 28 TagNotAllowed.java:15: error: tag not allowed here: <b>
jjg@1507 29 * <table summary=description> <b>abc</b> </table>
jjg@1507 30 ^
jjg@1507 31 TagNotAllowed.java:16: error: tag not allowed here: <b>
jjg@1507 32 * <table summary=description> <thead> <b>abc</b> </thead> </table>
jjg@1507 33 ^
jjg@1507 34 TagNotAllowed.java:17: error: tag not allowed here: <b>
jjg@1507 35 * <table summary=description> <tbody> <b>abc</b> </tbody> </table>
jjg@1507 36 ^
jjg@1507 37 TagNotAllowed.java:18: error: tag not allowed here: <b>
jjg@1507 38 * <table summary=description> <tfoot> <b>abc</b> </tfoot> </table>
jjg@1507 39 ^
jjg@1507 40 TagNotAllowed.java:19: error: tag not allowed here: <b>
jjg@1507 41 * <table summary=description> <tr> <b>abc</b> </tr> </table>
jjg@1507 42 ^
jjg@1507 43 TagNotAllowed.java:22: error: tag not allowed here: <img>
jjg@1507 44 * <img alt="image" src="image.png">
jjg@1507 45 ^
jjg@1507 46 TagNotAllowed.java:23: error: tag not allowed here: <p>
jjg@1507 47 * <p> para </p>
jjg@1507 48 ^
jjg@1507 49 TagNotAllowed.java:24: error: tag not allowed here: <big>
jjg@1507 50 * <big> text </big>
jjg@1507 51 ^
jjg@1507 52 TagNotAllowed.java:25: error: tag not allowed here: <small>
jjg@1507 53 * <small> text </small>
jjg@1507 54 ^
jjg@1507 55 TagNotAllowed.java:26: error: tag not allowed here: <sub>
jjg@1507 56 * <sub> text </sub>
jjg@1507 57 ^
jjg@1507 58 TagNotAllowed.java:27: error: tag not allowed here: <sup>
jjg@1507 59 * <sup> text </sup>
jjg@1507 60 ^
jjg@1507 61 20 errors

mercurial