Re: [css3-animations] Errors in "Value:" entries

On Wed, 28 Sep 2011 12:05:08 +0200, Øyvind Stenhaug <oyvinds@opera.com>  
wrote:

> where <timing-function> would be defined in the prose as
>
> ease | linear | ease-in | ease-out | ease-in-out | step-start | step-end  
> | steps(<integer>, [start | end]) | cubic-bezier(<number>, <number>,  
> <number>, <number>)

Ah, no, now I see why those brackets around the second 'steps' argument  
were there. It was supposed to be optional. So, add one set of brackets  
and a question mark:

ease | linear | ease-in | ease-out | ease-in-out | step-start | step-end |  
steps(<integer>[, [start | end] ]?) | cubic-bezier(<number>, <number>,  
<number>, <number>)

-- 
Øyvind Stenhaug
Core Norway, Opera Software ASA

Received on Wednesday, 28 September 2011 10:21:11 UTC