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,
) -> bool
where E: TElement,
Expand description

Whether a given element and a candidate share a set of scope activations for revalidation.