langtools/test/tools/doclint/HtmlAttrsTest.out
author jjg
Mon, 14 Oct 2013 12:38:09 -0700
changeset 21017 f61558e07e14
parent 14962 19ffdfafbcd2
child 30730 d3ce7619db2c
permissions -rw-r--r--
8026368: doclint does not report empty tags when tag closed implicitly Reviewed-by: darcy

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