diff options
Diffstat (limited to 'files/de/glossary/aria/index.html')
-rw-r--r-- | files/de/glossary/aria/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/de/glossary/aria/index.html b/files/de/glossary/aria/index.html new file mode 100644 index 0000000000..ab02af073f --- /dev/null +++ b/files/de/glossary/aria/index.html @@ -0,0 +1,14 @@ +--- +title: ARIA +slug: Glossary/ARIA +translation_of: Glossary/ARIA +--- +<p><strong>ARIA</strong> (<em>Accessible Rich {{glossary("Internet")}} Applications</em>) ist eine {{Glossary("W3C")}} Spezifikation um {{Glossary("HTML")}} Elemente mit semantischen Informationen oder Metadaten anzureichern, damit die Seite auch für Menschen mit Einschränkungen zugänglich ist.</p> + +<p>Zum Beispiel hilft das Attribut <code>role="alert"</code> Screenreadern dabei, ein HTML Tag als wichtig und zeitkritisch einzustufen und es einem Nutzer mit Sehbehinderung mitzuteilen.</p> + +<h2 id="Erfahren_Sie_mehr">Erfahren Sie mehr</h2> + +<ul> + <li><a href="/en-US/docs/Web/Accessibility/ARIA">ARIA </a></li> +</ul> |