Re: New CSS variables syntax in latest WebKit

David Hyatt wrote:

> (1) -webkit-var(foo)
> (2) =foo=
> (3) $foo
> 
> One concern about using a symbol to represent a variable is that there 
> is no way to vendor-prefix it.  Then again, just using a symbol like = 
> or $ looks nicer than the ugly "-webkit-var" notation.

It also looks terribly more dangerous because some server modules
already use such syntax for macro expansion on the server's side...
Honestly, I think 2 and 3 are not a good idea.

</Daniel>

Received on Friday, 22 August 2008 18:07:37 UTC