- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Fri, 14 Oct 2022 13:31:10 +0000
- To: public-css-archive@w3.org
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