li:nth-child(2n + 1)⏎
li:nth-last-child(odd)⏎
li:nth-of-type(2n)⏎
li:first-child⏎
li:last-child⏎
li:first-of-type⏎
li:only-child⏎
p:empty⏎
a:link:visited:active⏎
a:hover:focus⏎
input:enabled⏎
textarea:disabled⏎
input:checked⏎
input:not([type="text"])⏎