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
would need to inform assistive technologies users the sections are actually expandable. I'd propose a few simple changes, following patterns already used in core:
add an aria-expanded attribute to communicate the section state
use an aria-label to clarify what the toggle button action will do (different examples of this can be seen, for example, in the Customizer)
The text was updated successfully, but these errors were encountered:
All the expandable sections in the sidebar:
would need to inform assistive technologies users the sections are actually expandable. I'd propose a few simple changes, following patterns already used in core:
aria-expanded
attribute to communicate the section statearia-label
to clarify what the toggle button action will do (different examples of this can be seen, for example, in the Customizer)The text was updated successfully, but these errors were encountered: