pub fn matches_selector_list<'i, E>(
    selector_list: &SelectorList<'i, E::Impl>,
    element: &E,
    context: &mut MatchingContext<'_, 'i, E::Impl>
) -> boolwhere
    E: Element<'i>,