- From: Christoph Päper via GitHub <noreply@w3.org>
- Date: Fri, 05 Dec 2025 22:06:45 +0000
- To: public-css-archive@w3.org
~~~~ css
@property --color- {
syntax: <color>;
initial-value: currentcolor;
inherits: prefix;
}
@property -color {
syntax: <color>;
initial-value: currentcolor;
inherits: suffix;
}
:root {
--color-green: lime; /* registered */
--brand-color: olive; /* registered */
--theme-color-red: maroon; /* unregistered */
}
~~~~
--
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7523#issuecomment-3618758105 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 5 December 2025 22:06:46 UTC