- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 May 2023 18:18:31 +0000
- To: public-css-archive@w3.org
How would that work? ``` p { border-color: color-mix(in oklab, inherit 70%, black); } ``` the inherited value of what property? Here it could reasonably be inferred, but ``` p { --foo: color-mix(in oklab, inherit 70%, black); } ``` -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8872#issuecomment-1561729045 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 24 May 2023 18:18:32 UTC