[Bug 12548] New: MEDIA CONTROLLER requires onended event

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

           Summary: MEDIA CONTROLLER requires onended event
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: jfoliot@stanford.edu
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


The MediaController object currently does not expose an onended event.
This is inconsistent with in-band multitrack media resources and a convenience
event that is useful when reacting to the situation of all slave elements being
finished. This would for example be the case for a grouped multitrack resource
with an ordinary video track and a sign language track, where the ordinary
video track should get a display of further related videos once all tracks have
finished playing. It would e.g. wait until the sign language track is finished
before it displayed further information.

Therefore, we require the addition of a onended event to the MediaController
object.

-- 
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 Saturday, 23 April 2011 03:18:38 UTC