css.properties

anchor-name

The anchor-name property defines an anchor point for positioned elements using anchor positioning.

Formal Syntax

none | <dashed-ident>#

See specification

JavaScript Access

// Access via element.style
element.style.anchorName = 'none';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
anchor-name12514726125
none12514726125

Related Properties