- From: Brandon McConnell via GitHub <sysbot+gh@w3.org>
- Date: Mon, 30 Jan 2023 21:31:00 +0000
- To: public-css-archive@w3.org
@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