pub type AnchorName = TreeScoped<AnchorNameIdent>;Expand description
https://drafts.csswg.org/css-anchor-position-1/#propdef-anchor-name
Aliased Type§
#[repr(C)]pub struct AnchorName {
pub value: AnchorNameIdent,
pub scope: CascadeLevel,
}Fields§
§value: AnchorNameIdentThe scoped value.
scope: CascadeLevelThe cascade level in the shadow tree hierarchy.