-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Frequently Asked Questions (FAQs)
Reid Barber edited this page Jul 28, 2022
·
22 revisions
Tooltips need to be accessible to keyboard and screen reader users, so we want to ensure that they are only placed on focusable and hoverable elements. For example, plain text on a page isn't focusable, so keyboard and screen reader users would be unable to access the information in that tooltip.
If you need to display some additional context, consider using ContextualHelp.
This matches Spectrum's cursor guidelines, which specify that most clickable elements (with the exception of links), should use an arrow cursor for all states, including hover and down.
The intent is to better match native browser <button>
behavior, the CSS spec, Microsoft interface guidelines and Apple interface guidelines.