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
The HTML <meter> element is able to segment the range into high/medium/low segments and indicate which "pole" is optimum for sighted users, but there's no ARIA equivalent.
Split from #743
The HTML
<meter>
element is able to segment the range into high/medium/low segments and indicate which "pole" is optimum for sighted users, but there's no ARIA equivalent.The native functionality of HTML meter which uses
high
low
andoptimum
attributes have poor browser support: https://www.htmhell.dev/adventcalendar/2022/5/One way the Meter component could support this is by providing this in
aria-valuetext
as suggested in w3c/aria#451 (comment)This is expected to be considered for ARIA 1.3/1.4: w3c/aria#1336
The text was updated successfully, but these errors were encountered: