Skip to content
New issue

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

aria-description in popovers #6274

Closed
gwyneplaine opened this issue Aug 6, 2021 · 0 comments · Fixed by #6412
Closed

aria-description in popovers #6274

gwyneplaine opened this issue Aug 6, 2021 · 0 comments · Fixed by #6412
Assignees

Comments

@gwyneplaine
Copy link
Contributor

Presently aria-description is used to give additional usage context for popover dialogs in the ListPage.
This is an ARIA 1.3 spec inclusion https://w3c.github.io/aria/#aria-description, so browser support is only at around 71%.
This manifests itself not only in React console errors, but also the descriptive text not being read out in unsupported browsers. https://caniuse.com/?search=aria-description

Ideally we should either have a more universally supported solution (aria-describedby or visually hidden element), or fallback to one if the attribute is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant