- From: Mercurial notifier <cvsmail@w3.org>
- Date: Thu, 31 Jan 2013 13:19:40 +0000
- To: public-dap-commits@w3.org
changeset: 364:a9bf1f2345e8 tag: tip parent: 362:90f0bdbaa5e7 user: dom@localhost6.localdomain6 date: Thu Jan 31 14:19:34 2013 +0100 files: media-stream-capture/MediaRecorder.html description: fix broken fragments diff -r 90f0bdbaa5e7 -r a9bf1f2345e8 media-stream-capture/MediaRecorder.html --- a/media-stream-capture/MediaRecorder.html Thu Jan 31 14:16:56 2013 +0100 +++ b/media-stream-capture/MediaRecorder.html Thu Jan 31 14:19:34 2013 +0100 @@ -346,7 +346,7 @@ constructor takes one argument which <em title="must" class="rfc2119">must</em> be of type <code>MediaStream</code> (see [[!GETUSERMEDIA]]). When the constructor is invoked, the UA <em title="must" class="rfc2119">must</em> construct a new <a class="idlType" href="#idl-def-MediaRecorder"><code>MediaRecorder</a></code> object, - set its <a href="#widl-mediastream">mediaStream</a> attribute to be the provided MediaStream, set its <a href="#widl-state">state</a> attribute to 'inactive' + set its <a href="#widl-MediaRecorder-stream">stream</a> attribute to be the provided MediaStream, set its <a href="#widl-MediaRecorder-state">state</a> attribute to 'inactive' and return the object.</p>
Received on Thursday, 31 January 2013 13:19:41 UTC