Re: [csswg-drafts] [css-syntax-3] At-rules and qualified rules allow simple blocks in prelude (#5766)

Curly braces in property values has, in fact, been proposed before as a way to more explicitly address the sub-parts of longhand properties, like

```
.foo {
  background: {image: url(...); color: red;};
}
```

It doesn't have the syntactic issues of curly-blocks in preludes, so what would make it "devastating to CSS parsers with nested syntax", @matthew-dean?

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


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

Received on Friday, 26 February 2021 20:26:11 UTC