Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Openjdk/test/langtools/tools/doclint/   (Sun/Oracle ©)  Datei vom 13.11.2022 mit Größe 1 kB image not shown  

Quelle  AccessibilityTest.java   Sprache: JAVA

 
/*
 * @test /nodynamiccopyright/
 * @bug 8004832 8247955 8247957
 * @summary Add new doclint package
 * @modules jdk.javadoc/jdk.javadoc.internal.doclint
 * @build DocLintTester
 * @run main DocLintTester -Xmsgs:all,-missing,-accessibility AccessibilityTest.java
 * @run main DocLintTester -Xmsgs:all,-missing -ref AccessibilityTest.out AccessibilityTest.java
 */


/** */
public class AccessibilityTest {
    /**
     * <h1> ... </h1>
     */

    public class Bad_H1 { }

    /**
     * <h3> ... </h3>
     */

    public class Missing_H2 { }

    /**
     * <h2> ... </h2>
     * <h4> ... </h4>
     */

    public class Missing_H3 { }

    /**
     * <h2> ... </h2>
     */

    public void bad_h2() { }

    /**
     * <h4> ... </h4>
     */

    public void missing_h3() { }

    /**
     * <h3> ... </h3>
     * <h5> ... </h5>
     */

    public void missing_h4() { }

    /**
     * <img src="x.jpg">
     */

    public void missing_alt() { }

    /**
     * <table><caption>ok</caption><tr><th>head<tr><td>data</table>
     */

    public void table_with_caption() { }

    /**
     * <table><tr><th>head<tr><td>data</table>
     */

    public void table_without_caption() { }

    /**
     * <table role="presentation"><tr><th>head<tr><td>data</table>
     */

    public void table_presentation() { }

}

100%


¤ Dauer der Verarbeitung: 0.24 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.