Skip to content

Commit

Permalink
added aria-labeledby example
Browse files Browse the repository at this point in the history
  • Loading branch information
marjonlynch committed Apr 23, 2020
1 parent c9faafd commit 6988d53
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ <h4>Visual vs audio label</h4>
<fast-radio>
<span aria-label="Audio label">Visible label</span>
</fast-radio>

<div style="display: flex; flex-direction: column;margin-top: 12px;">
<label id="label1">Outside label</label>
<fast-radio aria-labelledby="label1"></fast-radio>
</div>
</fast-design-system-provider>

0 comments on commit 6988d53

Please sign in to comment.