[csswg-drafts] [css-backgrounds] Number of layers in getComputedStyle results (#4135)

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

== [css-backgrounds] Number of layers in getComputedStyle results ==
From Web Platform Tests issue (https://github.com/web-platform-tests/wpt/issues/17925)

In [`background-blend-mode`](https://drafts.fxtf.org/compositing-1/#background-blend-mode) and most of the other `background-`* properties, Firefox has the number of layers in the getComputedStyle result matching the number of layers in the specified value ([test](https://wpt.fyi/results/css/compositing/parsing/background-blend-mode-computed.html?label=master&label=experimental)). Blink and WebKit have the number of layers in the getComputedStyle result matching the number of layers in background-image ([tests](https://wpt.fyi/results/css/css-backgrounds/parsing/background-computed.html?label=master&label=experimental)).

Which is expected?


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

Received on Friday, 19 July 2019 22:12:25 UTC