This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 12548 - <video> MEDIA CONTROLLER requires onended event
Summary: <video> MEDIA CONTROLLER requires onended event
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords: a11y, a11ytf, media
Depends on: 9452
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-23 03:18 UTC by John Foliot
Modified: 2011-08-04 05:14 UTC (History)
9 users (show)

See Also:


Attachments

Description John Foliot 2011-04-23 03:18:36 UTC
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.
Comment 1 Sam Ruby 2011-04-26 14:45:46 UTC
Possibly fixed, but not yet included in the W3C copy:

http://lists.w3.org/Archives/Public/public-html-a11y/2011Apr/0307.html
http://html5.org/tools/web-apps-tracker?from=6025&to=6026
Comment 2 Laura Carlson 2011-04-29 12:09:58 UTC
Per Martin Kliehm "although the bug-triage sub-team didn't decide on these bugs yet, John mentioned in yesterdays teleconference [1] that there are several important multimedia related bugs where he'd like to add the a11ytf keyword. There was approval". 

[1] http://www.w3.org/2011/04/28-html-a11y-minutes.html
Comment 3 Ian 'Hixie' Hickson 2011-06-16 21:59:41 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter's comments.
Comment 4 contributor 2011-06-16 22:00:33 UTC
Checked in as WHATWG revision r6247.
Check-in comment: Provide an .onended event handler for MediaController to expose the event more easily.
http://html5.org/tools/web-apps-tracker?from=6246&to=6247
Comment 5 Michael[tm] Smith 2011-08-04 05:14:11 UTC
mass-move component to LC1