[csswg-drafts] [css-backgrounds-3] Computed value of `background-image` wrong (#8604)

SebastianZ has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-backgrounds-3] Computed value of `background-image` wrong ==
The computed value of the `background-image` property is currently defined as "computed `<image>`".
Though the value is actually a list of `<bg-image>`s, i.e. a list of `<image>` values and `none` keywords.

So it looks like this needs to be fixed and say something like

"list, each item either the keyword `none` or an `<image>`"

Sebastian

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8604 using your GitHub account


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

Received on Thursday, 16 March 2023 21:57:26 UTC