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

Why can't the core syntax change?  All browsers seem to error recover  
fine.

dave

On Jul 30, 2008, at 9:34 AM, Bjoern Hoehrmann wrote:

> * 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 18:34:06 UTC