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