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

Update "Login error not announced by screen reader - is this a fail?" #56

Open
Jefferydo opened this issue Jul 29, 2022 · 0 comments
Open

Comments

@Jefferydo
Copy link

The solution only mentions aria-live notifications but there are several more techniques. Also, if the login button triggers a page refresh, aria-live is not the ideal technique. It's best-suited to inline feedback when the user move focus away from the problem control.

Course page on User notifications. Our section on in-line feedback doesn't mention or demonstrate aria-live, so need to update the page. This is the gist of the advice:

As per the examples below, provide feedback:

  • in the main heading (optional)
  • in the <title> element (optional)
  • as a list of errors before the form
  • In-line, programmatically associated with the form control
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

No branches or pull requests

1 participant