We might want to improve experience of customers who use screen-reader via providing screen-reader only text alternative to visual representation of progress bar.
Suggestion: add paragraph with visually-hidden text e.g. <p> Step 2 of 4 </p>.
Note: we might not want to make the progress bar focusable because it is not interactive, so the visually hidden text we add will be only announced when user reads whole page via "Control + option + A"
We might want to improve experience of customers who use screen-reader via providing screen-reader only text alternative to visual representation of progress bar.
Suggestion: add paragraph with visually-hidden text e.g.
<p> Step 2 of 4 </p>.Note: we might not want to make the progress bar focusable because it is not interactive, so the visually hidden text we add will be only announced when user reads whole page via "Control + option + A"