Skip to content

Commit

Permalink
Merge pull request #76 from w3c/fix-refs
Browse files Browse the repository at this point in the history
Fix cross-ref to getusermedia
  • Loading branch information
eladalon1983 authored Jun 5, 2024
2 parents 017dd77 + deee61d commit fd38245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions identity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ <h3>MediaStreamTrack.getCaptureHandle()</h3>
agent MUST return <code>null</code>.
</p>
<p>
If the track is [=track/ended=], then the user agent MUST return <code>null</code>.
If the track is [=MediaStreamTrack/ended=], then the user agent MUST return <code>null</code>.
</p>
<p>
If the captured application did not set a {{CaptureHandleConfig}}, or if the last time
Expand Down Expand Up @@ -368,8 +368,8 @@ <h4><dfn data-dfn-type="event" data-dfn-for="MediaStreamTrack">capturehandlechan
<li>The user agent switches the track to follow a new application.</li>
</ol>
<p>
Events are not fired when the track [=track/ended|ends=], nor after it
[=track/ended|ends=].
Events are not fired when the track [=MediaStreamTrack/ended|ends=], nor after it
[=MediaStreamTrack/ended|ends=].
</p>
</section>
<section id="oncapturehandlechange">
Expand Down

0 comments on commit fd38245

Please sign in to comment.