Skip to main content

parse_negation

Function parse_negation 

Source
fn parse_negation<'i, P, Impl>(
    parser: &P,
    input: &mut Parser<'i>,
    state: SelectorParsingState,
) -> Result<Component<Impl>, ParseError<P::Error>>
where P: Parser<'i, Impl = Impl>, Impl: SelectorImpl,
Expand description

Level 3: Parse one simple_selector. (Though we might insert a second implied “|*” type selector.)