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

Should the NSAccessibility scroll-bar API be included in mapping for scrollbar role? #242

Open
joanmarie opened this issue Dec 5, 2024 · 2 comments
Assignees

Comments

@joanmarie
Copy link
Contributor

NSAccessibility has API (old and new) through which an AT can obtain the scrollbars associated with a scrollview. While ARIA lacks a "scrollview" role, the spec states:

Authors MUST set the aria-controls attribute on the scrollbar element to reference the scrollable area it controls.

If authors do that, then user agents could implement NSAccessibility's scroll-bar API exposing the scrollbars on the controlled element.

My question is: Should user agents do this implementation, or was it deliberately left out of the spec?

@cookiecrook: Your/Apple's input would be much appreciated. Thanks in advance!

@cookiecrook
Copy link
Contributor

My question is: Should user agents do this implementation?

Yes.

or was it deliberately left out of the spec?

No. Not intentional. Thanks.

@cookiecrook
Copy link
Contributor

And UAs can do that for any natively scrolling views like the main web view or any overflow scroll areas.

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