[Bug 12559] <video> Make paused true at playback end

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-07-15 21:51:06 UTC ---
This would have all kinds of weird side-effects I don't think you want. For
example, say you had two <video> elements with the same mediagroup="", both
marked as autoplay="", and one is longer than the other. If we set paused to
true when a media element's playback ends, then as soon as one of the two
tracks ends, seeking back to before that point would only have the long track
playing.

-- 
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 Friday, 15 July 2011 21:51:15 UTC