- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 27 Oct 2022 19:24:10 +0000
- To: public-css-archive@w3.org
> I think the loss to future extensibility is minimal
I'm concerned this may not be true, e.g. I remember some proposal to use `{}` to set multiple longhands to different values without having to repeat all the name, like
```css
#element {
margin: {
top: 10px;
left: 20px;
}
}
```
Is `margin:` a type selector and an hypothetical empty pseudo-class, or is it a declaration for the `margin` property?
--
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7961#issuecomment-1293965581 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 27 October 2022 19:24:12 UTC