
When feature detecting support for :has()
, use :has(+ *)
instead of :has(*)
A rather geeky/technical weblog, est. 2001, by Bramus
:has()
feature detection with @supports(selector(…))
: You want :has(+ *)
, not :has(*)
:nth-child(An+B [of S]?)
polyfill thanks to CSS :has()
and :not()
:has()
:has()