Open cvrebert opened 9 years ago
:first-child
:last-child
ul
li
div
a
button
:hover
:focus
:valid
:invalid
For the .col-* use-case: Red herrings: *=, ^= Mostly works: |=
.col-*
*=
^=
|=
of
:nth-[last]-child()
"CSS Selectors: The Good Parts"? "Some CSS Selectors Considered Harmful"?
:first-child
/:last-child
: tooltips & hidden inputs break this (see https://github.com/twbs/bootstrap/issues/16515 & https://github.com/twbs/bootstrap/issues/15684, https://github.com/twbs/bootstrap/issues/13825, https://github.com/twbs/bootstrap/issues/16693, https://github.com/twbs/bootstrap/issues/16540)ul
andli
, vsdiv
sa
vs.button
:hover
/:focus
stickiness:valid
/:invalid
don't account for user interaction