Skip to content

Commit

Permalink
Update tooltips.md to include link to Tooltip Alternatives doc (#2328)
Browse files Browse the repository at this point in the history
  • Loading branch information
inkblotty authored Nov 30, 2022
1 parent 83250f8 commit 666a429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/components/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add tooltips built entirely in CSS to appropriate elements.

Tooltips as a UI pattern should be our last resort for conveying information because it is hidden by default and often with zero or little visual indicator of its existence.

Before adding a tooltip, please consider: Is this information essential and necessary* Can the UI be made clearer? Can the information be shown on the page by default?
Before adding a tooltip, please consider: Is this information essential and necessary* Can the UI be made clearer? Can the information be shown on the page by default? And check out [alternatives to Tooltips](https://primer.style/design/accessibility/tooltip-alternatives) to explore your options.

### Attention

Expand Down

0 comments on commit 666a429

Please sign in to comment.