What is the specificity of the following selectors:
For more information, see SpeciFISHity, the specificity cheat sheet featuring plankton, fish, and sharks.
p
.important
#unique
a:hover
li.list-item
div#mainNav
div[id="mainNav"]
li:nth-of-type(2n+3)
body > header
li:nth-of-type(5) + li
header:not(#main)
.invalid.invalid.invalid
#thirdParty#thirdParty#thirdParty
#why #would #this b .necessary
li:where(:nth-of-type(2n+3))
li:is(:nth-of-type(2n+3))