test/tools/doclint/HtmlAttrsTest.out

Mon, 17 Oct 2016 21:20:17 -0700

author
asaha
date
Mon, 17 Oct 2016 21:20:17 -0700
changeset 3306
867c01c1ae44
parent 2110
b024fe427d24
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8168115: Remove and retag jdk8u122-b03 in 8u repo
Reviewed-by: coffeys

     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