:root input {
color: green; /* 0-1-1 - WINS because CLASS column is greater */
}
Where is the class selector, in the above statement?
I see only type which is input, having specificity 0 0 1, so some one please explain me the class specificity [the middle value in 0-1-1].