selectors::parser

Function 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.