Re: [csswg-drafts] [css-values-4] inherit() function: like var() for parent value, for any property (#2864)

@tabatkins True, though the parent silently inherits that value from it's parent and so on.

How would this interact with a custom property defined using `@property` and `inherits: false;`? e.g.:

```css
@property --property-name {
  syntax: "<color>";
  inherits: false;
  initial-value: #c0ffee;
}
```

-- 
GitHub Notification of comment by brandonmcconnell
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2864#issuecomment-1409370953 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 30 January 2023 21:31:02 UTC