contentVercel
Inline Help First
SHOULD
SHOULD: Inline help first; tooltips last resort
Prefer inline explanations; use tooltips as last resort
Bad
Good
Why it matters
Tooltips hide information and require hovering, which doesn't work on touch devices. Whenever possible, include help text inline where it's always visible. Use tooltips only for supplementary information that would clutter the interface.
References