Skip to content

Commit

Permalink
Update packages/react-examples/src/react/Tooltip/docs/TooltipBestPrac…
Browse files Browse the repository at this point in the history
…tices.md

Co-authored-by: Sarah Higley <smhigley@users.noreply.github.com>
  • Loading branch information
tabithahsia and smhigley authored Sep 25, 2023
1 parent db18bbf commit 3f7c1ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ For a truncated label or a label that’s likely to truncate in some langua

### Accessibility

- Don't add tooltips to unfocusable or disabled controls. Screen readers can't consistently access or read tooltips associated with elements that can't receive focus or are disabled. Consider having the information statically available on the page or through a "help"-style toggle button.
- Don't add tooltips to unfocusable or disabled controls. People using the keyboard or screen readers can't consistently access or read tooltips associated with elements that can't receive focus or are disabled. Consider having the information statically available on the page or through a "help"-style toggle button.

0 comments on commit 3f7c1ec

Please sign in to comment.