-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add skip to top/bottom links to chat #686
Comments
alternative might be to add a "skip to chat box" button at the top of the website |
Adding a question label as we probably want to define exactly when this should happen, and update the ACs for that. It'd definitely be good to autofocus on the chat box after refreshing or coming to the app for the first time. |
Yes, on second thought, autofocus on the input would mess with the order of content/focus, so that could actually create an accessibility issue. A skip link, and/or ensuring focus is maintained after refresh might be an idea though. |
Just noticed this wasn't added to the project board, so it went under the radar. Added now. |
@dhinrichs-scottlogic, @pmarsh-scottlogic Is this the issue you were going to look at together, to give more detail on the "Skip To" idea? |
Feature Request
Description
Acceptance criteria
GIVEN The the keyboard focus is on the chat input
WHEN the user tabs to the previous element (shift + tab)
THEN the "skip to top of chat" skip link shows up
WHEN the user activates that link (enter)
THEN the keyboard focus jumps to the "skip to chat input" skip link at the top of the chatbox
WHEN the user activates that link (enter)
THEN the keyboard focus jumps to the chat input
WHEN the keyboard focus is not on the skip links
THEN the skip links are not visible
The text was updated successfully, but these errors were encountered: