Re: [csswg-drafts] [css-variables-2] Custom shorthands with `@property` (#7879)

Nested shorthands could work with something similar as the grid syntax : https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-areas

```css
@property --some-shorthand {
 syntax: "<color>"
  "<text-decoration-line> <text-decoration-style> <text-decoration-color>"
  "<ident>";
 constituent-properties: color text-decoration display;
 values: ...;
}
```

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


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

Received on Friday, 14 October 2022 13:31:12 UTC