We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.8.0
Support of aria-label in screen reader varies. It seems working when assigning to role="section", but not when role="group".
aria-label
role="section"
role="group"
For texts that are intended for screen reader, we should use <ScreenReaderText> for offscreen rendering, instead of aria-label.
<ScreenReaderText>
The narration should be precise without lots of repetitives and without any missing information. It must speak activity text + timestamp.
This article outline why offscreen texts are recommended over aria-label.
https://developer.paciellogroup.com/blog/2017/07/short-note-on-aria-label-aria-labelledby-and-aria-describedby/
[Bug]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
4.8.0
Describe the bug
Support of
aria-label
in screen reader varies. It seems working when assigning torole="section"
, but not whenrole="group"
.For texts that are intended for screen reader, we should use
<ScreenReaderText>
for offscreen rendering, instead ofaria-label
.Steps to reproduce
Expected behavior
The narration should be precise without lots of repetitives and without any missing information. It must speak activity text + timestamp.
Additional context
This article outline why offscreen texts are recommended over
aria-label
.https://developer.paciellogroup.com/blog/2017/07/short-note-on-aria-label-aria-labelledby-and-aria-describedby/
[Bug]
The text was updated successfully, but these errors were encountered: