[Bug 12426] Effect when @src of video element contains temporal media fragment URI and @loop

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12426

--- Comment #7 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> 2011-04-07 00:42:30 UTC ---
(In reply to comment #5)
> (In reply to comment #4)
> > In my mind, a loop goes over the given resource, which in this case is the
> > fragment. As soon as the user interacts with the resource, however, we break
> > out of the loop state. For example, if the user pauses at the end, then the
> > next 'play' will continue. Or if the user seeks anywhere, then we revert to the
> > full timeline.
> 
> I was talking about the case when playback pauses at the end of the fragment
> range because it's the end, not because the user paused at that point.
> 
> Do you mean that *any* seeking, including within the fragment, should break the
> state and cause it to behave as if no fragment was specified at all?

Yes, that would be my approach. OTOH, an explicit control of that state might
be a good alternative.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 7 April 2011 00:42:32 UTC