- From: Claudio Cicali via GitHub <sysbot+gh@w3.org>
- Date: Thu, 13 Jun 2024 11:26:09 +0000
- To: public-css-archive@w3.org
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