Skip to content

Commit 3ce24b5

Browse files
committed
[selectors] More domain->origin transforms.
1 parent 5150c58 commit 3ce24b5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

selectors/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,10 +2709,10 @@ <h3 id=local-pseudo><span class=secno>8.3. </span> The local link
27092709
whose target is in the same origin as the document's URL
27102710

27112711
<li><code class=css>:local-link(1)</code>’ represents a link element
2712-
whose target has the same domain and first path segment
2712+
whose target has the same origin and first path segment
27132713

27142714
<li><code class=css>:local-link(2)</code>’ represents a link element
2715-
whose target has the same domain, first, and second path segments
2715+
whose target has the same origin, first, and second path segments
27162716

27172717
<li>etc.
27182718
</ul>

selectors/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,8 +1821,8 @@ <h3 id="local-pseudo">
18211821
indicates the number of path levels to match:
18221822
<ul>
18231823
<li>'':local-link(0)'' represents a link element whose target is in the same origin as the document's URL
1824-
<li>'':local-link(1)'' represents a link element whose target has the same domain and first path segment
1825-
<li>'':local-link(2)'' represents a link element whose target has the same domain, first, and second path segments
1824+
<li>'':local-link(1)'' represents a link element whose target has the same origin and first path segment
1825+
<li>'':local-link(2)'' represents a link element whose target has the same origin, first, and second path segments
18261826
<li>etc.
18271827
</ul>
18281828

0 commit comments

Comments
 (0)