- From: <bugzilla@jessica.w3.org>
- Date: Fri, 24 Jan 2014 07:12:12 +0000
- To: public-texttracks@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380 Bug ID: 24380 Summary: [WebVTT] Don't extend TextTrack with WebVTT-specific members Product: TextTracks CG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: WebVTT Assignee: silviapfeiffer1@gmail.com Reporter: philipj@opera.com QA Contact: dave.null@w3.org CC: mike@w3.org, public-texttracks@w3.org TextTrackCue was untangled from VTTCue on the grounds that WebVTT may not be the only text track type for all eternity. On the same reasoning, we shouldn't put VTT-specific things on TextTrack: interface TextTrack : EventTarget { attribute VTTRegionList? regions; void addRegion(VTTRegion region); void removeRegion(VTTRegion region); }; Spawned from https://www.w3.org/Bugs/Public/show_bug.cgi?id=23686#c5 (I thought I had already filed a bug, but I can't find it.) -- You are receiving this mail because: You are on the CC list for the bug.
Received on Friday, 24 January 2014 07:12:18 UTC