Function selectors::parser::parse_inner_compound_selector
source ยท fn parse_inner_compound_selector<'i, 't, P, Impl>(
parser: &P,
input: &mut Parser<'i, 't>,
state: SelectorParsingState,
) -> Result<Selector<Impl>, ParseError<'i, P::Error>>where
P: Parser<'i, Impl = Impl>,
Impl: SelectorImpl,
Expand description
Parses one compound selector suitable for nested stuff like :-moz-any, etc.