RE: Gradient syntax proposal

I wrote:
| linear-gradient: top / aqua, darkblue 1em, darkblue 2em, 50%, blue;

which should be

| linear-gradient: top / aqua, darkblue 1em, darkblue 2em, aqua 50%, blue;

and

| This not only makes sense, it will never degrade into something 
| totally unlike what's desired. And if you do use all the same 
| types, it will be exactly as if the same types were *required* 
| with the current proposals.

which is not strictly true if pixels and ems are mixed. But I still think it makes more sense (and is more versatile) than current proposals.

David Perrell

Received on Monday, 17 August 2009 19:36:56 UTC