Skip to content

Commit 173a602

Browse files
committed
[selectors-4] Refer to the correct *-real-* productions in a few more places. w3c#7085
1 parent 2a639d5 commit 173a602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

selectors-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ The Matches-Any Pseudo-class: '':is()''</h3>
11581158
The Negation (Matches-None) Pseudo-class: '':not()''</h3>
11591159

11601160
The negation pseudo-class, <dfn id='negation-pseudo'>:not()</dfn>,
1161-
is a functional pseudo-class taking a <a>selector list</a> as an argument.
1161+
is a functional pseudo-class taking a <<complex-real-selector-list>> as an argument.
11621162
It represents an element that is not represented by its argument.
11631163

11641164
Note: In Selectors Level 3,
@@ -3698,9 +3698,9 @@ Grammar</h2>
36983698
to obtain its actual value.
36993699

37003700
<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|:
37023702

3703-
1. [=Parse a list=] of <<complex-selector>>s from |input|,
3703+
1. [=Parse a list=] of <<complex-real-selector>>s from |input|,
37043704
and let |selector list| be the result.
37053705

37063706
3. Remove all failure items from |selector list|,

0 commit comments

Comments
 (0)