Skip to content

Commit e0d6b63

Browse files
authored
Merge pull request #81 from w3c/format2
Editorial: Run formatter on identity/index.html
2 parents 4b4d862 + 1f0e5bd commit e0d6b63

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

identity/index.html

+20-19
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ <h2>Abstract</h2>
1717
</p>
1818
</section>
1919
<section id="sotd">
20-
<p>
21-
This document is not complete.
22-
</p>
20+
<p>This document is not complete.</p>
2321
</section>
2422
<section id="conformance"></section>
2523
<section>
@@ -32,7 +30,6 @@ <h3>Generic Problem Description</h3>
3230
<a data-cite="SCREEN-CAPTURE#dom-mediadevices-getdisplaymedia">getDisplayMedia</a>
3331
and the user chooses to share another tab, where an application is running which we’ll
3432
call "<var>captured_app</var>."
35-
3633
</p>
3734
<p>Note that:</p>
3835
<ol>
@@ -188,9 +185,9 @@ <h3>MediaDevices.setCaptureHandleConfig()</h3>
188185
</p>
189186
<div class="note">
190187
<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
194191
<a href="https://github.com/w3c/mediacapture-handle/issues/11">issue #11</a>.
195192
</p>
196193
</div>
@@ -230,8 +227,8 @@ <h3>MediaDevices.setCaptureHandleConfig()</h3>
230227
<ol>
231228
<li>
232229
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}}.
235232
</li>
236233
<li>
237234
The user agent MUST report the new [=observable=] {{CaptureHandle}} whenever
@@ -299,12 +296,13 @@ <h3>MediaStreamTrack.getCaptureHandle()</h3>
299296
</p>
300297
<div class="note">
301298
<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
308306
<a href="https://github.com/w3c/mediacapture-handle/issues/12">issue #12</a>.
309307
</p>
310308
</div>
@@ -325,7 +323,8 @@ <h3>MediaStreamTrack.getCaptureHandle()</h3>
325323
agent MUST return <code>null</code>.
326324
</p>
327325
<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>.
329328
</p>
330329
<p>
331330
If the captured application did not set a {{CaptureHandleConfig}}, or if the last time
@@ -349,11 +348,13 @@ <h3>MediaStreamTrack.getCaptureHandle()</h3>
349348
<section id="events">
350349
<h3>On-Change Event</h3>
351350
<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>
353354
<p>
354355
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:
357358
</p>
358359
<ol>
359360
<li>

0 commit comments

Comments
 (0)