Pseudoklass
Från Webbling
Pseudoklasser används i CSS-selektorer för att välja ut element baserat på deras egenskaper eller tillstånd. Ett exempel på detta kan vara att man vill att en CSS-regel ska triggas om man besökt en länk, medan obesökta länkar ska trigga hela andra regler.
Följande är de standardiserade pseudoklasserna:
- active
- checked
- default
- dir()
- disabled
- empty
- enabled
- first
- first-child
- first-of-type
- fullscreen
- focus
- hover
- indeterminate
- in-range
- invalid
- lang()
- last-child
- last-of-type
- left
- link
- not()
- nth-child()
- nth-last-child()
- nth-last-of-type()
- nth-of-type()
- only-child
- only-of-type
- optional
- out-of-range
- read-only
- read-write
- required
- right
- root
- scope
- target
- valid
- visited