pub fn scope_root_candidates<E>(
scope_conditions: &[ScopeConditionReference],
id: ScopeConditionId,
element: &E,
override_matches_shadow_host_for_part: bool,
scope_subject_map: &ScopeSubjectMap,
context: &mut MatchingContext<'_, SelectorImpl>,
) -> ScopeRootCandidateswhere
E: TElement,
Expand description
Find all scope conditions for a given condition ID, indexing into the given list of scope conditions.