1
1
mirror of https://github.com/primer/css.git synced 2024-09-11 16:36:07 +03:00

Update tooltips.md to include link to Tooltip Alternatives doc (#2328)

This commit is contained in:
Katie Foster 2022-11-30 09:10:13 -06:00 committed by GitHub
parent 83250f8275
commit 666a42989a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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