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 19272 - in-band audio and video tracks should be cleared when loading a new resource
Summary: in-band audio and video tracks should be cleared when loading a new resource
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-04 09:09 UTC by contributor
Modified: 2013-04-26 20:45 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-10-04 09:09:56 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html
Multipage: http://www.whatwg.org/C#media-resources-with-multiple-media-tracks
Complete: http://www.whatwg.org/c#media-resources-with-multiple-media-tracks

Comment:
in-band tracks should be cleared when loading a new resource

Posted from: 2001:4c28:a032:32:d57:cd49:9216:fb3f by philipj@opera.com
User agent: Opera/9.80 (X11; Linux x86_64; Edition Next) Presto/2.12.378 Version/12.50
Comment 1 Philip Jägenstedt 2012-10-04 09:13:06 UTC
Step 1.4.4 of media element load algorithm is "Forget the media element's media-resource-specific text tracks" but there does not appear to be anything to forget about in-band audio and video tracks. Please be sure to also specify clearly whether or not removetrack events should be fired.
Comment 2 contributor 2013-04-26 20:45:59 UTC
Checked in as WHATWG revision r7854.
Check-in comment: Clear the 'audioTracks' and 'videoTracks' attributes when loading a new resource.
http://html5.org/tools/web-apps-tracker?from=7853&to=7854