test/tools/doclint/tidy/TextNotAllowed.out

Wed, 24 Sep 2014 11:38:26 -0700

author
katleman
date
Wed, 24 Sep 2014 11:38:26 -0700
changeset 2562
ed1a48bedfa8
parent 1507
967052c425a1
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Added tag jdk8u40-b07 for changeset 2fa3858a281f

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