- From: François REMY <fremycompany_pub@yahoo.fr>
- Date: Wed, 20 Jun 2012 09:45:59 +0200
- To: "Kang-Hao \(Kenny\) Lu" <kennyluck@csail.mit.edu>, "fantasai" <fantasai.lists@inkedblade.net>
- Cc: <www-style@w3.org>
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