-
Notifications
You must be signed in to change notification settings - Fork 125
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
Scrollbar required and supported properties #858
Milestone
Comments
melanierichards
pushed a commit
to melanierichards/aria
that referenced
this issue
Apr 11, 2019
joanmarie
pushed a commit
that referenced
this issue
Jun 4, 2019
…#944) Addresses #858 * Update scrollbar role prose to better reflect properties moving from 'required' to 'supported' * Scrollbar role: remove aria-valuenow repair techniques to the fallback table and point to said table * Remove supported but not required attrs on scrollbar from the author error handling table
joanmarie
pushed a commit
that referenced
this issue
Jun 4, 2019
…#944) Addresses #858 * Update scrollbar role prose to better reflect properties moving from 'required' to 'supported' * Scrollbar role: remove aria-valuenow repair techniques to the fallback table and point to said table * Remove supported but not required attrs on scrollbar from the author error handling table
This was referenced Sep 27, 2019
carmacleod
pushed a commit
that referenced
this issue
Oct 17, 2019
…#944) Addresses #858 * Update scrollbar role prose to better reflect properties moving from 'required' to 'supported' * Scrollbar role: remove aria-valuenow repair techniques to the fallback table and point to said table * Remove supported but not required attrs on scrollbar from the author error handling table
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scrollbar has 4 required properties. The proposal is the following
Make aria-orientation, aria-valuemin and aria-valuemax supported properties not required. They would retain default properties in the the aria role definition.
For aria-valuenow this would remain required. The default value would be removed from the role definition and the fallback value would be defined in the fallback table at https://w3c.github.io/aria/#document-handling_author-errors
The text was updated successfully, but these errors were encountered: