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 {}