Web platform features explorer

:has()

Newly available since 2023-12-19
Tags: css Groups: CSS > Selectors

The :has() CSS functional pseudo-class matches an element if any of the selectors passed as parameters would match at least one element.

Learn more

Browser support (view on caniuse.com)

  • Chrome 105 Released on 2022-09-02
  • Chrome Android 105 Released on 2022-09-02
  • Edge 105 Released on 2022-09-01
  • Firefox 121 Released on 2023-12-19
  • Firefox for Android 121 Released on 2023-12-19
  • Safari 15.4 Released on 2022-03-14
  • Safari on iOS 15.4 Released on 2022-03-14

Usage (according to Chrome Platform Status)

~40.379% of page loads. More data at chromestatus.

Interop