Re: [csswg-drafts] [css-background-4] add background-layers property to set everything but background-color (#8726)

@gavinmcfarland You are misunderstanding, this proposal is for a normal shorthand, not for additive cascade.

It would just allow writing

```css
background: url("image.png") no-repeat right top, url("image2.png"), red;
```

as

```css
background-something: url("image.png") no-repeat right top, url("image2.png");
background-color: red;
```

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


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

Received on Friday, 26 May 2023 00:10:34 UTC