test/tools/doclint/HtmlAttrsTest.out

Thu, 24 Oct 2013 11:22:50 -0700

author
bpatel
date
Thu, 24 Oct 2013 11:22:50 -0700
changeset 2169
667843bd2193
parent 2110
b024fe427d24
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
Reviewed-by: jjg

     1 HtmlAttrsTest.java:13: error: unknown attribute: xyz
     2      * <p xyz> text </p>
     3           ^
     4 HtmlAttrsTest.java:18: warning: attribute obsolete: name
     5      * <img name="x" alt="alt">
     6             ^
     7 HtmlAttrsTest.java:23: warning: attribute obsolete, use CSS instead: size
     8      * <font size="3"> text </font>
     9              ^
    10 1 error
    11 2 warnings

mercurial