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

Add aria-current to step by step navigation #117

Closed msayoung closed 1 month ago

msayoung commented 1 month ago

When you are on a page within a step by step, the visual styling of the step by step menu makes it clear which step you are on, but this is not matched by semantic markup (meaning non-sighted people won't get this same information)

Adding aria-current to the current step should fix this: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current

image