You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Comment:
Currently VoiceOver narrae the content of the loader, but NVDA and JAWS not.
Based on the aria progress bar is not between the roles which should support the name taken from content: https://www.w3.org/TR/wai-aria/#namefromcontent
Then author need to do labeling.
Aria recommend use aria-describedby: https://www.w3.org/TR/wai-aria-1.1/#progressbar
but I would rather go with aria-labelledby point into the text element.