We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0d328 commit 031cb06Copy full SHA for 031cb06
selectors/Overview.bs
@@ -1902,14 +1902,14 @@ The Target Pseudo-class: '':target''</h3>
1902
</div>
1903
1904
The <dfn id='target-pseudo'>:target</dfn> pseudo-class matches the document's target elements.
1905
- If the document's URL has no fragment identifier, then the document has no target element.
+ If the document's URL has no fragment identifier, then the document has no target elements.
1906
1907
<div class="example">
1908
Example:
1909
1910
<pre>p.note:target </pre>
1911
1912
- This selector represents a <a element>p</a> element of class
+ This selector represents a <{p}> element of class
1913
<code>note</code> that is the target element of the referring
1914
URL.
1915
0 commit comments