monks/position_anchor
The position-anchor CSS property specifies the anchor name of the anchor element (i.e., an element that has an anchor name set on it via the {{cssxref(“anchor-name”)}} property) a positioned element is associated with.
Values
pub const auto_: #(String, String)
- : Associates a positioned element with its implicit anchor element, if it has one — for example as set by the non-standard HTML
anchorattribute.
pub const revert_layer: #(String, String)