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 21191 - Explicit method to remove a TextTrackRegion
Summary: Explicit method to remove a TextTrackRegion
Status: RESOLVED FIXED
Alias: None
Product: TextTracks CG
Classification: Unclassified
Component: WebVTT Extension: Regions for rendering cue groups (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Silvia Pfeiffer
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-04 20:16 UTC by vcarbune
Modified: 2013-03-08 08:42 UTC (History)
1 user (show)

See Also:


Attachments

Description vcarbune 2013-03-04 20:16:39 UTC
Removing a TextTrackRegion from a the TextTrackRegionList of a TextTrack can be
done now as a side-effect of addRegion() - however, I think there should be
an explicit method, e.g. removeRegion(), to do this.
Comment 1 Silvia Pfeiffer 2013-03-08 08:39:57 UTC
I've added removeRegion() function to TextTrackRegion.

See: https://dvcs.w3.org/hg/text-tracks/rev/3f0ef4d6f3a8
Comment 2 Silvia Pfeiffer 2013-03-08 08:42:33 UTC
To be clear: it's added to TextTrack, sorry.