We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed002c commit 6f2492eCopy full SHA for 6f2492e
1 file changed
selectors3/Overview.html
@@ -2415,8 +2415,8 @@ <h2><a name=specificity>9. Calculating a selector's specificity</a></h2>
2415
<ul>
2416
<li>count the number of ID selectors in the selector (= a)</li>
2417
<li>count the number of class selectors, attributes selectors, and pseudo-classes in the selector (= b)</li>
2418
- <li>count the number of element names in the selector (= c)</li>
2419
- <li>ignore pseudo-elements</li>
+ <li>count the number of type selectors and pseudo-elements in the selector (= c)</li>
+ <li>ignore the universal selector</li>
2420
</ul>
2421
2422
<p>Selectors inside <a href="#negation">the negation pseudo-class</a>
0 commit comments