Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenmrice committed Dec 5, 2024
1 parent cfc6cb7 commit 1230e64
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/pages/components/pagination/accessibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ other accessibility considerations, some of which are described below.

The tab order goes from left to right through the controls in the pagination
variant. On focus, the selects are opened with `Space` or with
'Up`or`Down`arrows, which also cycle through the values. Both`Space`and`Enter`select a value and close the select. The select can also be closed by pressing`Esc`. The previous and next page arrow buttons are activated by pressing `Space`or`Enter`.
'Up` or`Down`arrows, which also cycle through the values. Both`Space`and`Enter`select a value and close the select. The select can also be closed by pressing `Esc`. The previous and next page arrow buttons are activated by pressing `Space`or`Enter`.

<Row>
<Column colLg={12}>
Expand Down Expand Up @@ -108,12 +108,11 @@ it. The menu can also be closed by pressing `Esc`.
<Row>
<Column colLg={12}>

![The menu opens by pressing Space or Up or Down arrows and pressing Space or Enter selects a page from
the select menu and closes it.](images/pagination-a11y-4.png)
![The menu opens by pressing Space, Up arrow, or Down arrow, and closes by pressing Space or Enter to select an item.](images/pagination-a11y-4.png)

<Caption>
The menu opens by pressing Space or Up or Down arrows and pressing Space or
Enter selects a page from the select menu and closes it.
The menu opens by pressing Space, Up arrow, or Down arrow, and closes by
pressing Space or Enter to select an item.
</Caption>

</Column>
Expand Down

0 comments on commit 1230e64

Please sign in to comment.