From f260ad762f574740fdc5bbc56e5a2e1990d928f8 Mon Sep 17 00:00:00 2001 From: Mike Gower Date: Wed, 26 Jul 2023 07:14:24 -0700 Subject: [PATCH] Update accessibility.mdx minor edit --- src/pages/components/tabs/accessibility.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/components/tabs/accessibility.mdx b/src/pages/components/tabs/accessibility.mdx index 2f77d6c29e0..29e8f0b68ee 100644 --- a/src/pages/components/tabs/accessibility.mdx +++ b/src/pages/components/tabs/accessibility.mdx @@ -41,9 +41,9 @@ other accessibility considerations, some of which are described below. Like content switchers, tablists can be automatic or manual. In both instances, the tablist takes one keyboard tab stop, and arrow keys are used to navigate between individual tab items. Tabbing away from the tablist, focus will either -go to the first tabable element in the tabpanel or, where there are no focusable -elements, the entire tabpanel will take focus to support scrolling of its -content. +go to the first operable element in the tabpanel or, where there are no +focusable elements, the entire tabpanel will take focus to support scrolling of +its content.