selectors::matching

Function matches_complex_selector

Source
fn matches_complex_selector<E>(
    iter: SelectorIter<'_, E::Impl>,
    element: &E,
    context: &mut MatchingContext<'_, E::Impl>,
    rightmost: SubjectOrPseudoElement,
) -> KleeneValue
where E: Element,
Expand description

Matches a complex selector.