@@ -225,7 +225,7 @@ <h3>MediaDevices.setCaptureHandleConfig()</h3>
225
225
< li >
226
226
For every capturing application for which the new [=observable=] {{CaptureHandle}}
227
227
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.
229
229
</ li >
230
230
< li >
231
231
The user agent MUST report the new [=observable=] {{CaptureHandle}} whenever
@@ -342,11 +342,11 @@ <h3>MediaStreamTrack.getCaptureHandle()</h3>
342
342
</ section >
343
343
< section id ="events ">
344
344
< 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 >
347
347
< p >
348
348
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
350
350
following cases:
351
351
</ p >
352
352
< ol >
@@ -365,12 +365,6 @@ <h4><dfn>CaptureHandleChangeEvent</dfn></h4>
365
365
Events are not fired when the track [=track/ended|ends=], nor after it
366
366
[=track/ended|ends=].
367
367
</ p >
368
- < pre class ="idl ">
369
- [Exposed=Window]
370
- interface CaptureHandleChangeEvent : Event {
371
- constructor();
372
- };
373
- </ pre >
374
368
</ section >
375
369
< section id ="oncapturehandlechange ">
376
370
< h4 > < dfn > oncapturehandlechange</ dfn > </ h4 >
@@ -388,7 +382,7 @@ <h4><dfn>oncapturehandlechange</dfn></h4>
388
382
< dfn > oncapturehandlechange</ dfn >
389
383
</ dt >
390
384
< dd >
391
- < p > {{EventHandler}} for events of type {{CaptureHandleChangeEvent}} .</ p >
385
+ < p > {{EventHandler}} for events named [=capturehandlechange=] .</ p >
392
386
</ dd >
393
387
</ dl >
394
388
</ section >
0 commit comments