- From: <piranna@gmail.com>
- Date: Wed, 12 Jun 2013 10:41:58 +0200
- To: public-restrictedmedia@w3.org
- Message-ID: <CAKfGGh30ahBHtofjbb-v1eiJs+eib_-ZxYpMVnyshh-DMT-y1w@mail.gmail.com>
I didn't know what was WIPO (World Intellectual Property Organization, dependent of Unite Nations), but after reading about it I've considered making that cross-post from public-media mail list would be interesting for the discussion. ---------- Mensaje reenviado ---------- De: "Wayne Borean" <wborean@gmail.com> Fecha: 12/06/2013 09:35 Asunto: Re: [Bug 22329] New: [MSE] TextTrack attributes settable in conflict with the html spec Para: <public-html-media@w3.org> Cc: <public-html-media@w3.org> Hmm. You do realize that EME is not compatible with the WIPO Internet Treaties? While a private firm like Microsoft or Apple could (and do) build software which isn't WIPO-1995 compliant, making a Web Standard that isn't WIPO-1995 compliant would be a huge mistake. Wayne On Tue, Jun 11, 2013 at 7:02 PM, <bugzilla@jessica.w3.org<bugzilla@jessica.w3..org> > wrote: > https://www.w3.org/Bugs/Public/show_bug.cgi?id=22329 > > Bug ID: 22329 > Summary: [MSE] TextTrack attributes settable in conflict with > the html spec > Classification: Unclassified > Product: HTML WG > Version: unspecified > Hardware: PC > OS: All > Status: NEW > Severity: normal > Priority: P2 > Component: Media Source Extensions > Assignee: adrianba@microsoft.com > Reporter: giles@mozilla.com > QA Contact: public-html-bugzilla@w3.org > CC: mike@w3.org, public-html-media@w3.org > > "partial interface TextTrack { > attribute DOMString kind; > attribute DOMString language; > }" > > The TextTrack interface in the html spec has readonly attributes of the > same > name. I think the idea is to use specific constructors as the only way to > pass > these in, or have them created by the parser for in-band text tracks and > <track> elements. > > Do we need this interface? If it's muxed with the parent media element's > source > stream, the in-band text track support should cover it, and if it's > external, > the media.AddTextTrack and TextTrack.addCue methods should be sufficient to > implement dynamic subtitles with minimal complexity. > > -- > You are receiving this mail because: > You are on the CC list for the bug. > >
Received on Wednesday, 12 June 2013 08:42:25 UTC