|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="Selectors Level 4" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2013-05-02 name=dcterms.date> |
| 13 | + <meta content=2013-05-13 name=dcterms.date> |
14 | 14 | <meta content="Elika J. Etemad" name=dcterms.creator> |
15 | 15 | <meta content="Tab Atkins Jr." name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
|
31 | 31 |
|
32 | 32 | <h1 id=title>Selectors Level 4</h1> |
33 | 33 |
|
34 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 May 2013</h2> |
| 34 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 May 2013</h2> |
35 | 35 |
|
36 | 36 | <dl> |
37 | 37 | <dt>This version: |
38 | 38 |
|
39 | 39 | <dd><a href="http://dev.w3.org/csswg/selectors4/"> |
40 | | - http://www.w3.org/TR/2013/ED-selectors4-20130502/</a> |
| 40 | + http://www.w3.org/TR/2013/ED-selectors4-20130513/</a> |
41 | 41 |
|
42 | 42 | <dt>Editor's draft: |
43 | 43 |
|
@@ -2706,7 +2706,7 @@ <h3 id=local-pseudo><span class=secno>8.3. </span> The local link |
2706 | 2706 |
|
2707 | 2707 | <ul> |
2708 | 2708 | <li>‘<code class=css>:local-link(0)</code>’ represents a link element |
2709 | | - whose target is in the same domain as the document's URL |
| 2709 | + whose target is in the same origin as the document's URL |
2710 | 2710 |
|
2711 | 2711 | <li>‘<code class=css>:local-link(1)</code>’ represents a link element |
2712 | 2712 | whose target has the same domain and first path segment |
@@ -2786,8 +2786,10 @@ <h3 id=local-pseudo><span class=secno>8.3. </span> The local link |
2786 | 2786 | </ol> |
2787 | 2787 | </div> |
2788 | 2788 |
|
2789 | | - <p>The scheme, username, password, port, query string, and fragment |
2790 | | - portions of the URL are not considered when matching against |
| 2789 | + <p> The "origin" of the URL is defined by <a |
| 2790 | + href="http://tools.ietf.org/html/rfc6454#section-4">RFC 6454, Section |
| 2791 | + 4</a>. The username, password, query string, and fragment portions of the |
| 2792 | + URL are not considered when matching against |
2791 | 2793 | <code>:local-link(<var>n</var>)</code>. If the document's URL does not |
2792 | 2794 | belong to a hierarchical scheme, the functional pseudo-class matches |
2793 | 2795 | nothing. |
|
0 commit comments