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

Ensure that alerts that appear at the top of the page are announced to the screen reader user. #146

Open
lhenze opened this issue Dec 9, 2021 · 0 comments
Labels
a11y - significant Accessibility issues -- Must be fixed

Comments

@lhenze
Copy link
Member

lhenze commented Dec 9, 2021

#24 in A11y review: "When creating an account or verifying an email address, alerts that appear at the top of the page are not announced to the screen reader user. They will need to navigate through the page until they come upon the information. "

I believe the solution is adding role="alert" to the "flashed" message, for example:
<div class="ui info flashed message" role="alert">

@lhenze lhenze added the a11y - significant Accessibility issues -- Must be fixed label Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y - significant Accessibility issues -- Must be fixed
Projects
None yet
Development

No branches or pull requests

1 participant