Skip to content

Commit 33ae097

Browse files
committed
[selectors] Remove issue about :any-link naming, now that it's widely implemented. Fixes #2020.
1 parent 023f62c commit 33ae097

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

selectors-4/Overview.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,8 +1845,6 @@ The Hyperlink Pseudo-class: '':any-link''</h3>
18451845
equivalent to '':matches(:link, :visited)''.
18461846

18471847

1848-
<p class="issue">Any better name suggestions for this pseudo?
1849-
18501848
<h3 id="link">
18511849
The Link History Pseudo-classes: '':link'' and '':visited''</h3>
18521850

@@ -3214,9 +3212,9 @@ Grammar</h2>
32143212
makes it difficult to indicate that a grammar term can <em>be</em> whitespace.
32153213
"Omitting" a combinator is actually just specifying the <a>descendant combinator</a>.
32163214

3217-
Note: While, per the grammar,
3215+
Note: While, per the grammar,
32183216
<a>pseudo-elements</a> can appear anywhere in a <<compound-selector>>,
3219-
and a <<compound-selector>> with a <<pseudo-element-selector>>
3217+
and a <<compound-selector>> with a <<pseudo-element-selector>>
32203218
can appear anywhere in a <<complex-selector>>,
32213219
in practice the <<pseudo-element-selector>> will only match anything
32223220
if placed at the end of the last <<compound-selector>>

0 commit comments

Comments
 (0)