Skip to content

Commit 66ddf56

Browse files
committed
[selectors-4] Cross-link “specificity”. w3c#6932
1 parent d16ef24 commit 66ddf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selectors-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,8 +1199,8 @@ The Specificity-adjustment Pseudo-class: '':where()''</h3>
11991199
is a functional pseudo-class
12001200
with the same syntax and functionality as '':is()''.
12011201
Unlike '':is()'', neither the '':where()'' pseudo-class, nor any of its arguments,
1202-
contribute to the specificity of the selector--
1203-
its specificity is always zero.
1202+
contribute to the [=specificity=] of the selector--
1203+
its [=specificity=] is always zero.
12041204

12051205
This is useful for introducing filters in a selector
12061206
while keeping the associated style declarations easy to override.

0 commit comments

Comments
 (0)