Re: [csswg-drafts] [css-color] Support using "inherit" in color-mix() (#8872)

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