In the January discussion of the image-animation property, it was suggested that we may want it to apply to the poster image of a <video> element: if the <video> element is in a state where the poster image is displayed, and if the poster image is itself an animated image, then you'd be able to run/pause/stop it using this property.
Filing this issue to confirm if this is what we want.
We did not resolve at the time, but making it apply seemed to be the consensus at that time.
An alternative theory would be to say that the poster image of a <video> element isn't really considered an image as such, animated or otherwise, but rather a piece of UI of a complex element, and that the image-animation should not have effects on UI interactions, so it wouldn't apply.
In the January discussion of the
image-animationproperty, it was suggested that we may want it to apply to the poster image of a<video>element: if the<video>element is in a state where the poster image is displayed, and if the poster image is itself an animated image, then you'd be able to run/pause/stop it using this property.Filing this issue to confirm if this is what we want.
We did not resolve at the time, but making it apply seemed to be the consensus at that time.
An alternative theory would be to say that the poster image of a
<video>element isn't really considered an image as such, animated or otherwise, but rather a piece of UI of a complex element, and that theimage-animationshould not have effects on UI interactions, so it wouldn't apply.