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
Currently, the steps are not really as accessible as they could be. These suggestions could bring much better functionality for all.
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.
Currently, the steps are not really as accessible as they could be. These suggestions could bring much better functionality for all.
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.
aria-current
to the active step<li>
tag.https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current
The text was updated successfully, but these errors were encountered: