Re: [webkit-dev] CSS values and multiple backgrounds

2014-06-27 Thread Dan Weber
This does appear to be a bug. Tested in Firefox, when I call CSSStyleDeclaration.cssText with the following CSS: background: url(http://example.com/image.png), linear-gradient(rgb(255,0,0), blue) center top repeat-y scroll, 10px 10px no-repeat scroll; I get back: background: url("http://example.

[webkit-dev] Pratik Solanki is now a WebKit reviewer

2014-06-27 Thread Andreas Kling
Hi WebKittens! I’m happy to announce that Pratik is now a WebKit reviewer. He’s been with the project for a long time, though he spent most of his time hacking on Apple’s internal iOS branch of WebKit. Now that iOS WebKit lives on trunk, so does Pratik! He’s forgotten more than I know about iOS

Re: [webkit-dev] CSS values and multiple backgrounds

2014-06-27 Thread Simon Fraser
On Jun 27, 2014, at 11:26 AM, Daniel Weber wrote: > I’m running into some trouble developing an app that needs to parse multiple > CSS background values. The problem is that WebKit isn’t returning the same > number of values for “background-image”, “background-position”, > “background-size”, “

[webkit-dev] CSS values and multiple backgrounds

2014-06-27 Thread Daniel Weber
I’m running into some trouble developing an app that needs to parse multiple CSS background values. The problem is that WebKit isn’t returning the same number of values for “background-image”, “background-position”, “background-size”, “background-repeat”, and “background-attachment”. If there a