langtools/test/tools/doclint/tidy/TextNotAllowed.out
author jjg
Thu, 20 Dec 2012 17:59:46 +0000
changeset 14962 19ffdfafbcd2
parent 14952 d0022ae20516
child 15371 8f719dc43e1f
permissions -rw-r--r--
8005307: fix missing @bug tags Reviewed-by: jjh

TextNotAllowed.java:13: error: text not allowed in <table> element
 * <table summary=description> abc </table>
                                   ^
TextNotAllowed.java:14: error: text not allowed in <tbody> element
 * <table summary=description> <tbody> abc </tbody> </table>
                                           ^
TextNotAllowed.java:15: error: text not allowed in <tr> element
 * <table summary=description> <tr> abc </tr> </table>
                                        ^
TextNotAllowed.java:17: error: text not allowed in <dl> element
 * <dl> abc </dl>
            ^
TextNotAllowed.java:18: error: text not allowed in <ol> element
 * <ol> abc </ol>
            ^
TextNotAllowed.java:19: error: text not allowed in <ul> element
 * <ul> abc </ul>
            ^
6 errors