17 Matching Annotations
- May 2023
- Apr 2022
-
web.dev web.dev
Tags
Annotators
URL
-
- Feb 2022
-
developer.chrome.com developer.chrome.com
- Nov 2021
-
react-spectrum.adobe.com react-spectrum.adobe.com
Tags
Annotators
URL
-
- May 2021
-
css-tricks.com css-tricks.com
-
However, since we’re using tables purely for structural purposes, we need screen readers to ignore those tables. This is where ARIA roles can help us out. By applying the role="presentation" attribute to a table, we can instruct the screen reader to skip over those elements and move straight into the content.
-
- Oct 2020
-
react-spectrum.adobe.com react-spectrum.adobe.com
-
Sometimes you might need to use an element other than a native <button>. useButton supports this via the elementType prop. When used with an element other than a native button, useButton automatically applies the necessary ARIA roles and attributes to ensure that the element is exposed to assistive technology as a button.
-
- Sep 2020
-
react-spectrum.adobe.com react-spectrum.adobe.com
- Nov 2019
-
github.com github.com
-
A mixed-state checkbox for React based on the WAI-ARIA Authoring Practices's tri-state checkbox.
-
The current state is passed as the prop aria-checked, which can be either true, false or 'mixed'.
Tags
Annotators
URL
-
- Jul 2018
-
assets.cms.gov assets.cms.gov
-
Accessible alert using live region
-
- May 2018
- Dec 2017
-
-
Data tables must be rendered with HTML tags.
What about using ARIA for this?
-
- May 2017
-
-
WAI-ARIA provides Web authors with the following:
This is a summary of the main types of additional information which may need to be added to a page to make it accessible, which can be done by adding ARIA attributes to elements.
-
For example, with WAI-ARIA, developers can identify regions of pages and enable keyboard users to easily move among regions, rather than having to press Tab many times.
-
For example, if the content of a Web page changes in response to user actions or time- or event-based updates, that new content may not be available to some people, such as people who are blind or people with cognitive disabilities who use a screen reader.
Tags
Annotators
URL
-