monks/anchor_name
The anchor-name CSS property enables defining an element as an anchor element by giving it one or more identifying anchor names. Each name can then be set as the value of a positioned element’s {{cssxref(“position-anchor”)}} property to associate it with the anchor.
Values
pub const none: #(String, String)
- : The default value. Setting
anchor-name: noneon an element means that it is not defined as an anchor element. If the element was previously defined as an anchor and associated with a positioned element, settinganchor-name: nonedisassociates the two.
pub const revert_layer: #(String, String)