pub fn parse_attribute_selector(input: &str) -> Option<CssAttributeSelector>Expand description
Parses the inner content of an attribute selector token (the text between [ and ]).
Returns None if the input is malformed (empty name, unterminated quote, etc).