Skip to content

Commit 031cb06

Browse files
committed
[selectors] Consistently use plurals. Fixes #162.
1 parent cd0d328 commit 031cb06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selectors/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,14 +1902,14 @@ The Target Pseudo-class: '':target''</h3>
19021902
</div>
19031903

19041904
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.
1905+
If the document's URL has no fragment identifier, then the document has no target elements.
19061906

19071907
<div class="example">
19081908
Example:
19091909

19101910
<pre>p.note:target </pre>
19111911

1912-
This selector represents a <a element>p</a> element of class
1912+
This selector represents a <{p}> element of class
19131913
<code>note</code> that is the target element of the referring
19141914
URL.
19151915
</div>

0 commit comments

Comments
 (0)