From b7e3f078e2ae822f7fb72564b0a821b50a639653 Mon Sep 17 00:00:00 2001 From: Matt King Date: Mon, 27 Nov 2023 23:34:33 -0800 Subject: [PATCH] Replace quote entity with quote character when inside code element --- .../menu-button-actions-active-descendant.html | 14 +++++++------- .../menu-button/examples/menu-button-actions.html | 14 +++++++------- .../menu-button/examples/menu-button-links.html | 12 ++++++------ 3 files changed, 20 insertions(+), 20 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 102fdf328c..7f19efd119 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 @@ -197,7 +197,7 @@

Menu Button

- aria-haspopup="true" + aria-haspopup="true" button @@ -213,7 +213,7 @@

Menu Button

- aria-controls="ID_REFERENCE" + aria-controls="ID_REFERENCE" button @@ -226,13 +226,13 @@

Menu Button

- aria-expanded="false" + aria-expanded="false" button Indicates the menu is not displayed and that activating the menu button opens the menu. - aria-expanded="true" + aria-expanded="true" button Indicates the menu is displayed and that activating the menu button closes the menu. @@ -263,7 +263,7 @@

Menu

- aria-labelledby="ID_REFERENCE" + aria-labelledby="ID_REFERENCE" ul @@ -276,7 +276,7 @@

Menu

- tabindex="-1" + tabindex="-1" ul @@ -293,7 +293,7 @@

Menu

- aria-activedescendant="ID_REFERENCE" + aria-activedescendant="ID_REFERENCE" ul diff --git a/content/patterns/menu-button/examples/menu-button-actions.html b/content/patterns/menu-button/examples/menu-button-actions.html index a536cf14d5..c2c36b66e8 100644 --- a/content/patterns/menu-button/examples/menu-button-actions.html +++ b/content/patterns/menu-button/examples/menu-button-actions.html @@ -34,7 +34,7 @@

About This Example

In this example, choosing an action from the menu will cause the chosen action to be displayed in the Last Action edit box.

- In this implementation, each item in the menu is made focusable by setting tabindex="-1" so the JavaScript can use element.focus() to set focus in response to events that trigger focus movement inside the menu. + In this implementation, each item in the menu is made focusable by setting tabindex="-1" so the JavaScript can use element.focus() to set focus in response to events that trigger focus movement inside the menu. An alternative technique for managing focus movement among menu items is demonstrated in the action menu button example that uses aria-activedescendant.

Similar examples include:

@@ -198,7 +198,7 @@

Menu Button

- aria-haspopup="true" + aria-haspopup="true" button @@ -214,7 +214,7 @@

Menu Button

- aria-controls="ID_REFERENCE" + aria-controls="ID_REFERENCE" button @@ -227,13 +227,13 @@

Menu Button

- aria-expanded="false" + aria-expanded="false" button Indicates the menu is not displayed and that activating the menu button opens the menu. - aria-expanded="true" + aria-expanded="true" button Indicates the menu is displayed and that activating the menu button closes the menu. @@ -264,7 +264,7 @@

Menu

- aria-labelledby="ID_REFERENCE" + aria-labelledby="ID_REFERENCE" ul @@ -292,7 +292,7 @@

Menu

- tabindex="-1" + tabindex="-1" li diff --git a/content/patterns/menu-button/examples/menu-button-links.html b/content/patterns/menu-button/examples/menu-button-links.html index 797db49a9a..601bfb61d0 100644 --- a/content/patterns/menu-button/examples/menu-button-links.html +++ b/content/patterns/menu-button/examples/menu-button-links.html @@ -208,7 +208,7 @@

Menu Button

- aria-haspopup="true" + aria-haspopup="true" button @@ -224,7 +224,7 @@

Menu Button

- aria-controls="ID_REFERENCE" + aria-controls="ID_REFERENCE" button @@ -237,13 +237,13 @@

Menu Button

- aria-expanded="false" + aria-expanded="false" button Indicates the menu is not displayed and that activating the menu button opens the menu. - aria-expanded="true" + aria-expanded="true" button Indicates the menu is displayed and that activating the menu button closes the menu. @@ -276,7 +276,7 @@

Menu

- aria-labelledby="ID_REFERENCE" + aria-labelledby="ID_REFERENCE" ul @@ -321,7 +321,7 @@

Menu

- tabindex="-1" + tabindex="-1" a