[css3-lists] Where can the counter() function be used?

We recently got a WebKit bug filed that the counter() function didn't work in animation-delay; the author was trying something like:

animation-delay: counter() + "s";

So the question is: where can counter() be used? http://www.w3.org/TR/css3-lists/ shows it being used in the content: property, but is that the only place? Should the spec say what it's applicability is?

Simon

Received on Thursday, 5 July 2012 17:37:11 UTC