Re: [csswg-drafts] [css-conditional-4] Need a way in CSS to test for support of HTML features (#9746)

Authors can use the :is() pseudo-class possibly such as:
@supports (:is(input[switch])) {
  input[switch] {
    appearance: switch;
  }
}

-- 
GitHub Notification of comment by francescorn
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9746#issuecomment-1875934917 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 3 January 2024 20:32:15 UTC