Re: [csswg-drafts] [background-4] Add background-repeat-x/y

@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