test/tools/doclint/AccessibilityTest.out

Mon, 23 Sep 2013 17:27:38 +0400

author
kizune
date
Mon, 23 Sep 2013 17:27:38 +0400
changeset 2048
809a50f24d6f
parent 1465
a22f23fb7abf
child 2525
2eb010b6cb22
permissions
-rw-r--r--

7154966: CRs found to be in Fixed state with no test and no noreg- keyword.
Reviewed-by: ksrini

     1 AccessibilityTest.java:14: error: header used out of sequence: <H2>
     2      * <h2> ... </h2>
     3        ^
     4 AccessibilityTest.java:20: error: header used out of sequence: <H3>
     5      * <h3> ... </h3>
     6        ^
     7 AccessibilityTest.java:25: error: no "alt" attribute for image
     8      * <img src="x.jpg">
     9        ^
    10 AccessibilityTest.java:40: error: no summary or caption for table
    11      * <table><tr><th>head<tr><td>data</table>
    12                                       ^
    13 4 errors

mercurial