Skip to content

Commit 28a7fe6

Browse files
committed
First selector: Clarified behavior
Fixes jquerygh-894 Closes jquerygh-895
1 parent 01824ac commit 28a7fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/first-selector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<signature>
66
<added>1.0</added>
77
</signature>
8-
<desc>Selects the first matched element.</desc>
8+
<desc>Selects the first matched DOM element.</desc>
99
<longdesc>
1010
<p>The <code>:first</code> pseudo-class is equivalent to <code>:eq( 0 )</code>. It could also be written as <code>:lt( 1 )</code>. While this matches only a single element, <a href="/first-child-selector/">:first-child</a> can match more than one: One for each parent.</p>
1111
</longdesc>

0 commit comments

Comments
 (0)