test/tools/doclint/HtmlAttrsTest.out

Thu, 10 Oct 2013 14:58:04 +0200

author
ihse
date
Thu, 10 Oct 2013 14:58:04 +0200
changeset 2094
343aeb2033f0
parent 1465
a22f23fb7abf
child 2110
b024fe427d24
permissions
-rw-r--r--

8001931: The new build system whitespace cleanup
Reviewed-by: tbell, simonis, erikj

     1 HtmlAttrsTest.java:13: error: unknown attribute: xyz
     2      * <p xyz>
     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