Skip to content

Commit

Permalink
Update accessibility.mdx
Browse files Browse the repository at this point in the history
tried adding label
  • Loading branch information
mbgower committed Mar 15, 2022
1 parent 6ae6bf1 commit da27e1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/components/slider/accessibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ Tab order goes from slider to text input. Arrow keys are used to change the slid
<Row>
<Column colLg={8}>

<Video src={localVideo} poster={localPoster} />

![pointer clicks on slider range and input updates to 80. input value changes to 75 and slider repositions to match](images/slider-accessibility-3.png)
<Video src={localVideo} poster={localPoster} aria-label="pointer clicks on slider range and input updates to 80. input value changes to 75 and slider repositions to match"/>

<Caption>The input value and slider position are in sync. An update to either causes the other to update.</Caption>

Expand Down

0 comments on commit da27e1d

Please sign in to comment.