Skip to content

Commit 6334c4c

Browse files
Merge pull request #67 from w3c/add-event-link
Use ReSpec convention for defining / linking events
2 parents da09bf2 + 6a8f695 commit 6334c4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

identity/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h3>MediaDevices.setCaptureHandleConfig()</h3>
231231
<li>
232232
For every capturing application for which the new [=observable=] {{CaptureHandle}}
233233
is different than prior to the call to {{MediaDevices/setCaptureHandleConfig}},
234-
the user agent MUST fire an event named [=capturehandlechange=].
234+
the user agent MUST [=fire an event=] named {{MediaStreamTrack/capturehandlechange}}.
235235
</li>
236236
<li>
237237
The user agent MUST report the new [=observable=] {{CaptureHandle}} whenever
@@ -349,10 +349,10 @@ <h3>MediaStreamTrack.getCaptureHandle()</h3>
349349
<section id="events">
350350
<h3>On-Change Event</h3>
351351
<section id="capturehandlechange">
352-
<h4><dfn>capturehandlechange</dfn></h4>
352+
<h4><dfn data-dfn-type="event" data-dfn-for="MediaStreamTrack">capturehandlechange</dfn></h4>
353353
<p>
354354
Whenever the [=observable=] {{CaptureHandle}} for a given capturing application changes,
355-
the user agent fires an event named [=capturehandlechange=]. This can happen in the
355+
the user agent fires an event named {{MediaStreamTrack/capturehandlechange}}. This can happen in the
356356
following cases:
357357
</p>
358358
<ol>
@@ -388,7 +388,7 @@ <h4><dfn>oncapturehandlechange</dfn></h4>
388388
<dfn>oncapturehandlechange</dfn>
389389
</dt>
390390
<dd>
391-
<p>{{EventHandler}} for events named [=capturehandlechange=].</p>
391+
<p>{{EventHandler}} for events named {{MediaStreamTrack/capturehandlechange}}.</p>
392392
</dd>
393393
</dl>
394394
</section>

0 commit comments

Comments
 (0)