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.