Re: [css3-images] Summary of recent gradient issues

On Thu, Jun 16, 2011 at 5:47 PM, Brian Manthos <brianman@microsoft.com> wrote:
> As such, I strongly prefer the grammar...
>        to [[left | right] || [top | bottom]]
>
> versus...
>        to [top|bottom]-[left|right]

That sounds pretty good.  So we'd have:

linear-gradient(to top right, black, white)

being in the same direction as:

linear-gradient(45deg, black, white)

I'm happy with that.

~TJ

Received on Friday, 17 June 2011 00:58:21 UTC