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
Generally, we want to ensure that after a new view is loaded, screen reader users are informed and adequately oriented so that they can easily find and consume the new content.
For us to do this, the following needs to be addressed;
Page <title> needs to be updated per page
Ensure each page contains a main heading
Ensure keyboard focus is managed and not lost between page changes
Currently, after selecting an item from the primary navigation, nothing relevant to the page change is announced and it's verified that the user is still focused on the link. Let's improve this so that some basic information is provided and ideally send focus to the new content once it's available.
The text was updated successfully, but these errors were encountered:
Generally, we want to ensure that after a new view is loaded, screen reader users are informed and adequately oriented so that they can easily find and consume the new content.
For us to do this, the following needs to be addressed;
<title>
needs to be updated per pageCurrently, after selecting an item from the primary navigation, nothing relevant to the page change is announced and it's verified that the user is still focused on the link. Let's improve this so that some basic information is provided and ideally send focus to the new content once it's available.
The text was updated successfully, but these errors were encountered: