File: AccessibilityTest.out

package info (click to toggle)
openjdk-21 21.0.9%2B10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 821,844 kB
  • sloc: java: 5,620,360; xml: 1,643,607; cpp: 1,297,809; ansic: 421,231; asm: 404,850; objc: 21,018; sh: 15,299; javascript: 11,217; python: 6,895; makefile: 2,367; perl: 357; awk: 351; sed: 172; jsp: 24; csh: 3
file content (25 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
AccessibilityTest.java:14: error: unexpected heading used: <H1>, compared to implicit preceding heading: <H1>
     * <h1> ... </h1>
       ^
AccessibilityTest.java:19: error: heading used out of sequence: <H3>, compared to implicit preceding heading: <H1>
     * <h3> ... </h3>
       ^
AccessibilityTest.java:25: error: heading used out of sequence: <H4>, compared to previous heading: <H2>
     * <h4> ... </h4>
       ^
AccessibilityTest.java:30: error: unexpected heading used: <H2>, compared to implicit preceding heading: <H3>
     * <h2> ... </h2>
       ^
AccessibilityTest.java:40: error: unexpected heading used: <H3>, compared to implicit preceding heading: <H3>
     * <h3> ... </h3>
       ^
AccessibilityTest.java:41: error: heading used out of sequence: <H5>, compared to previous heading: <H3>
     * <h5> ... </h5>
       ^
AccessibilityTest.java:46: error: no "alt" attribute for image
     * <img src="x.jpg">
       ^
AccessibilityTest.java:56: error: no caption for table
     * <table><tr><th>head<tr><td>data</table>
                                      ^
8 errors