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 @@
button
has aria-haspopup set to either menu
or true
.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
.