Dear web browsers, please can I have support for this :has() pseudo-class? Because able to select for any a tag that directly contains an img child would be useful to me, eventually.

The :has() CSS pseudo-class represents an element if any of the selectors passed as parameters (relative to the :scope of the given element), match at least one element.