Closed
Description
Regarding the Future idea Tooltip pointer/arrow:
A future consideration for
::tooltip
is to add a way for authors to include a pointer/arrow with their tooltip that is associated with their::tooltip
psuedo.This addition would require allowing sub-psuedo elements within
::tooltip
. There would also need to be a way to know the position of the tooltip itself to position the arrow against, which can be accomplished with CSS Anchor Positioning.
As this ::tooltip
proposal intends to utilize CSS Anchor Positioning to define the base positions I think the proposed ::tether
pseudo-element should be noted.