This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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.
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
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
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.
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
mass-move component to LC1