Skip to content

Commit fd38245

Browse files
authored
Merge pull request #76 from w3c/fix-refs
Fix cross-ref to getusermedia
2 parents 017dd77 + deee61d commit fd38245

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

identity/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ <h3>MediaStreamTrack.getCaptureHandle()</h3>
325325
agent MUST return <code>null</code>.
326326
</p>
327327
<p>
328-
If the track is [=track/ended=], then the user agent MUST return <code>null</code>.
328+
If the track is [=MediaStreamTrack/ended=], then the user agent MUST return <code>null</code>.
329329
</p>
330330
<p>
331331
If the captured application did not set a {{CaptureHandleConfig}}, or if the last time
@@ -368,8 +368,8 @@ <h4><dfn data-dfn-type="event" data-dfn-for="MediaStreamTrack">capturehandlechan
368368
<li>The user agent switches the track to follow a new application.</li>
369369
</ol>
370370
<p>
371-
Events are not fired when the track [=track/ended|ends=], nor after it
372-
[=track/ended|ends=].
371+
Events are not fired when the track [=MediaStreamTrack/ended|ends=], nor after it
372+
[=MediaStreamTrack/ended|ends=].
373373
</p>
374374
</section>
375375
<section id="oncapturehandlechange">

0 commit comments

Comments
 (0)