You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
I was working on a button group where
aria-pressed
changes when a button is pressed. It would be cool if this was exposed viagetAccessibilityTree
(Same with any other aria attributes that seem relevant, likecollapsed
)The text was updated successfully, but these errors were encountered: