Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
First selector: Clarified behavior
Fixes gh-894
  • Loading branch information
AurelioDeRosa committed Feb 24, 2016
commit c8fc3830251ebd66ff085932a856420d7c4b418a
2 changes: 1 addition & 1 deletion entries/first-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<signature>
<added>1.0</added>
</signature>
<desc>Selects the first matched element.</desc>
<desc>Selects the first matched DOM element.</desc>
<longdesc>
<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>
</longdesc>
Expand Down