Skip to content

Commit

Permalink
[selectors-4] Refer to the correct *-real-* productions in a few more…
Browse files Browse the repository at this point in the history
… places. #7085
  • Loading branch information
tabatkins committed Dec 12, 2022
1 parent 2a639d5 commit 173a602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions selectors-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ The Matches-Any Pseudo-class: '':is()''</h3>
The Negation (Matches-None) Pseudo-class: '':not()''</h3>

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

Note: In Selectors Level 3,
Expand Down Expand Up @@ -3698,9 +3698,9 @@ Grammar</h2>
to obtain its actual value.

<div algorithm>
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|:
To <dfn export>parse as a forgiving selector list</dfn> given an input |input|:

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

3. Remove all failure items from |selector list|,
Expand Down

0 comments on commit 173a602

Please sign in to comment.