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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: