Re: [CSS Variables] WebKit now supports variable declaration blocks

* David Hyatt wrote:
>div {
>     background-color: green;
>     -webkit-var(complexVariable);
>     color: white;
>}

Allowing such syntax would require changing the core syntax that is not
supposed to change, you cannot use '(' before the colon and you have to
have a colon there.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de

Received on Wednesday, 30 July 2008 14:35:20 UTC