OriginalSeite bei-ekke / HTML Tidy in Deutsch / Schnell Referenz / HTML Tidy's Zugänglichkeits-Werkzeug ; Zugänglichkeits Prüfungen


HTML Tidy's Zugänglichkeits-Werkzeug

Startseite | Überblick | Zugänglichkeits Prüfungen

Die Zugänglichkeits Prüfungen:

testfiles.zip (Testdateien und diese Seiten 245.361 Byte MD5: DC031D8E8D318EB3C1E3FECBF69A3FA3)

Themen / Inhalte
       
 Anmerkungen 
  accessibility-check > 0 
  accessibility-check = 0 
  d-link = descriptive link 
 Priorität 1     accessibility-check: 1     --accessibility-check 1 
 Priorität 2     accessibility-check: 2     --accessibility-check 2 
 Priorität 3     accessibility-check: 3     --accessibility-check 3 
 

Anmerkungen

accessibility-check > 0

accessibility-check nimmt keine Korrekturen vor, es prüft eben nur! Zum Testen der hier angegeben Testdateien wird folgende HTML Tidy Konfigurationsdatei empfohlen:

wrap: 0
accessibility-check: 1

accessibility-check = 0

Bei dem standardmäßigem accessibility-check: 0 wird bereits geprüft und bei > 0 nicht mehr angezeigt:

- Attribute "lang" und "xml:lang"
- fehlendes <noframes> zum <frame>
- fehlendes <frame> zu <noframes>
- zuvieles <body> bei Vorhandensein von <frameset>
- fehlendes "alt"- und "ismap"-Attribut bei <img>
- fehlendes "alt"-Attribut bei <area>
- fehlendes "summary"-Attribut bei <table>

d-link = descriptive link = beschreibender Verweis

    Ist ein ganz normaler Verweis, allerdings unmittelbar dem <img>-Tag folgend
    und nur den Buchstaben "D" enthaltend. Wobei die Referenz in href="..." die
    selbige ist, wie im <img>-Attribut longdesc="...".
    Also:
       <img ... longdesc="bild_beschreibung.htm" /><a href="bild_beschreibung.htm">D</a>
    oder
       <img ... longdesc="#bild_beschreibung" /><a href="#bild_beschreibung">D</a>


Priorität 1         accessibility-check: 1         --accessibility-check 1

Fehler Nummer [1.1.1.1] - Priorität 1
Alle Bilder -- einschließlich transparenter *.gif's -- müssen einen "alt" Text haben. Der alternative Text sollte kurzbeschreibend sein (z.B. 10-12 Wörter maximal). Für transparente Bilder und Platzhalter (=spacer) verwende: alt="" (NULL), alt=" " (Leerzeichen sind zulässig) oder alt="blank". Jedes Wort, was im Bild erscheint, sollte auch in der "alt"-Text Beschreibung erwähnt werden!

Testdatei 1.1.1.f1: <img> fehlt der "alt" Text
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [1.1.1.2] - Priorität 1
Alle Bilder benötigen eine Textentsprechung, aber der "alt" Text muß auch eine Aussage beinhalten und nicht nur die "nichtssagende" Angabe des Dateinamens (mit oder ohne Dateierweiterung).
z.B. alt="christ_baum.gif" für <img src="christ_baum.gif"...

Testdatei 1.1.1.f2: nichtssagender "alt" Text (nur Dateiname)
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [1.1.1.3] - Priorität 1
Alle Bilder benötigen eine Textentsprechung, aber der "alt" Text muß auch eine Aussage beinhalten und nicht nur die "nichtssagende" Angabe des Dateingöße .
z.B. alt="650 Byte"

Testdatei 1.1.1.f3: nichtssagender "alt" Text (nur Dateigröße)
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [1.1.1.4] - Priorität 1
Alle Bilder benötigen eine Textentsprechung, aber der "alt" Text muß auch eine Aussage beinhalten und nicht nur die "nichtssagende" Angabe, daß es hier ein Bild gibt.
z.B. alt="Bild gibts hier"

Testdatei 1.1.1.f4: nichtssagender "alt" Text (nur Platzhalter)
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [1.1.1.10] - Priorität 1
Alle Bilder benötigen eine Textentsprechung, aber der "alt" Text muß auch eine Aussage beinhalten, allerdings nicht zu lang! Für Beschreibungen länger als 150 Zeichen, verwende das "longdesc"-Attribut, was wie ein "href"-Attribut zu verwenden ist. Also longdesc="http://bildbeschreibung.htm" oder longdesc="#anker_im_text_zum_bild" .

Testdatei 1.1.1.f10: nichtssagender "alt" Text (zu lang, verwende longdesc="..." )
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [1.1.1.11] - Priorität 1
Alle Bilder benötigen eine Textentsprechung, auch solche, die "nur" ein Listensymbol in einer Liste markieren. Wenn das Bild nur ein Gedanken-Anstrich-Zeichen (=bullet) enthält, dann sollte der "alt" Text folgender sein: alt="*" oder alt="Listensymbol".

Testdatei 1.1.1.f11: <img> fehlt der "alt" Text (Listensymbol=bullet: alt="*" oder alt="Listensymbol")
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [1.1.1.12] - Priorität 1
Alle Bilder benötigen eine Textentsprechung, auch solche, die "nur" eine hochizontale Linie in der Seite markieren. Wenn das Bild nur eine hochizontale Linie enthält, dann sollte der "alt" Text folgender sein: alt="*" oder alt="hochizontale Linie".

Testdatei 1.1.1.f12: <img> fehlt der "alt" Text (hochizontale Linie: alt="*" oder alt="hochizontale Linie" )
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [1.1.2.1] - Priorität 1
Wenn der "alt" Text zum Bild für die Funktions- oder Zweck-Beschreibung nicht ausreicht, so muß dies durch das "longdesc" Attribut ergänzt werden! Zusätzlich muß unmittelbar nach <img ...> ein sogenannter "d-link", also <a href="...">D</a> mit selbiger Referenz wie in longdesc="...", ergänzt werden, da nicht alle Browser "longdesc" unterstützen. (Netscape ab 6.0)

Testdatei 1.1.2.f1: <img> fehlen "longdesc" UND unmittelbar folgender <a href="...">D</a>
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [1.1.2.2] - Priorität 1
Da der "alt" Text zum Bild für die Funktions- oder Zweck-Beschreibung nicht ausreichte, wurde das "longdesc" Attribut ergänzt. Zusätzlich muß aber unmittelbar nach <img ...> ein sogenannter "d-link", also <a href="...">D</a> mit selbiger Referenz wie in longdesc="...", ergänzt werden, da nicht alle Browser "longdesc" unterstützen. (Netscape ab 6.0)

Testdatei 1.1.2.f2: <img> fehlt unmittelbar folgender <a href="...">D</a>
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [1.1.2.3] - Priorität 1
Da der "alt" Text zum Bild für die Funktions- oder Zweck-Beschreibung nicht ausreichte, wurde der sogenannter "d-link", also <a href="...">D</a> ergänzt. Es fehlt aber das "longdesc"-Attribut, was W3C-konform ist und von einigen neueren Browser "longdesc" bereits unterstützt wird. (Netscape ab 6.0)

Testdatei 1.1.2.f3: <img> fehlt "longdesc" zum unmittelbar folgenden <a href="...">D</a>
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [1.1.3.1] - Priorität 1
Wenn für einen Schalter (=button) ein Bild verwendet wird, muß es einen "alt" Text enthalten. Dieser darf aber nicht die Beschreibung des Bildes enthalten, sondern das Ziel oder den Zweck des Verweises!

Testdatei 1.1.3.f1: <input type="image" ... /> fehlt "alt" Text
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [1.1.4.1] - Priorität 1
Ein Applet muß einen alternativen Text für behinderte Menschen (z.B. blinde, taube) enthalten. Dieser Text sollte die wesentlichen Informationen zu dessen Funktion, Zweck, Aussehen oder dessen wiedergegebenen akustischen Effekt beinhalten. Entweder fügen Sie einen Verweis ein oder direkt die Beschreibung. Lösung siehe Testdatei 2.1.1.2

Testdatei 1.1.4.f1: <applet> fehlt der "alt" Text
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [1.1.5.1] - Priorität 1
Ein Objekt muß einen alternativen Text für behinderte Menschen (z.B. blinde, taube) enthalten. Dieser Text sollte die wesentlichen Informationen zu dessen Funktion, Zweck, Aussehen oder dessen wiedergegebenen akustischen Effekt beinhalten. Entweder fügen Sie einen Verweis ein oder direkt die Beschreibung. Lösung siehe Testdatei 2.1.1.3

Testdatei 1.1.5.f1: <object> fehlt der "alt" Text
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [1.1.6.1]...[1.1.6.6] - Priorität 1
Web-Dokumente mit Akustischen-Dateien müssen auch einen Text mit der Musik-Titel-Abschrift oder mit einer Inhaltsbeschreibung der Akustischen-Datei enthalten. Wenn dieser Text sehr viel sein sollte, dann ist ein entsprechender Verweis einzubringen, insbesonder bei Lyrik-Songs (=Lied-Text-Abschrift) und "vorgelesenem" Text.

Lösungen:

 <p><a href="Ton-Musik-Datei.*">Ton-Musik</a>Musik-Titel-Abschrift                                   </p>
 <p><a href="Ton-Musik-Datei.*">Ton-Musik</a>LiedText zu <a href="LiedText.html"> LiedTitel </a>     </p>
 <p><a href="Ton-Musik-Datei.*">Ton-Musik</a>      ließt <a href="Text.txt"     > Text      </a> vor </p>

Testdatei 1.1.6.f1: *.wav fehlt unmittelbar nach "</a>" folgender Beschreibungs-Text (evtl. incl.Verweis)
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 1.1.6.f2: *.au fehlt unmittelbar nach "</a>" folgender Beschreibungs-Text (evtl. incl.Verweis)
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 1.1.6.f3: *.aiff fehlt unmittelbar nach "</a>" folgender Beschreibungs-Text (evtl. incl.Verweis)
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 1.1.6.f4: *.snd fehlt unmittelbar nach "</a>" folgender Beschreibungs-Text (evtl. incl.Verweis)
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 1.1.6.f5: *.ra fehlt unmittelbar nach "</a>" folgender Beschreibungs-Text (evtl. incl.Verweis)
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 1.1.6.f6: *.rm fehlt unmittelbar nach "</a>" folgender Beschreibungs-Text (evtl. incl.Verweis)
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [1.1.8.1] - Priorität 1
Wenn der Titel (= <title>) des Framesets die einzelnen <frame>'s nicht ausreichend beschreibt, dann muß das "logdesc"-Attribut im <frame>-Element ergänzt werden, was einen Verweis auf weitere Informationen enthält. Das "logdesc"-Attribut ist außerdem sehr hilfreich bei der Erklärung, in welcher Beziehung die <frame>'s zueinander stehen.

Testdatei 1.1.8.f1: <frame> fehlt das "longdesc"-Attribut
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [1.1.9.1] - Priorität 1
Sie müssen für jedes <area>-Elemet in einer Verweis-sensitive Grafik (=image map) ein "alt" Text einfügen! Der "alt" Text sollte eher den Bestimmungsort des Verweises beschreiben, als das Bild selbst.

Testdatei 1.1.9.f1: <area> fehlt der "alt" Text
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [1.1.10.1] - Priorität 1
Eine Testentsprechung muß für alle Script's vorhanden sein! Ergänze das <noscript>-Element in Dokumenten, die Script's enthalten, um sicher zu sein, daß Benutzer dessen Browser keine Script's unterstützen, dennoch die Information erhalten.
Lösung siehe Testdatei 2.1.1.4

Testdatei 1.1.10.f1: <script> fehlt der <noscript>-Abschnitt
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [1.2.1.1] - Priorität 1

Verwenden Sie bitte diese Technik NICHT mehr!
(siehe SELFHTML: Server-seitige verweis-sensitive Grafiken )

Alle Server-seitigen Verweis-sensitiven Grafiken (= image maps) müssen einen gleichlautenden Text-Verweis beinhalten. Ein alt Text ist nicht verfügbar bei Server-seitigen Verweis-sensitiven Grafiken (= image maps), es sei denn der gleichlautende Text-Verweis wird erstellt. Der gleichlautende Text-Verweis sollte den Bestimmungsort jedes Verweises beschreiben (z.B. Startseite, Suchmaschine, usw.), statt das aktuelle Bild selbst. Wenn die Verweis-sensitive Grafik (= image map) selbst einer Erklärung bedarf, dann verwende das "longdesc"-Attribut (und den unmittelbar folgenden <a href="...">D</a> -Verweis) zur Beschreibung von Einzelheiten.

Testdatei 1.2.1.f1:
serverseitige verweis-sensitive Grafik erfordert "longdesc" und unmittelbar folgenden <a href="...">D</a>
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [1.4.1.1] - Priorität 1
Alle zeitbasierenden Multimedia-Präsentationen (wie Kino-Kurzfilme, Animationen, Dia-Shows) müssen sowohl für den akustischen wie den visuellen Inhalt eine gleichzeitig laufende Textentsprechung haben! Wenn die Überschriften und visuellen Beschreibungen nicht gleichzeitig laufend sind mit der Haupt-Präsentation, kann es zu Verwechselungen und potentieller Bedeutungslosigkeit kommen.

Dies bleibt fälschlicher Weise als "Fehler" stehen, auch wenn es nur eine Warnung sein kann, denn der Zugänglichkeits-Prüfer kann nicht erfassen, ob Sie gleichzeitig laufende Textentsprechungen eingefügt haben.

Testdatei 1.4.1.f1: Multimedia erfordern gleichzeitig laufende Text-Entsprechungen
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [2.1.1.1]...[2.1.1.5] - Priorität 1
Wenn eine Information durch die Farbgebung erfolgt, dann muß diese Information auch durch eine Alternative gegeben sein! Dies bedeutet, daß entweder durch den Kontext (z.B. Fußnote) oder durch Auszeichnungs-Eigenschaften (z.B. unterstrichen, fett, kursiv usw.) diese Information auch ohne Farbgebung erfasst werden kann. Vergewissern Sie sich, daß es einen ausreichenden Kontrast zwischen der Bild- und Hintergrundfarbe gibt!

Testdatei 2.1.1.1:
Prüfe, ob Info nicht NUR durch Farbe gegeben ist u. auf guten Kontrast zw. Bild- u.Hintergrundfarbe!
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 2.1.1.2:
Prüfe, ob Info nicht NUR durch Farbe gegeben ist u. auf guten Kontrast zw. Applet- u.Hintergrundfarbe!
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 2.1.1.3:
Prüfe, ob Info nicht NUR durch Farbe gegeben ist u. auf guten Kontrast zw. Objekt- u.Hintergrundfarbe!
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 2.1.1.4:
Prüfe, ob Info nicht NUR durch Farbe gegeben ist u. auf guten Kontrast zw. Script- u.Hintergrundfarbe!
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 2.1.1.5:
Prüfe, ob Info nicht NUR durch Farbe gegeben ist u. auf guten Kontrast zw. Input- u.Hintergrundfarbe!
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [4.1.1.1] - Priorität 1
Es wurde ein Wechsel der primären Sprache durch die HTML-Auszeichnung im Dokument festgestellt. Wenn ein Sprachwechsel nicht markiert wird, dann versucht ein automatischer "Vorleser" das Fremdwort oder den Satz in der primären Sprache des Dokumentes "auszusprechen". Kapsele kurze Worte oder Sätze in
<span lang=" 2 Buchstaben für Sprachkennzeichen ">...</span>
und verwende
<q lang=" 2 Buchstaben für Sprachkennzeichen ">...</q> für Zitate.

Wird nicht mehr gemeldet! War vom 31.05.2002 bis 08.11.2002 im Quellcode und ist seit dem 25.11.2002 auskommentiert, da die Routine lediglich nachsah, ob mehr als drei Worte im Dokument sind. Es sollten wohl mehr als drei Worte zwischen Anführungszeichen sein. Zur Lösung dieses Problems der Zugänglichkeit, bräuchte Tidy sehr umfangreiche Wörterbücher der verschiedenen Sprachen bzw. wenigstens der primären Dokument-Sprache. Außerdem würde es die Prüf-Zeit erheblich verlängern.
Dennoch soll dieser Text hier bleiben, um den besorgten Web-Designer auf dieses Problem aufmerksam zu machen.

Testdatei 4.1.1.1: Sprachwechsel entdeckt, nutze das "lang"-Attribut!
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [5.1.2.1]...[5.1.2.3] - Priorität 1
Daten-Tabellen müssen für jede Zeile und Spalte einen Kopf enthalten. Verwende das "headers"-Attribut, um eine Bezeichnung über das "id"-Attribut zu den Zeilen und Spalten zu ergänzen. Dies erzeugt eine Verbindung zwischen den Köpfen mit den ihnen verbundenen Daten-Zellen.
(siehe SELFHTML: Tabellen und nicht-visuelle Medien   ;   Spalten vordefinieren )

Testdatei 5.1.2.1: Daten-<table> fehlen Zeilen- <th scope="row"> -u.Spalten- <th scope="col"> -Köpfe !
Anzeige der Testdatei-Quelle
Testdatei
Lösung zur Testdatei
Anzeige der Lösung zur Testdatei
Testdatei 5.1.2.2: Daten-<table> fehlt der Spalten- <th scope="col"> -Kopf !
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 5.1.2.3: Daten-<table> fehlt der Zeilen- <th scope="row"> -Kopf !
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [5.2.1.1]...[5.2.1.2] - Priorität 1
Wenn eine Daten-Tabelle zwei oder mehr logische Zeilen- oder Spalten-Bereiche hat, dann verwende HTML-Auszeichnungen, um ihnen die korrekten Köpfe zu zuordnen. Die Zuordnung von Zeilengruppen erfogt über die "thead", "tfoot" und "tbody"-Elemente und von Spaltengruppen über "col" und "colgroup".
(siehe SELFHTML: Spalten vordefinieren )

Testdatei 5.2.1.1: Bei "<th colspan="... > 1 prüfe ob <colgroup>'s definiert sind !
Anzeige der Testdatei-Quelle
Testdatei
Lösung zur Testdatei (HTML Tidy "warnt" IMMER ? wenn colspan > 1 gefunden wird)
Anzeige der Lösung zur Testdatei


(siehe SELFHTML: Kopf, Körper und Fuß einer Tabelle definieren )

Testdatei 5.2.1.2: Bei "<th rowspan="... > 1 verwende <thead> (und <tfoot>, <tbody> ) !
Anzeige der Testdatei-Quelle
Testdatei
Lösung zur Testdatei
Anzeige der Lösung zur Testdatei

Warnungs-Nummer [6.1.1.1]...[6.1.1.3] - Priorität 1
Wenn Stylesheets (=Formatvorlagen) zur Formatierung des Inhaltes und/oder zur Steuerung des Seitenaussehens verwendet werden, ist zu zusichern, daß die Dokument-Informationen auch ohne der Stylesheets erhalten bleiben, wenn z.B. Stylesheets deaktiviert wurden oder nicht unterstützt werden. Erstellen Sie also zuerste eine nicht-visuelle Version Ihres Dokumentes und ergänzen es dann mit logisch aufbauenden Stylesheets.

Testdatei 6.1.1.1: Überprüfe Lesbarkeit auch ohne "<link rel="stylesheet"...>" !
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 6.1.1.2: Überprüfe Lesbarkeit auch ohne Stylesheet zum Element !
Anzeige der Testdatei-Quelle
Testdatei
Testdatei 6.1.1.3: Überprüfe Lesbarkeit auch ohne "style"-Attribut !
(prüft HTML Tidy nicht mehr, scheint ein Bug zu sein [26.12.2003])
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [6.2.1.1] - Priorität 1
Jedes Frame eines Frameset's muß ein sauberes und gültiges HTML sein! Wird eine Bild-Datei als Frame-Quelle verwendet, dann steht einem der "alt" Text zum Bild nicht zur Verfügung. Außerdem steht einem das "title"-Attribut für die Inhaltsbeschreibung nicht zur Verfügung, denn sobald der Inhalt geändert wird, ist der "Titel" nicht mehr zutreffend (er wird nicht mit gewechselt, selbst wenn die Frame-HTML ein anderes "title" hat). Verwende eine einfache HTML als Frame-Quelle, die dann das Bild enthält!

Testdatei 6.2.1.1: <frame> Quelle ist unzulässig
Anzeige der Testdatei-Quelle
Testdatei ("nicht anzeigbar" - ja eben: das einzige Frame und dies nicht vorhanden!)

Warnungs-Nummer [6.2.2.1]...[6.2.2.3] - Priorität 1
Immer wenn dynamischer Inhalt geändert wird, dann muß auch dessen Textentsprechung aktualisiert werden. Wird für den dynamischen Inhalt ein Applet verwendet, so ist die Textentsprechung zwischen dem öffnenden und schliessendem "applet"-Element zu platzieren, oder man verwendet das "alt"-Attribut.

Testdatei 6.2.2.1: Beim Applet müssen Textentsprechungen aktualisiert werden !
Anzeige der Testdatei-Quelle
Testdatei ( wird immer gewarnt; ? Lösung ? )

Wird für den dynamischen Inhalt ein Script verwendet, so ist die Textentsprechung im folgenden <noscript>-Abschnitt zu platzieren!

Testdatei 6.2.2.2: Beim Script müssen Textentsprechungen aktualisiert werden !
Anzeige der Testdatei-Quelle
Testdatei ( wird immer gewarnt; ? Lösung ? )
Wird für den dynamischen Inhalt ein "object" verwendet, so ist die Textentsprechung zwischen dem öffnenden und schliessendem "object"-Element zu platzieren!

Testdatei 6.2.2.3: Beim "object" müssen Textentsprechungen aktualisiert werden !
Anzeige der Testdatei-Quelle
Testdatei ( wird immer gewarnt; ? Lösung ? )


W E I T E R

Warnungs-Nummer [6.3.1.1]...[6.3.1.4] - Priorität 1
Überprüfe, daß der Inhalt erhalten bleibt, wenn die programmierten Objekte nicht verfügbar sind oder nicht unterstützt werden. Wird für den Inhalt ein Script verwendet, so ist die Textentsprechung im folgenden <noscript>-Abschnitt zu platzieren! Eine andere Möglichkeit ist, ein Server-seitiges Script, statt eines Client-seitigem zu verwenden. Bei einem Server-seitigem Script kann gleich dafür gesorgt werden, daß der Benutzer ein Dokument erhält, daß gar keine Client-seitigen Script's enthält und dennoch "dynamisch" ist.

Testdatei 6.3.1.1: Teste Inhalt auch ohne Unterstützung der programmierten Objekte (script)!
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [6.3.1.2] - Priorität 1
Verify content remain accessible when programmatic objects are disabled or not supported. If <object> is used to generate content, provide a text equivalent between the opening and closing object elements.

Testdatei 6.3.1.2: programmatic objects require testing (object).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [6.3.1.3] - Priorität 1
Verify that content remains accessible when programmatic objects are disabled or not supported. This element allows different data types (i.e. movies, audio files, etc.) to be embedded in an html document. Regardless the data type, an appropriate text equivalent must also be included.

Testdatei 6.3.1.3: programmatic objects require testing (embed).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [6.3.1.4] - Priorität 1
Verify content remain accessible when programmatic objects are disabled or not supported. If an applet is used to generate dynamic content, provide a text equivalent between the opening and closing applet elements or via the "alt" attribute.

Testdatei 6.3.1.1: programmatic objects require testing (applet).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [7.1.1.1] - Priorität 1
Ensure scripts do not cause on-screen flickering. It can trigger epileptic seizures in people with photosensitive epilepsy. At present, browsers do not allow screen flicker to be disabled by the user.

Testdatei 7.1.1.1: remove flicker (script).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [7.1.1.2] - Priorität 1
Ensure objects do not cause on-screen flickering. It can trigger epileptic seizures in people with photosensitive epilepsy. At present, browsers do not allow screen flickering to be disabled by the user.

Testdatei 7.1.1.2: remove flicker (object).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [7.1.1.3] - Priorität 1
Ensure embedded items such as movies, audio files, etc. do not cause on-screen flickering. It can trigger epileptic seizures in people with photosensitive epilepsy. At present, browsers do not allow screen flickering to be disabled by the user.

Testdatei 7.1.1.3: remove flicker (embed).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [7.1.1.4] - Priorität 1
Ensure applets do not cause on-screen flickering. It can trigger epileptic seizures in people with photosensitive epilepsy. At present, browsers do not allow screen flickering to be disabled by the user.

Testdatei 7.1.1.4: remove flicker (applet).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [7.1.1.5] - Priorität 1
Ensure that animated gifs do not flicker. On-screen flickering can trigger epileptic seizures in people with photosensitive epilepsy. At present, browsers do not allow screen flickering to be disabled by the user.

Testdatei 7.1.1.5: remove flicker (animated gif).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [8.1.1.1] - Priorität 1
Ensure pages are functional when programmatic objects such as scripts are disabled or not supported. Make scripts directly accessible or compatible with assistive technologies when functionality is important. Include a <noscript> section in the document and specify logical rather than device-dependent event handlers. As a last resort, provide equivalent content on an alternative page.

Testdatei 8.1.1.1: ensure programmatic objects are accessible (script).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [8.1.1.2] - Priorität 1
Ensure pages are functional when programmatic objects are turned off or not supported. Use application-level triggers rather than user interaction-level event triggers. If device-dependent attributes must be used, provide redundant input mechanisms (i.e. specify two handlers for the same element). As a last resort, provide equivalent information on an alternative page.

Testdatei 8.1.1.2: ensure programmatic objects are accessible (object).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [8.1.1.3] - Priorität 1
Ensure pages are functional when programmatic objects such as applets are disabled or not supported. Make applets directly accessible or compatible with assistive technologies when functionality is important. Provide either a link to a description or insert a text equivalent directly into the document and use event handlers that are input device-independent. As a last resort, provide equivalent information on an alternative page.

Testdatei 8.1.1.3: ensure programmatic objects are accessible (applet).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [8.1.1.4] - Priorität 1
Ensure pages are functional when programmatic objects are disabled or not supported. Make embedded objects such as movies or audio files directly accessible or compatible with assistive technologies when functionality is important. Provide a text equivalent via "alt" and "longdesc" attributes or in element content. As a last resort, provide equivalent information on an alternative page.

Testdatei 8.1.1.4: ensure programmatic objects are accessible (embed).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [9.1.1.1] - Priorität 1
Convert server-side image maps to client-side maps whenever possible. Client-side image maps are preferable because, unlike server-side maps, they can be accessed by individuals who either cannot view images, have chosen to use a non-graphical browser, or are unable to use traditional pointing devices (such as a mouse).

Testdatei 9.1.1.1: image map (server-side) requires conversion.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [12.1.1.1] - Priorität 1
Provide a title for each <frame> or <iframe> within a document. Frame titles must be meaningful (i.e. identify content and/or navigational links). Do not use filenames (e.g. title="frame1.html") or placeholder text (i.e. "insert frame title here") as a title.

Testdatei 12.1.1.1: <frame> missing title.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [12.1.1.2] - Priorität 1
Frame titles must be meaningful (i.e. identify content and/or navigational links). Null (i.e. title="") is not an acceptable title. In addition, do not use filenames (e.g. title="frame1.html") or placeholder text (i.e. "insert frame title here") as a title.

Testdatei 12.1.1.2: <frame> title invalid (null).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [12.1.1.3] - Priorität 1
Frame titles must be meaningful (i.e. identify content and/or navigational links). Spaces in a title (i.e. title=" ") are not acceptable. In addition, do not use filenames (e.g. title="frame1.html") or placeholder text (i.e. "insert frame title here") as a title.

Testdatei 12.1.1.3: <frame> title invalid (spaces).
Anzeige der Testdatei-Quelle
Testdatei


Priorität 2         accessibility-check: 2         --accessibility-check 2

Fehler Nummer [1.1.12.1] - Priorität 2
Ersetzen Sie "ASCII-Kunstwerke" (Illustrationen aus Tastatur-Symbolen und -Zeichen) mit dem realem Bild, wann immer möglich! Kann das "ASCII-Kunstwerk" nicht ersetzt werden, dann müssen Sie eine Textentsprechung ergänzen, für Benutzer, die auf akustische- oder nur-Text-Browser angewiesen sind (z.B. Blinde). Eine Textentsprechung ist nur dann nicht nötig, wenn das komplette Dokument(=eine Datei) EIN "ASCII-Kunstwerk" ist (z.B. bei SMS ASCII-Bild-Vorlagen).

Testdatei 1.1.12.f1: zum "ASCII-Kunstwerke" fehlt der Beschreibungstext
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [3.2.1.1] - Priorität 2
All documents must begin with a Document Type Declaration <doctype> or DTD. The <doctype> informs a validator which version of HTML to use when verifying a document's syntax. The most commonly used DTD is HTML 4.01 Transitional.

Testdatei 3.2.1.1: <doctype> missing.
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [3.3.1.1] - Priorität 2
Use Cascading Style Sheets (CSS) to apply stylistic effects (i.e. font color, font size, paragraph indentation, etc.) and control positioning of content (i.e. page layout) within web documents.

Testdatei 3.3.1.1: use style sheets to control presentation.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [3.5.1.1] - Priorität 2
Organize or "nest" headers in an ordered and logical fashion. Headers that are not structured in sequential order or those used to apply font effects can creating difficulties in navigation and comprehension for the visually impaired.

Testdatei 3.5.1.1: headers improperly nested.
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [3.5.2.1] - Priorität 2
If a lead sentence or paragraph is italicized consider converting it into a header. If a text element occurs within a paragraph and the paragraph is less than ten words containing only text items or formatting elements it is also potentially a header.

Testdatei 3.5.2.1: potential header (bold).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [3.5.2.2] - Priorität 2
If a lead sentence or paragraph is italicized consider converting it into a header. If a text element occurs within a paragraph and the paragraph is less than ten words containing only text items or formatting elements it is also potentially a header.

Testdatei 3.5.2.2: potential header (italics).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [3.5.2.3] - Priorität 2
If a lead sentence or paragraph is underlined consider converting it into a header. If a text element occurs within a paragraph and the paragraph is less than ten words containing only text items or formatting elements it is also potentially a header.

Testdatei 3.5.2.3: potential header (underline).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [3.6.1.1] - Priorität 2
Avoid using list markup to create formatting effects. Do not use 'ul' (unordered list) to indent text, use Cascading Style Sheets (CSS) instead.

Testdatei 3.6.1.1: list usage invalid <ul>.
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [3.6.1.2] - Priorität 2
Avoid using list markup to create formatting effects. Do not use 'ol' (ordered list) to indent text, use Cascading Style Sheets (CSS) instead.

Testdatei 3.6.1.2: list usage invalid <ol>.
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [3.6.1.4] - Priorität 2
Avoid using list markup to create formatting effects. Do not use 'li' (list item) to indent text, use Cascading Style Sheets (CSS) instead.

Testdatei 3.6.1.4: list usage invalid <li>.
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [5.3.1.1] - Priorität 2
If tables are used for layout purposes ensure the content remains intelligible when the table is linearized (i.e. the content is converted into standard paragraphs). When tables are used to present text in word-wrapped, parallel columns the information may become jumbled when rendered by a screen reader.

Testdatei 5.3.1.1: verify layout talbes linearize properly.
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [5.4.1.1] - Priorität 2
Avoid using structural markup to apply style to text within data cells in tables used for layout purposes. Use Cascading Style Sheets (CSS) to format text, instead.

Testdatei 5.4.1.1: invalid markup used in layout <table>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [5.5.2.1] - Priorität 2
Captions are used to describe the nature of the table in one to three sentences. Insert the caption below the table element. A caption is not always necessary. If a caption is not provided, use the "title" attribute to briefly describe the purpose of a table.

Testdatei 5.5.2.1: <table> summary <caption>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [6.5.1.1] - Priorität 2
Each <frameset> must include a valid <noframes> section which has at least one word of text or accessible html code and all links required to navigate the site. Do not use the <noframes> section to inform users that they must upgrade to a browser that supports frames.

Testdatei 6.5.1.1: <frameset> missing <noframes> section.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [6.5.1.2] - Priorität 2
A valid <noframes> section includes at least one word of text or accessible html code and all links required to navigate the site. Do not use the <noframes> section to inform users that they must upgrade to a browser that supports frames.

Testdatei 6.5.1.2: <noframes> section invalid (no value).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [6.5.1.3] - Priorität 2
Do not use the <noframes> section to inform users that they must upgrade to a browser that supports frames. A valid <noframes> section includes at least one word of text or accessible html code and all links required to navigate the site.

Testdatei 6.5.1.3: <noframes> section invalid (content).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [6.5.1.4] - Priorität 2
All links must be enclosed in the <noframes> section. A valid <noframes> section has at least one word of text or accessible html code. In addition, <noframes> should not be used to inform users that they must upgrade to a browser that supports frames. Testdatei 6.5.1.4: <noframes> section invalid (link).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [7.2.1.1] - Priorität 2
Both <blink> and <marquee> are non-standard elements and should not be used in html documents. Use style sheets to emphasize content with special formatting (i.e. bold, italics, capitalization, underline, etc.)

Testdatei 7.2.1.1: remove blink/marquee.
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [7.4.1.1] - Priorität 2
Until browser agents allow clients to stop documents from automatically refreshing, avoid creating p ages that reload without a request from the user. Allow visitors to refresh or reload pages at their own discretion.

Testdatei 7.4.1.1: remove auto-refresh.
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [7.5.1.1] - Priorität 2
Avoid using markup that automatically redirects visitors to other web documents. People with limited vision or cognitive disabilities often don't have sufficient time to read a document that includes an auto-redirect command. Instead, create a link within the document that allows clients to advance to the next page at their own discretion.

Testdatei 7.5.1.1: remove auto-redirect.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [9.3.1.1] - Priorität 2
Include a redundant mechanism (such as keyboard input) if device dependent event handlers are used to invoke a script. The onMouseDown event handler should be paired and included in the same element with "onKeyDown".

Testdatei 9.3.1.1: <script> not keyboard accessible (onMouseDown).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [9.3.1.2] - Priorität 2
Include a redundant mechanism (such as keyboard input) if device dependent event handlers are used to invoke a script. The onMouseUp event handler should be paired and included in the same element with "onKeyUp".

Testdatei 9.3.1.2: <script> not keyboard accessible (onMouseUp).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [9.3.1.3] - Priorität 2
Include a redundant mechanism (such as keyboard input) if device dependent event handlers are used to invoke a script. The onMouseUp event handler should be paired and included in the same element with "onKeyPress".

Testdatei 9.3.1.3: <script> not keyboard accessible (onClick).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [9.3.1.4] - Priorität 2
Always include a keyboard equivalent with a device dependent event handler such as a mouse. Avoid using event handlers that rely on mouse coordinates since this precludes device independent input. Scripts that accept keyboard input are generally accessible to those using speech input or a command line interface.

Testdatei 9.3.1.4: <script> not keyboard accessible (onMouseOver).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [9.3.1.5] - Priorität 2
Always include a keyboard equivalent with a device dependent event handler such as a mouse. Avoid using event handlers that rely on mouse coordinates since this precludes device independent input. Scripts that accept keyboard input are generally accessible to those using speech input or a command line interface.

Testdatei 9.3.1.5: <script> not keyboard accessible (onMouseOut).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [9.3.1.6] - Priorität 2
Always include a keyboard equivalent with a device dependent event handler such as a mouse. Avoid using event handlers that rely on mouse coordinates since this precludes device independent input. Scripts that accept keyboard input are generally accessible to those using speech input or a command line interface.

Testdatei 9.3.1.6: <script> not keyboard accessible (onMouseMove).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [10.1.1.1] - Priorität 2
Do not cause pop-ups or other windows to appear and do not change the current window without informing the user. Avoid using target attributes such as "_new" or "_blank" in anchor elements. Use the existing window as the target. Links that open new windows can be disorienting to people with cognitive and visual disabilities.

Testdatei 10.1.1.1: new windows require warning (_new).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [10.1.1.2] - Priorität 2
Do not cause pop-ups or other windows to appear and do not change the current window without informing the user. Avoid using target attributes such as "_blank" or "_new" in anchor elements. Use the existing window as the target. Links that open new windows can be disorienting to people with cognitive and visual disabilities.

Testdatei 10.1.1.2: new windows require warning (_blank).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [10.2.1.1] - Priorität 2
Create a clear association between a form control and its label by ensuring labels are positioned properly within html markup. Do not separate a label from its form control with additional text, images, etc. If there are two or more controls on a single line, labels should be placed immediately before its corresponding control or place each label and control on a separate line.

Testdatei 10.2.1.1: <label> needs repositioning (<label> before <input>)
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [10.2.1.2] - Priorität 2
Create a clear association between a form control and its label by ensuring labels are positioned properly within html markup. Do not separate a form control from its label with additional text, images, etc. If there are two or more controls on a single line, labels should be placed immediately after its corresponding control or place each label and control on a separate line.

Testdatei 10.2.1.2: <label> needs repositioning (<label> after <input>)
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [11.2.1.1] - Priorität 2
Replace deprecated html elements and attributes to ensure their web pages remain compliant with the most current browser technologies. Applet (and all its attributes) has been deprecated in favor of <object>.

Testdatei 11.2.1.1: replace deprecated html <applet>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [11.2.1.2] - Priorität 2
Replace deprecated html elements and attributes to ensure web pages remain compliant with the most current browser technologies. The <basefont> element is deprecated. Use Cascading Style Sheets (CSS) to set font size.

Testdatei 11.2.1.2: replace deprecated html <basefont>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [11.2.1.3] - Priorität 2
Replace deprecated html elements and attributes to ensure web pages remain compliant with the most current browser technologies. The <center> element is deprecated. Use Cascading Style Sheets (CSS) to position text.

Testdatei 11.2.1.3: replace deprecated html <center>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [11.2.1.4] - Priorität 2
Replace deprecated html elements and attributes to ensure web pages remain compliant with the most current browser technologies. The <dir> element has been deprecated in favor of <ul> (unordered list).

Testdatei 11.2.1.4: replace deprecated html <dir>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [11.2.1.5] - Priorität 2
Replace deprecated html elements and attributes to ensure web pages remain compliant with the most current browser technologies. The <font> element is deprecated. Use Cascading Style Sheets (CSS) to set font size and color.

Testdatei 11.2.1.5: replace deprecated html <font>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [11.2.1.6] - Priorität 2
Replace deprecated html elements and attributes to ensure web pages remain compliant with the most current browser technologies. The <isindex> element (which creates a single-line text input control) has been deprecated. Use <input> to create text input controls instead.

Testdatei 11.2.1.6: replace deprecated html <isindex>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [11.2.1.7] - Priorität 2
Replace deprecated html elements and attributes to ensure web pages remain compliant with the most current browser technologies. The <menu> element has been deprecated in favor of <ul> (unordered list).

Testdatei 11.2.1.7: replace deprecated html <menu>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [11.2.1.8] - Priorität 2
Replace deprecated html elements and attributes to ensure web pages remain compliant with the most current browser technologies. The <s> element (used to render strike-through style text) has been deprecated. Use Cascading Style Sheets (CSS) to apply font effects to text.

Testdatei 11.2.1.8: replace deprecated html <s>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [11.2.1.9] - Priorität 2
Replace deprecated html elements and attributes to ensure web pages remain compliant with the most current browser technologies. The <strike> element (used to render strike-through style text) has been deprecated. Use Cascading Style Sheets (CSS) to apply font effects to text.

Testdatei 11.2.1.9: replace deprecated html <striket>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [11.2.1.10] - Priorität 2
Replace deprecated html elements and attributes to ensure web pages remain compliant with the most current browser technologies. The <u> element (which renders underlined text) has been deprecated. Use Cascading Style Sheets (CSS) to apply font effects to text.

Testdatei 11.2.1.10: replace deprecated html <u>.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [12.4.1.1]< - Priorität 2
The "for" and "id" attributes explicitly associate a label with its matching form control. The value of the "for" attribute must be identical to the "id" attribute. More than one label may be associated with the same control by creating multiple references through the "for" attribute.

Testdatei 12.4.1.1: associate labels explicitly with form controls.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [12.4.1.2] - Priorität 2
The "for" attribute must accompany the "id" attribute to explicitly associate a label with its matching form control. The value of the "for" and "id" attributes must be identical. More than one label may be associated with the same control by creating multiple references via the "for" attribute.

Testdatei 12.4.1.2: associate labels explicitly with form controls (for).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [12.4.1.3] - Priorität 2
The "id" attribute must accompany the "for" attribute to explicitly associate a label with its matching form control. The value of the "for" and "id" attributes must be identical. More than one label may be associated with the same control by creating multiple references via the "for" attribute.

Testdatei 12.4.1.3: associate labels explicitly with form controls (id).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [13.1.1.1] - Priorität 2
Create link text that remains meaningful even when read out of context. Identify the purpose or target of each link (i.e. describe the destination of the link) and keep the text concise.

Testdatei 13.1.1.1: link text not meaningful.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [13.1.1.2] - Priorität 2
Create link text that remains meaningful even when read out of context. Identify the purpose or target of each link (i.e. describe the destination of the link) and keep the text concise.

Testdatei 13.1.1.2: link text missing.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [13.1.1.3] - Priorität 2
Keep link text concise. Create links that remain meaningful even when read out of context by clearly identifying the purpose or target of each link (i.e. describe the destination of the link).

Testdatei 13.1.1.3: link text too long .
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [13.1.1.4] - Priorität 2
Avoid ambiguous link text such as "click here". In addition, the term "click" suggests the link is only accessible via a mouse or other similar pointing device. Create link text that remains meaningful even when read out of context. Identify the purpose or target of each link (i.e. describe the destination of the link)and keep the text concise.

Testdatei 13.1.1.4: link text not meaningful (click here).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [13.1.1.5] - Priorität 2
Avoid ambiguous link text such as "more". Create link text that remains meaningful even when read out of context. Identify the purpose or target of each link (i.e. describe the destination of the link) and keep the text concise.

Testdatei 13.1.1.5: link text not meaningful (more).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [13.1.1.6] - Priorität 2
Avoid ambiguous link text such as "follow this". Create link text that remains meaningful even when read out of context. Identify the purpose or target of each link (i.e. describe the destination of the link)and keep the text concise.

Testdatei 13.1.1.6: link text not meaningful (follow this).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [13.2.1.1] - Priorität 2
Metadata should describe or provide specific information about individual web documents. Metadata is commonly used to list keywords so that search engines can conduct a more accurate and refined search. It can also include: content ratings, author information, site maps, stream channel definitions, a document's primary language, and digital library collections.

Testdatei 13.2.1.1: Metadata missing.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [13.2.1.2] - Priorität 2
If metadata is specified via the link element its value should be a URI. It should not be used to access style sheets. Use metadata to describe or provide specific information about individual web documents. Metadata often includes a list of keywords enabling search engines to conduct a more accurate and refined search. It can also contain content ratings, author information, site maps, stream channel definitions, a document's primary language, and digital library collections.

Testdatei 13.2.1.2: Metadata missing (link element).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [13.2.1.3] - Priorität 2
Do not use the metadata element to refresh or redirect web pages automatically. Use metadata to describe or provide specific information about individual web documents. Metadata often includes a list of keywords enabling search engines to conduct a more accurate and refined search. It can also contain content ratings, author information, site maps, stream channel definitions, a document's primary language, and digital library collections.

Testdatei 13.2.1.3: Metadata missing (redirect/auto-refresh).
Anzeige der Testdatei-Quelle
Testdatei


Priorität 3         accessibility-check: 3         --accessibility-check 3

Warnungs-Nummer [1.5.1.1] - Priorität 3
Client-side image maps also include redundant text links to ensure users will be able to navigate through a site. When creating redundant text links for image maps, create text that identifies the destination of each link (i.e. Home Page, Search Engine, etc.)

Testdatei 1.5.1.f1: image map (client-side) missing text links.
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [2.2.1.1] - Priorität 3
Ensure there is sufficient contrast between text and background colors for individuals with a color deficiency.

Testdatei 2.2.1.1: poor color contrast (text).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [2.2.1.2] - Priorität 3
Ensure there is sufficient contrast between text and background colors for individuals with a color deficiency.

Testdatei 2.2.1.2: poor color contrast (link).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [2.2.1.3] - Priorität 3
Ensure there is sufficient contrast between text and background colors for individuals with a color deficiency.

Testdatei 2.2.1.3: poor color contrast (active link).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [2.2.1.4] - Priorität 3
Ensure there is sufficient contrast between text and background colors for individuals with a color deficiency.

Testdatei 2.2.1.4: poor color contrast (visited link).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [4.3.1.1] - Priorität 3
Identify the primary language of each document to ensure that clients automatically retrieve web pages in their preferred language. Language can be specified either through http headers or html markup (i.e. 'html lang="en"').

Testdatei 4.3.1.1: language not identified.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [4.3.1.2] - Priorität 3
Ensure the language specified in either the http header or html markup (i.e. 'html lang="en"') is valid.

Testdatei 4.3.1.2: language attribute invalid.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [5.5.1.1] - Priorität 3
Tables must include a "summary" attribute in the table element. The summary should describe the relationship among table cells and cells that span multiple columns and/or rows. It is also useful in describing how the information contained in the table relates to other information in the document.

Testdatei 5.5.1.1: <table> missing summary.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [5.5.1.2] - Priorität 3
Table summaries must include an actual value (i.e. summary="" or null is not acceptable). The summary should describe the relationship among table cells and cells that span multiple columns and/or rows. It is also useful in describing how the information contained in the table relates to other information in the document.

Testdatei 5.5.1.2: <table> summary invalid (null).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [5.5.1.3] - Priorität 3
Table summaries must contain an actual value (i.e. summary=" " with spaces is not acceptable). The summary should describe the relationship among table cells and cells that span multiple columns and/or rows. It is also useful in describing how the information contained in the table relates to other information in the document.

Testdatei 5.5.1.3: <table> summary invalid (spaces).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [5.5.1.6] - Priorität 3
Table summaries must contain an actual description. Placeholder text (i.e. summary="table summary") is not acceptable. The summary should describe the relationship among table cells and cells that span multiple columns and/or rows. It is also useful in describing how the information contained in the table relates to other information in the document.

Testdatei 5.5.1.6: <table> summary invalid (placeholder text).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [5.6.1.1] - Priorität 3
Provide abbreviations for table headers to reduce useless repetition and reading time for those relying on screen readers and other speech technologies. Include the "abbr" attribute in the table's 'th' element and condense the heading to one or two key words.

Testdatei 5.6.1.1: <table> may require header abbreviations.
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [5.6.1.2] - Priorität 3
Abbreviations for table headers must contain an actual value (i.e. 'th abbr=""' is not acceptable). Condense the heading to one or two key words.

Testdatei 5.6.1.2: <table> header abbreviations invalid (null).
Anzeige der Testdatei-Quelle
Testdatei

Warnungs-Nummer [5.6.1.3] - Priorität 3
Abbreviations for table headers must contain an actual value (i.e. 'th abbr=" "' is not acceptable). Condense the heading to one or two key words.

Testdatei 5.6.1.3: <table> header abbreviations invalid (spaces).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [10.4.1.1] - Priorität 3
Include default text for all <input> form controls. Placing default text in form fields enables keyboard users to insert a cursor into placeholder text or characters and enter their own data.

Testdatei 10.4.1.1: form control requires default text.
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [10.4.1.2] - Priorität 3
Default text for all <input> form controls must include an actual value. Null (i.e. value="") is not valid default text but using placeholder characters (i.e. value="****") is acceptable. Placing default text in form fields enables keyboard users to insert a cursor into placeholder text and enter their own data.

Testdatei 10.4.1.2: form control default text invalid (null).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [10.4.1.3] - Priorität 3
Default text for all <input> form controls must include an actual value. Including spaces (i.e. value=" ") in default text is not allowed but using placeholder characters (i.e. value="****") is acceptable. Placing default text in form fields enables keyboard users to insert a cursor into placeholder text and enter their own data.

Testdatei 10.4.1.3: form control default text invalid (spaces).
Anzeige der Testdatei-Quelle
Testdatei

Fehler Nummer [13.10.1.1] - Priorität 3
Provide a means to skip over multi-line ascii art. Avoid ascii art (character illustrations) whenever possible. If ascii art must be used, provide a link to bypass the graphic. For ascii art 20 characters or less use the <abbr> element with the "title" attribute.

Testdatei 13.10.1.1: skip over ascii art.
Anzeige der Testdatei-Quelle
Testdatei


Der Autor distanziert sich ausdrücklich vom Inhalt aller externen Links und Verweise.
Er übernimmt keine Gewähr oder Haftung für
Vollständigkeit, Richtigkeit, Aktualität oder etwaige Schäden.