diff --git a/selectors-4/Overview.bs b/selectors-4/Overview.bs index 6a50f7c05ee..732af9213e1 100644 --- a/selectors-4/Overview.bs +++ b/selectors-4/Overview.bs @@ -1158,7 +1158,7 @@ The Matches-Any Pseudo-class: '':is()'' The Negation (Matches-None) Pseudo-class: '':not()'' The negation pseudo-class, :not(), - is a functional pseudo-class taking a selector list as an argument. + is a functional pseudo-class taking a <> as an argument. It represents an element that is not represented by its argument. Note: In Selectors Level 3, @@ -3698,9 +3698,9 @@ Grammar to obtain its actual value.
- To parse as a forgiving selector list given an input |input|: + To parse as a forgiving selector list given an input |input|: - 1. [=Parse a list=] of <>s from |input|, + 1. [=Parse a list=] of <>s from |input|, and let |selector list| be the result. 3. Remove all failure items from |selector list|,