[Bug 22961] New: [WebVTT] TextTrack extensions should be written as a partial interface

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22961

            Bug ID: 22961
           Summary: [WebVTT] TextTrack extensions should be written as a
                    partial interface
    Classification: Unclassified
           Product: TextTracks CG
           Version: unspecified
          Hardware: PC
               URL: https://dvcs.w3.org/hg/text-tracks/raw-file/default/we
                    bvtt/webvtt.html#extension-of-the-texttrack-interface-
                    for-region-support
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebVTT
          Assignee: silviapfeiffer1@gmail.com
          Reporter: me@kylehuey.com
        QA Contact: dave.null@w3.org
                CC: mike@w3.org, public-texttracks@w3.org

e.g.

partial interface TextTrack {
           attribute VTTRegionList? regions;
  void addRegion(VTTRegion region);
  void removeRegion(VTTRegion region);
};

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 14 August 2013 18:39:18 UTC