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 element should have the default role=slider with aria-readonly=true #96

Closed
jongund opened this issue Mar 8, 2018 · 2 comments
Closed

Comments

@jongund
Copy link

jongund commented Mar 8, 2018

Am not as sure bout this issue, but meter element has the same range requirements as slider, except the value cannot be changed by the user. The aria-invalid could also be set to true if the value of the meter exceeds the high limit or is less than the lower limit.

@stevefaulkner
Copy link
Collaborator

@jongund the role etc is not defined here it is defined in the HTML AAM https://w3c.github.io/html-aam/#el-meter which is currently in a state of flux in this regard.

@scottaohara
Copy link
Member

closing this issue since meter will map to role=meter and not slider

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants