Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Meter] Support <meter> element's high/low/optimum attributes #1434

Open
mj12albert opened this issue Feb 10, 2025 · 0 comments
Open

[Meter] Support <meter> element's high/low/optimum attributes #1434

mj12albert opened this issue Feb 10, 2025 · 0 comments
Labels
component: meter new feature New feature or request

Comments

@mj12albert
Copy link
Member

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 and optimum 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

@mj12albert mj12albert added component: meter new feature New feature or request labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: meter new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant