54135
|
1 |
AccessibilityTest.java:14: error: unexpected heading used: <H1>, compared to implicit preceding heading: <H1>
|
|
2 |
* <h1> ... </h1>
|
14952
|
3 |
^
|
54135
|
4 |
AccessibilityTest.java:19: error: heading used out of sequence: <H3>, compared to implicit preceding heading: <H1>
|
14952
|
5 |
* <h3> ... </h3>
|
|
6 |
^
|
54135
|
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
|
14952
|
20 |
* <img src="x.jpg">
|
|
21 |
^
|
54135
|
22 |
AccessibilityTest.java:61: error: no summary or caption for table
|
14952
|
23 |
* <table><tr><th>head<tr><td>data</table>
|
|
24 |
^
|
54135
|
25 |
8 errors
|