Re: [csswg-drafts] [css-values] add "attr" test to if() (#12519)

I'd like to do something this:

      .card {
        border-color: if (
                       attr(data-status: complete): seagreen
                       else: #f7f7f7)
      }

cause this then also would work inline, or like in your sample in the video but without the custom prop

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


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

Received on Friday, 25 July 2025 10:08:32 UTC