Re: Regarding Comma Separation

----- Original Message ----- 
From: "L. David Baron" <dbaron@dbaron.org>

>I sketched out an alternative (and more powerful) proposal last year,
>but haven't had time to develop it further.  I've stuck it up on my Web
>page to gauge feedback:
>  http://dbaron.org/css/css-vg/
>(see section 2, Gradients and Patterns).

David, is this 

@fill logoback {
  gradient: 90deg red blue;
}

#logo {
  background-color: fill(logoback);
}

in principle better than function style defintion like:

  background-draw-method: 
         gradient-fill(  angle: 90deg, color1: red, color2: blue );

? If yes than why in your opinion?

Andrew Fedoniouk.
http://terrainformatica.com

Received on Friday, 20 January 2006 01:34:04 UTC