Components
← All components

Tooltip

stimeo--tooltip

A hover/focus hint with show/hide delays, a hoverable bridge, and Escape dismissal.

  • Tooltip

The stimeo--tooltip controller implements the WAI-ARIA Tooltip pattern and WCAG 1.4.13 (hoverable / dismissible / persistent). It shows on mouseenter/focusin and hides on mouseleave/focusout, each gated by showDelay/hideDelay to prevent flicker. Binding show/hide on the tooltip too keeps it up while the pointer bridges from the trigger into it. While shown, Escape is watched at the document level so it dismisses even when a hover (not focus) triggered it. The tooltip never takes focus and holds no interactive content; the aria-describedby association is declared in markup and always preserved. Placement is owned by this Playground's CSS.

running

Keyboard

KeyAction
Esc Dismiss the visible tooltip (watched document-wide, regardless of focus).