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