Re: [css3-values] nesting calc()

I'm not an expert in CSS syntax but it seems to be a dangerous idea. Is 
there a way in CSS to distinguish a function from an identifier followed by 
parenthized expression? Example:

    animation: attr(anim);

and:

    animation: myAnim (15s - 3s);

? 

Received on Wednesday, 20 June 2012 07:46:30 UTC