Add exception for ARIA role="text"
See original GitHub issueInvalid ARIA role="text"
can be used to stop ‘text splitting’ in VoiceOver iOS https://axesslab.com/text-splitting/ This improves the user experience and does not negatively affect accessibility.
Please add an exception, so that the presence of ARIA role="text"
does not cause the following failure: ‘[role] values are not valid - ARIA roles must have valid values in order to perform their intended accessibility functions.’
Issue Analytics
- State:
- Created 4 years ago
- Reactions:16
- Comments:17 (7 by maintainers)
Top Results From Across the Web
ARIA: application role - Accessibility - MDN Web Docs - Mozilla
The one exception is if focus is set to a standard widget inside the application that supports keyboard navigation from the browser, for...
Read more >Using ARIA - W3C
This document is a practical guide for developers on how to add accessibility information to HTML elements using the Accessible Rich ...
Read more >DEV 8.1 – Assign roles using ARIA
Use native HTML elements instead of custom elements with ARIA roles ... Many HTML elements already have a considerable degree of accessibility support...
Read more >What happens when aria-label, aria-labelledby and aria ...
NVDA on WIN10 overrides heading text with aria-label or aria-labelledby , ignores it on other static content except ... What happens when roles...
Read more >ARIA Landmarks - IT Accessibility - NC State University
By adding the attribute role=”navigation” to the containing <div>, we are marking this as a navigation region. <div id="nav" role="navigation"> <ul> <li>Home</ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Alright, just a heads up for everyone. We have this planned for the 4.1.0 release. I’m going to start working on this so should be able to have it into develop within the next couple of weeks. Thank you for your patience.
We finished this and it will be part of the 4.2 release.