Selector | Pseudo-Class |
---|---|
_active | :active |
_checked | :checked |
_default | :default |
_disabled | :disabled |
_empty | :empty |
_enabled | :enabled |
_first | :first |
_firstChild | :first-child |
_firstOfType | :first-of-type |
_focus | :focus |
_focusVisible | :focus-visible |
_focusWithin | :focus-within |
_hover | :hover |
_invalid | :invalid |
_lastChild | :last-child |
_lastOfType | :last-of-type |
_link | :link |
_onlyChild | :only-child |
_optional | :optional |
_readOnly | :read-only |