Skip to content

Commit

Permalink
Update accessibility.mdx
Browse files Browse the repository at this point in the history
minor edit
  • Loading branch information
mbgower committed Jul 26, 2023
1 parent d737528 commit f260ad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/components/tabs/accessibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Row>
<Column colLg={8}>
Expand Down

0 comments on commit f260ad7

Please sign in to comment.