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
I've been reading through some ARIA docs and realized this component should probably just be a progress element, but if not it at least needs the role=progressbar attribute.
In addition, I need to read through the docs, but there are some ARIA properties (labels, valuenow, etc) that should be set, and some guidance documented on the proper way to place this in a page for screen readers.
The text was updated successfully, but these errors were encountered:
I've been reading through some ARIA docs and realized this component should probably just be a
progress
element, but if not it at least needs therole=progressbar
attribute.In addition, I need to read through the docs, but there are some ARIA properties (labels,
valuenow
, etc) that should be set, and some guidance documented on the proper way to place this in a page for screen readers.The text was updated successfully, but these errors were encountered: