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

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

--- Comment #6 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-07-19 19:52:07 UTC ---
Looks like this would mean putting hooks in the following places:

 - mediagroup="" setter, probably between steps 2 and 3.
 - controller IDL attribute setter.
 - the algorithm that currently sets 'ended'.

Need to decide what should happen when a video that is shorter than the
mediagroup's other media resources is ended and the video is switched to
another media controller rather than to no controller (and whether it depends
on the length of the media in that other controller).

Also need to decide what happens when going backwards and hitting the front.

-- 
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 Tuesday, 19 July 2011 19:52:13 UTC