Closed markconroy closed 1 month ago
Closes #117
Adds aria-current="stop" to the current page item in a step-by-step navigation.
aria-current="stop"
Click on a step-by-step page, inspect the HTML of the current page in the step-by-step navigation, it should have an aria-current="step" attribute.
aria-current="step"
Thanks to Big Blue Door for sponsoring my time to work on this.
Closes #117
What does this change?
Adds
aria-current="stop"
to the current page item in a step-by-step navigation.How to test
Click on a step-by-step page, inspect the HTML of the current page in the step-by-step navigation, it should have an
aria-current="step"
attribute.Images
Thanks to Big Blue Door for sponsoring my time to work on this.