~
:lang()
:last-child
:nth-child()
:not()
:empty+
:first-of-type
:root
html:first-child
[class|="x-x"]
[class*=""]
[class^=""]
[class$=""]
:not([class*=""])
:not([class^=""])
:not([class$=""])
id case insens.
class case insens.
:not(:root:root)
media query

User Agent:

Related: Minimal set of css hacks, CSS browsers separation.

CSS tests home