Skip to content

Commit c30997a

Browse files
committed
[selectors] Clarify :any-link.
1 parent 2a20213 commit c30997a

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

selectors/Overview.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
rel=dc.rights>
1010
<meta content="Selectors Level 4" name=dc.title>
1111
<meta content=text name=dc.type>
12-
<meta content=2013-04-11 name=dc.date>
12+
<meta content=2013-04-15 name=dc.date>
1313
<meta content="Elika J. Etemad" name=dc.creator>
1414
<meta content="Tab Atkins Jr." name=dc.creator>
1515
<meta content=W3C name=dc.publisher>
@@ -29,13 +29,13 @@
2929

3030
<h1 id=title>Selectors Level 4</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 April 2013</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 April 2013</h2>
3333

3434
<dl>
3535
<dt>This version:
3636

3737
<dd><a href="http://dev.w3.org/csswg/selectors4/">
38-
http://www.w3.org/TR/2013/ED-selectors4-20130411/</a>
38+
http://www.w3.org/TR/2013/ED-selectors4-20130415/</a>
3939

4040
<dt>Editor's draft:
4141

@@ -2322,7 +2322,10 @@ <h3 id=the-any-link-pseudo><span class=secno>7.1. </span> The hyperlink
23222322
pseudo-class: <a href="#any-link-pseudo"><code>:any-link</code></a></h3>
23232323

23242324
<p>The <dfn id=any-link-pseudo>:any-link</dfn> pseudo-class represents an
2325-
element that acts as the source anchor of a hyperlink.
2325+
element that acts as the source anchor of a hyperlink. It matches an
2326+
element if the element would match <a
2327+
href="#link-pseudo"><code>:link</code></a> or <a
2328+
href="#visited-pseudo"><code>:visited</code></a>.
23262329

23272330
<p class=issue>Any better name suggestions for this pseudo?
23282331

selectors/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,8 @@ <h3 id="the-any-link-pseudo">
15271527
The hyperlink pseudo-class: <code>:any-link</code></h3>
15281528

15291529
<p>The <dfn id='any-link-pseudo'>:any-link</dfn> pseudo-class represents an element
1530-
that acts as the source anchor of a hyperlink.
1530+
that acts as the source anchor of a hyperlink.
1531+
It matches an element if the element would match <code>:link</code> or <code>:visited</code>.
15311532

15321533
<p class="issue">Any better name suggestions for this pseudo?<p>
15331534

0 commit comments

Comments
 (0)