/* * @test /nodynamiccopyright/ * @bug 8004832 * @summary Add new doclint package * @build DocLintTester * @run main DocLintTester -Xmsgs:-accessibility AccessibilityTest.java * @run main DocLintTester -ref AccessibilityTest.out AccessibilityTest.java */ /** */ public class AccessibilityTest { /** *

...

*/ public void missing_h1() { } /** *

...

*

...

*/ public void missing_h2() { } /** * */ public void missing_alt() { } /** *
head
data
*/ public void table_with_summary() { } /** *
ok
head
data
*/ public void table_with_caption() { } /** *
head
data
*/ public void table_without_summary_and_caption() { } }