pub fn parse_selector(input: &str) -> Result<SelectorList, SelectorError>Expand description
Parse a CSS selector string into a SelectorList.
Supports comma-separated selector lists.
ยงErrors
Returns SelectorError::Invalid if the input is not a valid CSS selector.