You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: selectors-4/Overview.bs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1158,7 +1158,7 @@ The Matches-Any Pseudo-class: '':is()''</h3>
1158
1158
The Negation (Matches-None) Pseudo-class: '':not()''</h3>
1159
1159
1160
1160
The negation pseudo-class, <dfn id='negation-pseudo'>:not()</dfn>,
1161
-
is a functional pseudo-class taking a <a>selectorlist</a> as an argument.
1161
+
is a functional pseudo-class taking a <<complex-real-selector-list>> as an argument.
1162
1162
It represents an element that is not represented by its argument.
1163
1163
1164
1164
Note: In Selectors Level 3,
@@ -3698,9 +3698,9 @@ Grammar</h2>
3698
3698
to obtain its actual value.
3699
3699
3700
3700
<div algorithm>
3701
-
To <dfn export lt="parse as a forgiving selector list|parsed as a forgiving selector list|parsing as a forgiving selector list">parse as a forgiving selector list</dfn> given an input |input|:
3701
+
To <dfn export>parse as a forgiving selector list</dfn> given an input |input|:
3702
3702
3703
-
1. [=Parse a list=] of <<complex-selector>>s from |input|,
3703
+
1. [=Parse a list=] of <<complex-real-selector>>s from |input|,
0 commit comments