Skip to content
Merged
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
2 changes: 1 addition & 1 deletion selectors-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3256,7 +3256,7 @@ Child-indexed Pseudo-classes</h3>
'':first-child'' pseudo-class</h4>

The <dfn id='first-child-pseudo'>:first-child</dfn> pseudo-class
represents an element that if first among its <a>inclusive siblings</a>.
represents an element that is first among its <a>inclusive siblings</a>.
Same as '':nth-child(1)''.

<div class="example">
Expand Down