Skip to content

Commit e433892

Browse files
committed
Revolver
1 parent e21b7b8 commit e433892

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

identity/index.html

+5-11
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h3>MediaDevices.setCaptureHandleConfig()</h3>
225225
<li>
226226
For every capturing application for which the new [=observable=] {{CaptureHandle}}
227227
is different than prior to the call to {{MediaDevices/setCaptureHandleConfig}}, an
228-
event named "capturehandlechange" must be fired.
228+
event named [=capturehandlechange=] must be fired.
229229
</li>
230230
<li>
231231
The user agent MUST report the new [=observable=] {{CaptureHandle}} whenever
@@ -342,11 +342,11 @@ <h3>MediaStreamTrack.getCaptureHandle()</h3>
342342
</section>
343343
<section id="events">
344344
<h3>On-Change Event</h3>
345-
<section id="capture-handle-change-event">
346-
<h4><dfn>CaptureHandleChangeEvent</dfn></h4>
345+
<section id="capturehandlechange">
346+
<h4><dfn>capturehandlechange</dfn></h4>
347347
<p>
348348
Whenever the [=observable=] {{CaptureHandle}} for a given capturing application changes,
349-
the user agent fires an event of type CaptureHandleChangeEvent. This can happen in the
349+
the user agent fires an event named [=capturehandlechange=]. This can happen in the
350350
following cases:
351351
</p>
352352
<ol>
@@ -365,12 +365,6 @@ <h4><dfn>CaptureHandleChangeEvent</dfn></h4>
365365
Events are not fired when the track [=track/ended|ends=], nor after it
366366
[=track/ended|ends=].
367367
</p>
368-
<pre class="idl">
369-
[Exposed=Window]
370-
interface CaptureHandleChangeEvent : Event {
371-
constructor();
372-
};
373-
</pre>
374368
</section>
375369
<section id="oncapturehandlechange">
376370
<h4><dfn>oncapturehandlechange</dfn></h4>
@@ -388,7 +382,7 @@ <h4><dfn>oncapturehandlechange</dfn></h4>
388382
<dfn>oncapturehandlechange</dfn>
389383
</dt>
390384
<dd>
391-
<p>{{EventHandler}} for events of type {{CaptureHandleChangeEvent}}.</p>
385+
<p>{{EventHandler}} for events named [=capturehandlechange=].</p>
392386
</dd>
393387
</dl>
394388
</section>

0 commit comments

Comments
 (0)