Accessibility - Improve accessibility MultiPageFormPagingDetails #1538
rickdoesburg
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Which Umbraco Forms version are you using? (Please write the exact version, example: 13.4.0)
13.x.x
Which Umbraco version are you using? (Please write the exact version, example: 13.5.2)
13.6.0
Issue summary
The step indicator of a multipage form uses an ordered list to indicate the number of steps. The current step has a class which can be styled to indicate the current page. However it would be better to use
aria-current="step"to indicate the current step in the listSpecifics
No response
Steps to reproduce
Expected result / actual result
An accessible step indicator using the correct aria-attributes
Beta Was this translation helpful? Give feedback.
All reactions