@@ -17,9 +17,7 @@ <h2>Abstract</h2>
17
17
</ p >
18
18
</ section >
19
19
< section id ="sotd ">
20
- < p >
21
- This document is not complete.
22
- </ p >
20
+ < p > This document is not complete.</ p >
23
21
</ section >
24
22
< section id ="conformance "> </ section >
25
23
< section >
@@ -32,7 +30,6 @@ <h3>Generic Problem Description</h3>
32
30
< a data-cite ="SCREEN-CAPTURE#dom-mediadevices-getdisplaymedia "> getDisplayMedia</ a >
33
31
and the user chooses to share another tab, where an application is running which we’ll
34
32
call "< var > captured_app</ var > ."
35
-
36
33
</ p >
37
34
< p > Note that:</ p >
38
35
< ol >
@@ -188,9 +185,9 @@ <h3>MediaDevices.setCaptureHandleConfig()</h3>
188
185
</ p >
189
186
< div class ="note ">
190
187
< p >
191
- There is no consensus yet on how {{MediaDevices/setCaptureHandleConfig}} should
192
- behave if called more than once, due to concerns over it being misused as a
193
- cross-origin messaging channel itself. This is under discussion in
188
+ There is no consensus yet on how {{MediaDevices/setCaptureHandleConfig}} should behave
189
+ if called more than once, due to concerns over it being misused as a cross-origin
190
+ messaging channel itself. This is under discussion in
194
191
< a href ="https://github.com/w3c/mediacapture-handle/issues/11 "> issue #11</ a > .
195
192
</ p >
196
193
</ div >
@@ -230,8 +227,8 @@ <h3>MediaDevices.setCaptureHandleConfig()</h3>
230
227
< ol >
231
228
< li >
232
229
For every capturing application for which the new [=observable=] {{CaptureHandle}}
233
- is different than prior to the call to {{MediaDevices/setCaptureHandleConfig}},
234
- the user agent MUST [=fire an event=] named {{MediaStreamTrack/capturehandlechange}}.
230
+ is different than prior to the call to {{MediaDevices/setCaptureHandleConfig}}, the
231
+ user agent MUST [=fire an event=] named {{MediaStreamTrack/capturehandlechange}}.
235
232
</ li >
236
233
< li >
237
234
The user agent MUST report the new [=observable=] {{CaptureHandle}} whenever
@@ -299,12 +296,13 @@ <h3>MediaStreamTrack.getCaptureHandle()</h3>
299
296
</ p >
300
297
< div class ="note ">
301
298
< p >
302
- There is no consensus yet on whether {{MediaStreamTrack/getCaptureHandle}}
303
- belongs on {{MediaStreamTrack}} or on a dedicated controller object that is
304
- neither < a data-cite ="GETUSERMEDIA#track-clone "> clonable</ a > nor < a
305
- href ="https://w3c.github.io/mediacapture-extensions/#transferable-mediastreamtrack "
306
- > transferable</ a > , to separate messaging affecting all tracks from consumption
307
- of a single track. This is under discussion in
299
+ There is no consensus yet on whether {{MediaStreamTrack/getCaptureHandle}} belongs on
300
+ {{MediaStreamTrack}} or on a dedicated controller object that is neither
301
+ < a data-cite ="GETUSERMEDIA#track-clone "> clonable</ a > nor
302
+ < a href ="https://w3c.github.io/mediacapture-extensions/#transferable-mediastreamtrack "
303
+ > transferable</ a
304
+ > , to separate messaging affecting all tracks from consumption of a single track. This
305
+ is under discussion in
308
306
< a href ="https://github.com/w3c/mediacapture-handle/issues/12 "> issue #12</ a > .
309
307
</ p >
310
308
</ div >
@@ -325,7 +323,8 @@ <h3>MediaStreamTrack.getCaptureHandle()</h3>
325
323
agent MUST return < code > null</ code > .
326
324
</ p >
327
325
< p >
328
- If the track is [=MediaStreamTrack/ended=], then the user agent MUST return < code > null</ code > .
326
+ If the track is [=MediaStreamTrack/ended=], then the user agent MUST return
327
+ < code > null</ code > .
329
328
</ p >
330
329
< p >
331
330
If the captured application did not set a {{CaptureHandleConfig}}, or if the last time
@@ -349,11 +348,13 @@ <h3>MediaStreamTrack.getCaptureHandle()</h3>
349
348
< section id ="events ">
350
349
< h3 > On-Change Event</ h3 >
351
350
< section id ="capturehandlechange ">
352
- < h4 > < dfn data-dfn-type ="event " data-dfn-for ="MediaStreamTrack "> capturehandlechange</ dfn > </ h4 >
351
+ < h4 >
352
+ < dfn data-dfn-type ="event " data-dfn-for ="MediaStreamTrack "> capturehandlechange</ dfn >
353
+ </ h4 >
353
354
< p >
354
355
Whenever the [=observable=] {{CaptureHandle}} for a given capturing application changes,
355
- the user agent fires an event named {{MediaStreamTrack/capturehandlechange}}. This can happen in the
356
- following cases:
356
+ the user agent fires an event named {{MediaStreamTrack/capturehandlechange}}. This can
357
+ happen in the following cases:
357
358
</ p >
358
359
< ol >
359
360
< li >
0 commit comments