Re: [csswg-drafts] [css-om][css-backgrounds] Serialization of `background: none` (#8496)

Mm, looking at it again, I'm less sure about it :)
If `none` is expected I would change the grammar to

```
<bg-layer>       = <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>
<final-bg-layer> = <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box> || <'background-color'>
```

If `transparent` is expected, I would add a note or something.

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


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

Received on Friday, 24 February 2023 21:52:38 UTC