question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add exception for ARIA role="text"

See original GitHub issue

Invalid 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:closed
  • Created 4 years ago
  • Reactions:16
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

15reactions
strakercommented, Sep 14, 2020

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.

7reactions
strakercommented, Jan 11, 2021

We finished this and it will be part of the 4.2 release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found