Support first-of-type pseudo-class selector #30
Labels
Component-Selectors
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Status-Accepted
What new or enhanced feature are you proposing?
Same as
:nth-of-type(1)
. The:first-of-type
pseudo-class represents an element that is the first sibling of its type in the list of children of its parent element.What goal would this enhancement help you achieve?
Greater CSS Selectors Level 3 compliance.
For more information, see:
http://www.w3.org/TR/css3-selectors/#first-of-type-pseudo
Originally reported on Google Code with ID 30
Reported by @atifaziz on 2009-05-14 23:45:55
The text was updated successfully, but these errors were encountered: