- From: Tommy Kuo <sysbot+gh@w3.org>
- Date: Tue, 17 Jan 2017 08:15:56 +0000
- To: public-css-archive@w3.org
@gregwhitworth I think your test case missing a comma between two urls in `background-image`. And it's true that `background-repeat-{x,y}` can not accept multiple values. So you can only choose one combination for the two images in Blink. It means you can't create the same result created by the following source code with `background-repeat-{x,y}`. ``` background-repeat: repeat no-repeat, no-repeat repeat; ``` -- GitHub Notification of comment by KuoE0 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/116#issuecomment-273048897 using your GitHub account
Received on Tuesday, 17 January 2017 08:16:02 UTC