fn matches_compound_selector<E>(
    selector_iter: &mut SelectorIter<'_, E::Impl>,
    element: &E,
    context: &mut MatchingContext<'_, E::Impl>,
    rightmost: SubjectOrPseudoElement
) -> KleeneValuewhere
    E: Element,
Expand description

Determines whether the given element matches the given compound selector.