Re: Gradient syntax proposal

On Fri, Aug 14, 2009 at 6:06 PM, Andrew
Fedoniouk<news@terrainformatica.com> wrote:
> What if that element has background-image (real one) too?

Exactly the same as you would if you specified two backgrounds that
were both url()s.

background: url(),url();
is *exactly the same* as
background: url(),linear-gradient();
in terms of how to treat it.

~TJ

Received on Friday, 14 August 2009 23:11:06 UTC