- From: Emilio Cobos Álvarez via GitHub <noreply@w3.org>
- Date: Sat, 06 Dec 2025 13:09:10 +0000
- To: public-css-archive@w3.org
E.g., my proposal would be something like:
```css
@property --text-color, --text-color-active, --text-color-hover {
inherits: true;
initial-value: currentColor;
syntax: "<color>";
}
@property --bg-color, --bg-color-active, --bg-color-hover {
inherits: false;
initial-value: transparent;
syntax: "<color>";
}
```
Which sure, duplicates the `<syntax>`, but seems ok?
--
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7523#issuecomment-3620281997 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 6 December 2025 13:09:11 UTC