Don't use role="progressbar" for multi-step forms.
The spec says: "A progressbar indicates that the user's request has been received and the application is making progress toward completing the requested action."
Use an OL and aria-current. role="progressbar" sends the wrong message.




