jdk-24/test/langtools/tools/doclint/AccessibilityTest.out
Yoshiki Sato 28e1f4d9ee 8247957: remove doclint support for HTML 4
8257204: Remove usage of -Xhtmlversion option from javac
8256313: JavaCompilation.gmk needs to be updated not to use --doclint-format html5 option
8258460: Remove --doclint-format option from javac
8256312: Valid anchor 'id' value not allowed

Reviewed-by: jjg, ihse
2021-01-06 22:48:00 +00:00

26 lines
1.1 KiB
Plaintext

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