Class NativeTooltip

All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLDivElement, NativeTooltip>, ElementClassListMethods<HTMLDivElement, NativeTooltip>, ElementConsumerMethods<HTMLDivElement, NativeTooltip>, ElementContainerDelegate<HTMLDivElement, NativeTooltip>, ElementContainerMethods<HTMLDivElement, NativeTooltip>, ElementEventMethods<HTMLDivElement, NativeTooltip>, ElementIdMethods<HTMLDivElement, NativeTooltip>, ElementQueryMethods<HTMLDivElement>, ElementTextDelegate<HTMLDivElement, NativeTooltip>, ElementTextMethods<HTMLDivElement, NativeTooltip>, HTMLElementAttributeMethods<HTMLDivElement, NativeTooltip>, HTMLElementDataMethods<HTMLDivElement, NativeTooltip>, HTMLElementStyleMethods<HTMLDivElement, NativeTooltip>, HTMLElementVisibilityMethods<HTMLDivElement, NativeTooltip>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement, NativeTooltip>, Closeable<HTMLDivElement, NativeTooltip>, Component

A tooltip is in-app messaging used to identify elements on a page with short, clarifying text.

This implementation uses the Popover API and CSS anchor positioning instead of Popper.js. The tooltip uses the browser's top-layer rendering for correct stacking, eliminating z-index issues.