fn parse_attribute_selector<'i, 't, P, Impl>(
    parser: &P,
    input: &mut Parser<'i, 't>
) -> Result<Component<Impl>, ParseError<'i, P::Error>>where
    P: Parser<'i, Impl = Impl>,
    Impl: SelectorImpl,