From 2afb9dd91722847d05dc2df9b80fe822f73350a3 Mon Sep 17 00:00:00 2001 From: "Andrea N. Cardona" Date: Tue, 17 Oct 2023 13:00:16 -0600 Subject: [PATCH 01/13] feat: udpate menu examples aria false --- .../menu-button-actions-active-descendant.html | 11 +++++++++++ .../menu-button/examples/menu-button-actions.html | 11 +++++++++++ .../menu-button/examples/menu-button-links.html | 13 ++++++++++++- .../patterns/menu-button/menu-button-pattern.html | 2 +- content/patterns/toolbar/examples/toolbar.html | 11 +++++++++++ 5 files changed, 46 insertions(+), 2 deletions(-) diff --git a/content/patterns/menu-button/examples/menu-button-actions-active-descendant.html b/content/patterns/menu-button/examples/menu-button-actions-active-descendant.html index 0e0a2df07c..cf9d0c8bb9 100644 --- a/content/patterns/menu-button/examples/menu-button-actions-active-descendant.html +++ b/content/patterns/menu-button/examples/menu-button-actions-active-descendant.html @@ -240,6 +240,17 @@

Menu Button

+ + + aria-expanded="false" + button + + + +

Menu

diff --git a/content/patterns/menu-button/examples/menu-button-actions.html b/content/patterns/menu-button/examples/menu-button-actions.html index 300c429428..fd8e2bd047 100644 --- a/content/patterns/menu-button/examples/menu-button-actions.html +++ b/content/patterns/menu-button/examples/menu-button-actions.html @@ -241,6 +241,17 @@

Menu Button

+ + + aria-expanded="false" + button + + + +

Menu

diff --git a/content/patterns/menu-button/examples/menu-button-links.html b/content/patterns/menu-button/examples/menu-button-links.html index e1b32731bd..f8458f0b6c 100644 --- a/content/patterns/menu-button/examples/menu-button-links.html +++ b/content/patterns/menu-button/examples/menu-button-links.html @@ -56,7 +56,7 @@

Example