anchor()
.tooltip {
position: absolute;
top: anchor(--btn bottom);
left: anchor(--btn center);
}Chrome 125+. Popover API와 결합.
요소를 다른 요소 기준으로 배치. 툴팁·팝오버 JS 없이.
.tooltip {
position: absolute;
top: anchor(--btn bottom);
left: anchor(--btn center);
}Chrome 125+. Popover API와 결합.