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

Expose aria-pressed, aria-collapsed, etc. in a11y tree #624

Open
Paul-Hebert opened this issue Dec 7, 2022 · 1 comment
Open

Expose aria-pressed, aria-collapsed, etc. in a11y tree #624

Paul-Hebert opened this issue Dec 7, 2022 · 1 comment
Labels

Comments

@Paul-Hebert
Copy link
Member

I was working on a button group where aria-pressed changes when a button is pressed. It would be cool if this was exposed via getAccessibilityTree (Same with any other aria attributes that seem relevant, like collapsed)

@Paul-Hebert
Copy link
Member Author

Related to this, the accessibility tree shows aria-expanded buttons but only if expanded is true: (expanded=true). It would be nice if it also highlighted buttons with the aria-expanded attribute set to false, since this is still exposed to screen readers.

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

No branches or pull requests

1 participant