Re: Extending createObjectUrl to MediaStream?

2013-09-02 Thread Anne van Kesteren
On Tue, Sep 3, 2013 at 12:29 AM, Robert O'Callahan wrote: > What are your use-cases where they're not the same? More importantly, what > are the use-cases where they cannot be made the same by the developer? E.g. embedding a widget for video or audio manipulation. The widget could be written by a

Re: Extending createObjectUrl to MediaStream?

2013-09-02 Thread Robert O'Callahan
On Mon, Sep 2, 2013 at 11:19 PM, Stefan Håkansson LK < stefan.lk.hakans...@ericsson.com> wrote: > On 2013-09-02 01:44, Robert O'Callahan wrote: > > On Sat, Aug 31, 2013 at 1:14 AM, Stefan Håkansson LK > > > > wrote: > > > > One need I can see is when y

[webcomponents]: Shadow trees styling issue

2013-09-02 Thread Alexey Kuzmin
Hello! As I understand current spec [1] there is only two ways to provide stylesfor DOM elements in shadow trees:1) add styles to document and set apply-author-styles flag for shadow tree or2) use inline styles for elements under the shadow root.But both of them look not very useful for Custom Elem

Re: Extending createObjectUrl to MediaStream?

2013-09-02 Thread Stefan Håkansson LK
On 2013-09-02 01:44, Robert O'Callahan wrote: > On Sat, Aug 31, 2013 at 1:14 AM, Stefan Håkansson LK > > wrote: > > One need I can see is when you want to display the video in another > window. Let's say you want to have the video in a popout window