File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments