- From: Dominique Hazael-Massieux <dom@w3.org>
- Date: Fri, 05 Jul 2013 09:59:03 +0200
- To: Adam Bergkvist <adam.bergkvist@ericsson.com>
- Cc: public-media-capture@w3.org
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;
}
Dom
Received on Friday, 5 July 2013 07:59:18 UTC