Skip to content

Commit 59a55b3

Browse files
Carousel Pattern: Fix inconsistency in use of digits and number words (pull #3362)
Changed "slide one" (word form) to "slide 1" (digit form for consistency with other mentions of slide numbers.
1 parent 0234ae9 commit 59a55b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/patterns/carousel/carousel-pattern.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>About This Pattern</h2>
2828
<p>
2929
Ensuring all users can easily control and are not adversely affected by slide rotation is an essential aspect of making carousels accessible.
3030
For instance, the screen reader experience can be confusing and disorienting if slides that are not visible on screen are incorrectly hidden, e.g., displayed off-screen.
31-
Similarly, if slides rotate automatically and a screen reader user is not aware of the rotation, the user may read an element on slide one, execute the screen reader command for next element, and, instead of hearing the next element on slide one, hear an element from slide 2 without any knowledge that the element just announced is from an entirely new context.
31+
Similarly, if slides rotate automatically and a screen reader user is not aware of the rotation, the user may read an element on slide 1, execute the screen reader command for next element, and, instead of hearing the next element on slide 1, hear an element from slide 2 without any knowledge that the element just announced is from an entirely new context.
3232
</p>
3333
<p>Features needed to provide sufficient rotation control include:</p>
3434
<ul>

0 commit comments

Comments
 (0)