langtools/test/tools/doclint/AccessibilityTest.out
author amurillo
Mon, 11 Apr 2016 20:38:38 -0700
changeset 37298 8df0cc9da41e
parent 30730 d3ce7619db2c
permissions -rw-r--r--
8154028: Several hotspot tests need to be updated after 8153737 (Unsupported Module) Reviewed-by: darcy, kvn

AccessibilityTest.java:15: error: header used out of sequence: <H2>
     * <h2> ... </h2>
       ^
AccessibilityTest.java:21: error: header used out of sequence: <H3>
     * <h3> ... </h3>
       ^
AccessibilityTest.java:26: error: no "alt" attribute for image
     * <img src="x.jpg">
       ^
AccessibilityTest.java:41: error: no summary or caption for table
     * <table><tr><th>head<tr><td>data</table>
                                      ^
4 errors