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

Answer does not recieve focus #1

Open
sinc0115 opened this issue Nov 4, 2020 · 1 comment
Open

Answer does not recieve focus #1

sinc0115 opened this issue Nov 4, 2020 · 1 comment
Assignees

Comments

@sinc0115
Copy link
Owner

sinc0115 commented Nov 4, 2020

Due to the way the answer is rendered, it cannot recieve focus until 2 questions are asked.
After user enters first question, the answer is rendered.
After user enters second question, the answer can now recieve focus.

Current method moves visual focus to answer, but this is not accessibile for screen reader users.

@sinc0115
Copy link
Owner Author

sinc0115 commented Nov 4, 2020

  • Suggest using alternate Vue hide/render methods to make answer always a part of the dom.
  • Alternatively, Promise or async, await.
  • Use "aria-live: polite" to ensure users know that changes have occured.

@sinc0115 sinc0115 self-assigned this Nov 4, 2020
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