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 22961 - [WebVTT] TextTrack extensions should be written as a partial interface
Summary: [WebVTT] TextTrack extensions should be written as a partial interface
Status: RESOLVED DUPLICATE of bug 23686
Alias: None
Product: TextTracks CG
Classification: Unclassified
Component: WebVTT (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Silvia Pfeiffer
QA Contact: This bug has no owner yet - up for the taking
URL: https://dvcs.w3.org/hg/text-tracks/ra...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-14 18:39 UTC by Kyle Huey
Modified: 2013-11-14 14:45 UTC (History)
3 users (show)

See Also:


Attachments

Description Kyle Huey 2013-08-14 18:39:17 UTC
e.g.

partial interface TextTrack {
           attribute VTTRegionList? regions;
  void addRegion(VTTRegion region);
  void removeRegion(VTTRegion region);
};
Comment 1 Silvia Pfeiffer 2013-11-14 14:45:56 UTC

*** This bug has been marked as a duplicate of bug 23686 ***