Re: [csswg-drafts] [css-properties-values-api] Shorthand for custom property declaration (#7523)

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