ARIA

132 bookmarks
Newest
ARIA: switch role - Accessibility | MDN
ARIA: switch role - Accessibility | MDN
The ARIA switch role is functionally identical to the checkbox role, except that instead of representing "checked" and "unchecked" states, which are fairly generic in meaning, the switch role represents the states "on" and "off."
·developer.mozilla.org·
ARIA: switch role - Accessibility | MDN
Accessible Rich Internet Applications (WAI-ARIA) 1.1
Accessible Rich Internet Applications (WAI-ARIA) 1.1
Accessibility of web content requires semantic information about widgets, structures, and behaviors, in order to allow assistive technologies to convey appropriate information to persons with disabilities. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. T...
·w3.org·
Accessible Rich Internet Applications (WAI-ARIA) 1.1
ARIA Landmarks – Make WordPress Accessible
ARIA Landmarks – Make WordPress Accessible
ARIA landmark roles provide a method for screen reader users to navigate structural regions of a site. By default, many HTML5 elements define ARIA landmark roles which identify these regions. All c…
·make.wordpress.org·
ARIA Landmarks – Make WordPress Accessible
WAI-ARIA Authoring Practices 1.1
WAI-ARIA Authoring Practices 1.1
This document provides readers with an understanding of how to use WAI-ARIA 1.1 [WAI-ARIA] to create accessible rich internet applications. It describes considerations that might not be evident to most authors from the WAI-ARIA specification alone and recommends approaches to make widgets, navigation, and behaviors accessible using WAI-ARIA roles, states, and properties. This document is directed primarily to Web application developers, but the guidance is also useful for user agent and assistive technology developers.
·w3.org·
WAI-ARIA Authoring Practices 1.1
Using the aria-describedby attribute - Accessibility | MDN
Using the aria-describedby attribute - Accessibility | MDN
The aria-describedby attribute is used to indicate the IDs of the elements that describe the object. It is used to establish a relationship between widgets or groups and text that described them. This is very similar to aria-labelledby: a label describes the essence of an object, while a description provides more information that the user might need.
·developer.mozilla.org·
Using the aria-describedby attribute - Accessibility | MDN
WAI-ARIA Authoring Practices 1.1
WAI-ARIA Authoring Practices 1.1
This document provides readers with an understanding of how to use WAI-ARIA 1.2 [WAI-ARIA] to create accessible rich internet applications. It describes considerations that might not be evident to most authors from the WAI-ARIA specification alone and recommends approaches to make widgets, navigation, and behaviors accessible using WAI-ARIA roles, states, and properties. This document is directed primarily to Web application developers, but the guidance is also useful for user agent and assistive technology developers.
·w3c.github.io·
WAI-ARIA Authoring Practices 1.1
Accessible Rich Internet Applications (WAI-ARIA) 1.1
Accessible Rich Internet Applications (WAI-ARIA) 1.1
Accessibility of web content requires semantic information about widgets, structures, and behaviors, in order to allow assistive technologies to convey appropriate information to persons with disabilities. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. T...
·w3.org·
Accessible Rich Internet Applications (WAI-ARIA) 1.1
Rules for Using ARIA in HTML
Rules for Using ARIA in HTML
The Web Accessibility Initiative's Accessible Rich Internet Applications Suite (WAI-ARIA, or just ARIA) is a set of tools and guidelines for making web content and applications more accessible. Most notably, it includes a suite of attributes we can add to HTML elements to embed in them more semantic information that
·bitsofco.de·
Rules for Using ARIA in HTML
ARIA - Barrierefreiheit | MDN
ARIA - Barrierefreiheit | MDN
Accessible Rich Internet Applications (ARIA) ermöglichen Webentwicklern Webinhalte und Web-Applikationen (insbesondere solche mit Ajax und JavaScript) besser zugänglich für Menschen mit Behinderungen und anderen Einschränkungen zu machen. Zum Beispiel lassen sich mit ARIA Navigations-Landmarken, JavaScript-Widgets, Formular-Hinweise und Fehlermeldungen hinzufügen und Live-Content-Aktualisierungen barrierefrei gestalten.
·developer.mozilla.org·
ARIA - Barrierefreiheit | MDN
Das role-Attribut: Worauf es ankommt | Webkrauts
Das role-Attribut: Worauf es ankommt | Webkrauts
Das role-Attribut bietet viele Möglichkeiten für die barrierefreie Webgestaltung. Jan Eric Hellbusch (@2bweb) mit einem Einstieg in die Accessible Rich Internet Applications (ARIA).
·webkrauts.de·
Das role-Attribut: Worauf es ankommt | Webkrauts