diff --git a/content/patterns/menu-button/menu-button-pattern.html b/content/patterns/menu-button/menu-button-pattern.html index 950768b9bd..e9ee4f4ff6 100644 --- a/content/patterns/menu-button/menu-button-pattern.html +++ b/content/patterns/menu-button/menu-button-pattern.html @@ -56,8 +56,7 @@

WAI-ARIA Roles, States, and Properties

  • The element with role button has aria-haspopup set to either menu or true.
  • When the menu is displayed, the element with role button has aria-expanded set to true. - When the menu is hidden, it is recommended that aria-expanded is not present. - If aria-expanded is specified when the menu is hidden, it is set to false. + When the menu is hidden, aria-expanded is set to false.
  • The element that contains the menu items displayed by activating the button has role menu.