Re: New editor's draft released (v20130704)

On 2013-07-05 09:59, Dominique Hazael-Massieux wrote:
> Hi Adam,
>
> Le jeudi 04 juillet 2013 à 15:41 +0200, Adam Bergkvist a écrit :
>> A new version of the editor's draft is available.
>
> Thanks for providing this.
>
>>       * Updated usage of MediaStreams in media elements.
>
> The description of the interface for direct assignment has two bugs:
> * it uses a "directAssignment" partial interface, but there isn't such
> an interface; the partial interface should be on HTMLMediaElement (as
> defined in
> http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#media-elements )
>
> * the agreed-upon name for the attribute is srcObject, not sourceObj
>
> i.e. the WebIDL snippet should be
> partial interface HTMLMediaElement {
>    attribute MediaStream? srcObject;
> }
>

Yes, we need to fix this.

Thanks for reviewing.

/Adam

Received on Friday, 5 July 2013 12:07:00 UTC