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
For proper accessibility, aria attributes should be able to show the same content visually displayed in the label. Currently, they show the actual value of the slider. For example, if you are doing a percentage, you may have the value be 0.1 displayed as 10%. There needs to be an option to hav e this same value placed into the aria-valuemin, aria-valuemax and aria-valuenow attributes.
The text was updated successfully, but these errors were encountered:
For proper accessibility, aria attributes should be able to show the same content visually displayed in the label. Currently, they show the actual value of the slider. For example, if you are doing a percentage, you may have the value be
0.1
displayed as10%
. There needs to be an option to hav e this same value placed into thearia-valuemin
,aria-valuemax
andaria-valuenow
attributes.The text was updated successfully, but these errors were encountered: