hoverlike
Hoverlike is a concept used in interaction design to describe interface patterns that reproduce the effect of a mouse hover on devices and input modalities where there is no traditional cursor. It focuses on delivering additional information or controls in a way that remains discoverable without requiring a pointer.
The goal is to make secondary information or controls accessible without requiring a cursor, by triggering
Common hoverlike patterns include tooltips that appear on focus or tap, preview panels that slide into view
Implementation often relies on CSS transitions and pseudo-classes such as :hover, :focus-within, and :focus, complemented by
Accessibility considerations are central: ensure visible focus indicators, use ARIA attributes where appropriate, support keyboard navigation,
The term hoverlike is descriptive rather than standardized; it appears in UX discussions and design-system documentation
See also: hover state, tooltip, focus management, responsive design.