You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/first-selector.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<signature>
6
6
<added>1.0</added>
7
7
</signature>
8
-
<desc>Selects the first matched element.</desc>
8
+
<desc>Selects the first matched DOM element.</desc>
9
9
<longdesc>
10
10
<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, <ahref="/first-child-selector/">:first-child</a> can match more than one: One for each parent.</p>
0 commit comments