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

Improve question accessibility #4

Open
laxmariappan opened this issue Jul 2, 2023 · 1 comment
Open

Improve question accessibility #4

laxmariappan opened this issue Jul 2, 2023 · 1 comment

Comments

@laxmariappan
Copy link
Collaborator

Currently, there are a few ways question accessibility could be improved. Noted some details below.

  1. Since this is to be used within a page, the question title should be a heading 2 as most page titles are heading
  2. There is not proper form markup. Need to use and tags to ensure the wrapping question is read when the answer choices are interacted with via tab or other navigational keys.
  3. After pressing Next or Go back, focus should be placed on the step currently selected. You can do this by adding tabindex="-1" on the <li> element I believe. This should work fine but might be worth testing to be sure.

Added by Alex Stine

Original issue: wceu#65

@laxmariappan
Copy link
Collaborator Author

@sereedmedia Points 2 and 3 are pending as of now

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