diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
commit | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch) | |
tree | d4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/glossary/accessibility | |
parent | 33058f2b292b3a581333bdfb21b8f671898c5060 (diff) | |
download | translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2 translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip |
initial commit
Diffstat (limited to 'files/de/glossary/accessibility')
-rw-r--r-- | files/de/glossary/accessibility/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/files/de/glossary/accessibility/index.html b/files/de/glossary/accessibility/index.html new file mode 100644 index 0000000000..9c8b6c067c --- /dev/null +++ b/files/de/glossary/accessibility/index.html @@ -0,0 +1,33 @@ +--- +title: Accessibility +slug: Glossary/Accessibility +tags: + - Accessibility + - Barrierefreiheit + - Glossary +translation_of: Glossary/Accessibility +--- +<p><em>Web Accessibility</em> (<strong>A11Y</strong>) ist ein Begriff, der empfohlene Methoden beschreibt, um eine Website für Menschen mit physischen und technischen Einschränkungen zugänglich zu machen. Web accessibility wird am {{Glossary("W3C")}} durch die {{Glossary("WAI","Web Accessibility Initiative")}} (WAI) definiert und diskutiert.</p> + +<h2 id="Mehr_erfahren">Mehr erfahren</h2> + +<h3 id="Allgemeines">Allgemeines</h3> + +<ul> + <li><a href="/de/docs/Web/Barrierefreiheit">Accessibility resources at MDN</a></li> + <li>{{Interwiki("wikipedia", "Web accessibility")}} auf Wikipedia</li> +</ul> + +<h3 id="Lernmaterial">Lernmaterial</h3> + +<ul> + <li><a href="http://webaim.org/" rel="external">Web Accessibility In Mind</a></li> +</ul> + +<h3 id="Technische_Referenz">Technische Referenz</h3> + +<ul> + <li><a href="/en-US/docs/Web/Accessibility/ARIA">The ARIA documentation on MDN</a></li> + <li><a href="http://www.w3.org/WAI/" rel="external">The Web Accessibility Initiative homepage</a></li> + <li><a href="http://www.w3.org/TR/wai-aria/" rel="external">The WAI-ARIA recommendation</a></li> +</ul> |