- From: Alan Gresley <alan@css-class.com>
- Date: Fri, 10 Jun 2011 03:22:22 +1000
- To: www-style@w3.org
On 9/06/2011 10:45 PM, Alan Gresley wrote: > Secondly the default for a linear-gradient should be top. The below > gradients would be identical. > > linear-gradient(pink, orange 50px, blue 50px, lime); > linear-gradient(top, pink, orange 50px, blue 50px, lime); That should have written as this. linear-gradient(pink, orange 50px, blue 50px, lime); /* Current behavior */ linear-gradient(top, pink, orange 50px, blue 50px, lime); /* New behavior */ -- Alan Gresley http://css-3d.org/ http://css-class.com/
Received on Thursday, 9 June 2011 17:22:48 UTC