selectors::matching

Function matches_host

Source
fn matches_host<E>(
    element: &E,
    selector: Option<&Selector<E::Impl>>,
    context: &mut MatchingContext<'_, E::Impl>,
    rightmost: SubjectOrPseudoElement,
) -> KleeneValue
where E: Element,