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
Currently show_dropdown() applies aria-expanded to the toggled dropdown element instead of the button toggling the dropdown.
There are several widgets that can be expanded and collapsed, including menus, dialogs, and accordion panels. Each of these objects, in turn, has an interactive element that controls their opening and closing. The aria-expanded attribute is applied to this focusable, interactive control that toggles the visibility of the object.
Currently
show_dropdown()
appliesaria-expanded
to the toggled dropdown element instead of the button toggling the dropdown.https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded
The text was updated successfully, but these errors were encountered: