HTML, SVG, and MathML define the selectors which can be used in a CSS. A selector that is not part of them is likely to be a typo or a misunderstanding of the CSS syntax.

Noncompliant Code Example

field {}

ul list {}

Compliant Solution

input {}

ul li {}