Closed planktonic closed 1 year ago
Another way buttons can be in a “pressed” state: if the element they control is in an expanded state, the button will get aria-expanded="true". Let’s add that to the list of selectors for the pressed button states.
aria-expanded="true"
Another way buttons can be in a “pressed” state: if the element they control is in an expanded state, the button will get
aria-expanded="true"
. Let’s add that to the list of selectors for the pressed button states.