Re: [css3-animations][bug-14795] Resolution of keyframe selectors outside [0%-100%]

(12/08/04 6:15), Sylvain Galineau wrote:
> Looking into this open issue [1], I find that both Firefox (Aurora) and IE10
> ignore keyframe selectors that are <0% or >100% and simply run the animation
> as if they weren't present.
> 
> WebKit (Chrome 21) seems to ignore the entire animation of any keyframe selector
> is out of bounds.
> 
> (I have no build of Opera that supports css3-animations at the moment).

For your information, Opera Next (Opera 12.50 internal) behaves like
Firefox and IE10 here.

(tested with

data:text/html,<!DOCTYPE html><style>@-o-keyframes test { -10% { top:
0em; } 0% { top: 1em; } 100% {top: 10em;} 110% {top: 20em; } } div {
border: red solid; position: absolute; -o-animation: test 1s
infinite;}</style><div></div>
)

> I propose we specify the behavior implemented by Firefox and IE; it seems more
> consistent with author expectations of what would happen to an invalid selector.

Yeah.


Cheers,
Kenny
-- 
Web Specialist, Oupeng Browser, Beijing
Try Oupeng: http://www.oupeng.com/

Received on Sunday, 5 August 2012 04:05:08 UTC