You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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">
The text was updated successfully, but these errors were encountered:
#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">
The text was updated successfully, but these errors were encountered: