< prev index next >

test/langtools/tools/doclint/AccessibilityTest.out

Print this page


   1 AccessibilityTest.java:15: error: header used out of sequence: <H2>









   2      * <h2> ... </h2>
   3        ^
   4 AccessibilityTest.java:21: error: header used out of sequence: <H3>
   5      * <h3> ... </h3>
   6        ^
   7 AccessibilityTest.java:26: error: no "alt" attribute for image



   8      * <img src="x.jpg">
   9        ^
  10 AccessibilityTest.java:41: error: no summary or caption for table
  11      * <table><tr><th>head<tr><td>data</table>
  12                                       ^
  13 4 errors
   1 AccessibilityTest.java:14: error: unexpected heading used: <H1>, compared to implicit preceding heading: <H1>
   2      * <h1> ... </h1>
   3        ^
   4 AccessibilityTest.java:19: error: heading used out of sequence: <H3>, compared to implicit preceding heading: <H1>
   5      * <h3> ... </h3>
   6        ^
   7 AccessibilityTest.java:25: error: heading used out of sequence: <H4>, compared to previous heading: <H2>
   8      * <h4> ... </h4>
   9        ^
  10 AccessibilityTest.java:30: error: unexpected heading used: <H2>, compared to implicit preceding heading: <H3>
  11      * <h2> ... </h2>
  12        ^
  13 AccessibilityTest.java:40: error: unexpected heading used: <H3>, compared to implicit preceding heading: <H3>
  14      * <h3> ... </h3>
  15        ^
  16 AccessibilityTest.java:41: error: heading used out of sequence: <H5>, compared to previous heading: <H3>
  17      * <h5> ... </h5>
  18        ^
  19 AccessibilityTest.java:46: error: no "alt" attribute for image
  20      * <img src="x.jpg">
  21        ^
  22 AccessibilityTest.java:61: error: no summary or caption for table
  23      * <table><tr><th>head<tr><td>data</table>
  24                                       ^
  25 8 errors
< prev index next >