test/tools/doclint/tidy/TextNotAllowed.out

Mon, 04 Jul 2016 13:06:03 -0700

author
asaha
date
Mon, 04 Jul 2016 13:06:03 -0700
changeset 3255
b4bd1c5fbbe3
parent 1507
967052c425a1
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Added tag jdk8u111-b03 for changeset 386c8bc6dd3e

jjg@1465 1 TextNotAllowed.java:13: error: text not allowed in <table> element
jjg@1455 2 * <table summary=description> abc </table>
jjg@1507 3 ^
jjg@1465 4 TextNotAllowed.java:14: error: text not allowed in <tbody> element
jjg@1455 5 * <table summary=description> <tbody> abc </tbody> </table>
jjg@1507 6 ^
jjg@1465 7 TextNotAllowed.java:15: error: text not allowed in <tr> element
jjg@1455 8 * <table summary=description> <tr> abc </tr> </table>
jjg@1507 9 ^
jjg@1465 10 TextNotAllowed.java:17: error: text not allowed in <dl> element
jjg@1455 11 * <dl> abc </dl>
jjg@1507 12 ^
jjg@1465 13 TextNotAllowed.java:18: error: text not allowed in <ol> element
jjg@1455 14 * <ol> abc </ol>
jjg@1507 15 ^
jjg@1465 16 TextNotAllowed.java:19: error: text not allowed in <ul> element
jjg@1455 17 * <ul> abc </ul>
jjg@1507 18 ^
jjg@1455 19 6 errors

mercurial