State changes (state-changes)
Components that change state (e.g., expandable menus, collapsible sections) have appropriate ARIA attributes to indicate their current state.
Missing aria-expanded:
This menu button lacks an aria-expanded attribute to indicate whether the menu is expanded or collapsed:
Option 1
Option 2
Option 3