File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change @@ -1527,7 +1527,8 @@ <h3 id="the-any-link-pseudo">
15271527The 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
You can’t perform that action at this time.
0 commit comments