@@ -222,7 +222,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
222222 pseudo-classes: :link and :visited</ a >
223223
224224 < li > < a href ="#here-pseudo "> < span class =secno > 7.2. </ span > The link
225- location pseudo-class :current </ a >
225+ location pseudo-class :links-here </ a >
226226
227227 < li > < a href ="#scope-pseudo "> < span class =secno > 7.3. </ span > The scope
228228 pseudo-class :scope</ a >
@@ -1706,13 +1706,11 @@ <h3 id=link><span class=secno>7.1. </span> The link history pseudo-classes:
17061706 unvisited links differently.
17071707
17081708 < h3 id =here-pseudo > < span class =secno > 7.2. </ span > The link location
1709- pseudo-class :current </ h3 >
1709+ pseudo-class :links-here </ h3 >
17101710
1711- < p class =issue > This pseudo-class needs a better name.
1712-
1713- < p > The < code > :current</ code > pseudo-class allows authors to style links
1711+ < p > The < code > :links-here</ code > pseudo-class allows authors to style links
17141712 based on the users current location within a site and to differentiate
1715- site-internal versus site-external links. The < code > :current </ code >
1713+ site-internal versus site-external links. The < code > :links-here </ code >
17161714 pseudo-class represents an element that is the source anchor of a
17171715 hyperlink whose target's absolute URI matches the element's own document
17181716 URI. The fragment identifier of the document URI is stripped before
@@ -1723,7 +1721,7 @@ <h3 id=here-pseudo><span class=secno>7.2. </span> The link location
17231721 < p > For example, the following rule prevents links targetting the current
17241722 page from being underlined when they are part of the navigation list:
17251723
1726- < pre > nav :current { text-decoration: none; }</ pre >
1724+ < pre > nav :links-here { text-decoration: none; }</ pre >
17271725 </ div >
17281726
17291727 < p > The pseudo-class can also accept a non-negative integer as its sole
@@ -1739,7 +1737,7 @@ <h3 id=here-pseudo><span class=secno>7.2. </span> The link location
17391737 not match anything. Similarly if the document's URI is not a URL, the
17401738 pseudo-class does not match anything. The scheme, username, password,
17411739 port, query string, and fragment portions of the URL are not considered
1742- when matching against < code > :current (< var > n</ var > )</ code > .
1740+ when matching against < code > :linkes-here (< var > n</ var > )</ code > .
17431741
17441742 < p class =issue > Is there such a thing as IRL? Because we do want this to
17451743 work for internationalized URLs, just not URNs.
@@ -1764,15 +1762,15 @@ <h3 id=here-pseudo><span class=secno>7.2. </span> The link location
17641762 < p > and the styles:
17651763
17661764 < ol >
1767- < li > < code > a:current {...}</ code >
1765+ < li > < code > a:links-here {...}</ code >
17681766
1769- < li > < code > a:current (0) {...}</ code >
1767+ < li > < code > a:links-here (0) {...}</ code >
17701768
1771- < li > < code > a:current (1) {...}</ code >
1769+ < li > < code > a:links-here (1) {...}</ code >
17721770
1773- < li > < code > a:current (2) {...}</ code >
1771+ < li > < code > a:links-here (2) {...}</ code >
17741772
1775- < li > < code > a:current (3) {...}</ code >
1773+ < li > < code > a:links-here (3) {...}</ code >
17761774 </ ol >
17771775
17781776 < p > If the document's URI is < code > http://www.example.com/2011/03/</ code > :
@@ -1796,7 +1794,7 @@ <h3 id=here-pseudo><span class=secno>7.2. </span> The link location
17961794 < p > The following example styles all site-external links with a dashed
17971795 underline.
17981796
1799- < pre > :not(:current (0)) { text-decoration-style: dashed; }</ pre >
1797+ < pre > :not(:links-here (0)) { text-decoration-style: dashed; }</ pre >
18001798 </ div >
18011799
18021800 < h3 id =scope-pseudo > < span class =secno > 7.3. </ span > The scope pseudo-class
0 commit comments