Skip to content

Commit

Permalink
Editorial: fix :target cross-reference
Browse files Browse the repository at this point in the history
Closes #10889.
  • Loading branch information
annevk committed Jan 6, 2025
1 parent 8e95516 commit a53701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -74743,7 +74743,7 @@ Demos:

<dt><dfn selector noexport><code data-x="selector-target">:target</code></dfn></dt>
<dd>
<p>For the purposes of the CSS <code data-x="selector-focus">:target</code>
<p>For the purposes of the CSS <code data-x="selector-target">:target</code>
<span>pseudo-class</span>, the <code>Document</code>'s <i>target elements</i> are a list
containing the <code>Document</code>'s <span>target element</span>, if it is not null, or
containing no elements, if it is. <ref>SELECTORS</ref></p>
Expand Down

0 comments on commit a53701e

Please sign in to comment.