Function style::sharing::checks::revalidate_scope
source ยท pub fn revalidate_scope<E>(
target: &mut StyleSharingTarget<E>,
candidate: &mut StyleSharingCandidate<E>,
shared_context: &SharedStyleContext<'_>,
selector_caches: &mut SelectorCaches,
) -> boolwhere
E: TElement,
Expand description
Whether a given element and a candidate share a set of scope activations for revalidation.