diff --git a/src/pages/components/pagination/accessibility.mdx b/src/pages/components/pagination/accessibility.mdx
index 4f4f6c14591..836dbed926c 100644
--- a/src/pages/components/pagination/accessibility.mdx
+++ b/src/pages/components/pagination/accessibility.mdx
@@ -41,7 +41,12 @@ other accessibility considerations, some of which are described below.
### Keyboard interaction
-The tab order goes from left to right through the controls in the pagination component. On focus, the dropdowns 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 dropdown. The dropdown can also be closed by pressing `Esc`. The previous and next page arrow buttons are activated by `Space` or `Enter` keys.
+The tab order goes from left to right through the controls in the pagination
+component. On focus, the dropdowns 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 dropdown. The dropdown can also be closed by pressing `Esc`.
+The previous and next page arrow buttons are activated by `Space` or `Enter`
+keys.
@@ -49,13 +54,16 @@ The tab order goes from left to right through the controls in the pagination com
![example of tabbing into a pagination group and arrowing between selections](images/pagination-accessibility-1.png)
- Interactive elements in pagination maintain their usual Carbon keyboard behaviors and tab order.
+ Interactive elements in pagination maintain their usual Carbon keyboard
+ behaviors and tab order.
-When the pagination is at either end of its range, one of the page navigation buttons becomes invalid. When that happens, the button is no longer navigable or operable, like any other disabled control.
+When the pagination is at either end of its range, one of the page navigation
+buttons becomes invalid. When that happens, the button is no longer navigable or
+operable, like any other disabled control.
@@ -63,7 +71,8 @@ When the pagination is at either end of its range, one of the page navigation bu
![tab order bypasses the disabled left-arrow icon](images/pagination-accessibility-2.png)
- The prior page button is disabled and unreachable when the pagination is at the start of its range.
+ The prior page button is disabled and unreachable when the pagination is at
+ the start of its range.
@@ -71,7 +80,10 @@ When the pagination is at either end of its range, one of the page navigation bu
### Labeling
-Not all the elements in pagination have static or visually isolated labels. Carbon constructs a programmatic name for the second dropdown by concatenating some dynamically generated text on the screen. Carbon also provides accessible names for the icon-only buttons.
+Not all the elements in pagination have static or visually isolated labels.
+Carbon constructs a programmatic name for the second dropdown by concatenating
+some dynamically generated text on the screen. Carbon also provides accessible
+names for the icon-only buttons.
@@ -79,7 +91,8 @@ Not all the elements in pagination have static or visually isolated labels. Carb
![illustration showing labels for dropdown and icon-only buttons](images/pagination-accessibility-3.png)
- Carbon provides the accessible names "page number, of 3 pages", "previous page", and "next page" for assistive technology.
+ Carbon provides the accessible names "page number, of 3 pages", "previous
+ page", and "next page" for assistive technology.
@@ -87,7 +100,10 @@ Not all the elements in pagination have static or visually isolated labels. Carb
## Development considerations
-Keep these considerations in mind if you are modifying Carbon or creating a custom component.
+Keep these considerations in mind if you are modifying Carbon or creating a
+custom component.
- Carbon uses `