- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 13 Jun 2024 14:46:27 +0000
- To: public-css-archive@w3.org
> If we use a different character to separate the condition from the values (say ? or :), then if(style(...) ? foo, bar) is ambiguous: It's not ambiguous - as I said in [my earlier comment](https://github.com/w3c/csswg-drafts/issues/10064#issuecomment-2165224881), it has a defined parse. Absent any semicolons, commas are function argument separators. (#9539 fixes notwithstanding). It's just that you *can't indicate* you want a comma-containing value, and then nothing for the false case. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10064#issuecomment-2165891094 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 14:46:28 UTC