langtools/test/tools/doclint/tidy/TextNotAllowed.out
author jjg
Mon, 17 Dec 2012 07:47:05 -0800
changeset 14952 d0022ae20516
child 14962 19ffdfafbcd2
permissions -rw-r--r--
8004832: Add new doclint package Reviewed-by: mcimadamore

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