Skip to content

Commit 18a87a9

Browse files
committed
[selectors] typo
1 parent 18e8865 commit 18a87a9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

selectors/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,8 +1372,8 @@ <h3 id=scoping><span class=secno>3.3. </span> Scoped Selectors</h3>
13721372
href="#combinator"><i>combinator</i></a>. The scoping element matches
13731373
this implied <a href="#scope-pseudo"><code>:scope</code></a> selector,
13741374
but does not limit which elements match.
1375-
<p> Scope-relative selectors must be <a href=absolutize>absolutized</a>
1376-
before using them for matching.
1375+
<p> Scope-relative selectors must be <a
1376+
href="#absolutize">absolutized</a> before using them for matching.
13771377

13781378
<p class=issue> It might be necessary (for, e.g.
13791379
<code>::distributed()</code> or <code>documentFragment.find()</code>),

selectors/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ <h3 id="scoping">
675675
but does not limit which elements match.
676676

677677
<p>
678-
Scope-relative selectors must be <a href="absolutize">absolutized</a> before using them for matching.
678+
Scope-relative selectors must be <a href="#absolutize">absolutized</a> before using them for matching.
679679

680680
<p class="issue">
681681
It might be necessary (for, e.g. <code>::distributed()</code> or <code>documentFragment.find()</code>),

0 commit comments

Comments
 (0)