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 18235 - <track> Removing a cue should disassociate the cue from the track. "Once a text track cue is associated with a particular text track, the association is permanent."
Summary: <track> Removing a cue should disassociate the cue from the track. "Once a te...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Silvia Pfeiffer
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords: CR
Depends on:
Blocks:
 
Reported: 2012-07-18 17:47 UTC by contributor
Modified: 2013-06-06 07:47 UTC (History)
6 users (show)

See Also:


Attachments

Description contributor 2012-07-18 17:47:01 UTC
This was was cloned from bug 17469 as part of operation convergence.
Originally filed: 2012-06-12 12:07:00 +0000

================================================================================
 #0   contributor@whatwg.org                          2012-06-12 12:07:56 +0000 
--------------------------------------------------------------------------------
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html
Multipage: http://www.whatwg.org/C#text-track-model
Complete: http://www.whatwg.org/c#text-track-model

Comment:
<track> Removing a cue should disassociate the cue from the track. "Once a
text track cue is associated with a particular text track, the association is
permanent."

Posted from: 2001:4c28:a030:30:8d0c:6db2:d88b:2577 by simonp@opera.com
User agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.7.3; U; en) Presto/2.10.229 Version/11.64
================================================================================
 #1   Simon Pieters                                   2012-06-12 12:14:34 +0000 
--------------------------------------------------------------------------------
We think the association between cue and track should be dropped when the cue is removed. It should be possible to move a cue between tracks and between videos. This would simplify our impl and remove restrictions for authors. At least for out-of-band cues. (If certain restrictions make sense for in-band cues, that's fine; we haven't implemented that yet and don't have a proposal for how they should behave exactly at this point.)
================================================================================
 #2   Simon Pieters                                   2012-06-19 14:58:12 +0000 
--------------------------------------------------------------------------------
addCue and removeCue should never throw InvalidStateError (at least for out-of-band cues).
================================================================================
Comment 1 Silvia Pfeiffer 2013-06-06 07:47:15 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:
https://github.com/w3c/html/commit/83b847465efab586f09d3809ba505653e84dc7f6

Rationale: Adopted WHATWG change