- From: carlosame via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Mar 2021 17:46:34 +0000
- To: public-css-archive@w3.org
> I would urge you to fork the other discussion into a different issue To decouple this issue from the fallback discussion, an important detail is pending: what is the outcome of an invalid custom profile. If it is "opaque black", that leaves little to be done at computed-value time. But if it is IACVT, then something like this may work: ``` varf(<custom-property-name>, <declaration-value>); ``` where `varf` is like `var` but with the fallback being applied if value is IACVT. -- GitHub Notification of comment by carlosame Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5931#issuecomment-801283067 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 March 2021 17:46:36 UTC