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 steps accessibility #64

Open
alexstine opened this issue Jun 30, 2023 · 0 comments
Open

Improve steps accessibility #64

alexstine opened this issue Jun 30, 2023 · 0 comments

Comments

@alexstine
Copy link

Currently, the steps are not really as accessible as they could be. These suggestions could bring much better functionality for all.

  1. The ":" should be after the step number, not prepended to the word.
    Wrong: STEP 1 :Use of WordPress
    Right: STEP 1: Use of WordPress
    Details like this can make a world of difference in how screen readers speak.
  2. The steps should have some type of indicator to screen readers about which one is currently selected/in view. You could try adding aria-current to the active step <li> tag.
    https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current
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