Re: [csswg-drafts] [css-values-5] What is the MVP for inline conditionals on custom properties? (#10064)

I hate to be that guy, but I think the name of the function itself could be improved, instead of just "if"? For example, SQL has the IIF() function which works like this `IIF(expression, value-if-true, value-if-false)`. In general "if" means branching but here we are not branching, we are "selecting" a value depending on an expression, correct?

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


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

Received on Thursday, 13 June 2024 11:26:10 UTC