fn parse_scope<'a>(
    context: &ParserContext<'_>,
    input: &mut Parser<'a, '_>,
    in_style_rule: bool,
    for_end: bool
) -> Option<SelectorList<SelectorImpl>>