Skip to content

Commit 677fc3d

Browse files
committed
[selectors] Fix link.
1 parent 6fe5c00 commit 677fc3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

selectors/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2702,7 +2702,7 @@ <h3 id=the-focus-pseudo><span class=secno>8.3. </span> The input focus
27022702
which elements can acquire <a
27032703
href="#focus-pseudo"><code>:focus</code></a>. For example, <a
27042704
href="#HTML5" rel=biblioentry>[HTML5]<!--{{HTML5}}--></a> defines a <a
2705-
href="http://www.whatwg.org/html/selectors.html#selector-focus">list of
2705+
href="http://www.whatwg.org/html/selectors.html#selector-active">list of
27062706
activatable elements</a>.
27072707

27082708
<h3 id=drag-pseudos><span class=secno>8.4. </span> The drag-and-drop

selectors/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@ <h3 id="the-focus-pseudo">
18111811

18121812
<p>There may be document language or implementation specific limits on
18131813
which elements can acquire <code>:focus</code>.
1814-
For example, [[HTML5]] defines a <a href="http://www.whatwg.org/html/selectors.html#selector-focus">list of activatable elements</a>.
1814+
For example, [[HTML5]] defines a <a href="http://www.whatwg.org/html/selectors.html#selector-active">list of activatable elements</a>.
18151815

18161816
<h3 id="drag-pseudos">
18171817
The drag-and-drop pseudo-classes</h3>

0 commit comments

Comments
 (0)