localgovdrupal / localgov_step_by_step

Implemention of the Gov.uk Step by step navigation journeys for LocalGovDrupal
GNU General Public License v2.0
1 stars 1 forks source link

adds aria-current to current step #118

Closed markconroy closed 1 month ago

markconroy commented 1 month ago

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

Screenshot 2024-09-24 at 14 34 29


Thanks to Big Blue Door for sponsoring my time to work on this.