Skip to content

Commit

Permalink
Link to infra
Browse files Browse the repository at this point in the history
This makes it clear that we deal with the set instead of the current algorithm.

Co-authored-by: Dominique Hazael-Massieux <dom@w3.org>
  • Loading branch information
Kaiido and dontcallmedom authored Dec 3, 2024
1 parent 89002bc commit 0a69dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h2>{{MediaStream}}</h2>
<p>If <var>track</var> is not in <var>stream's</var> [=track set=], then abort these steps.</p>
</li>
<li>
<p>Remove <var>track</var> from <var>stream</var>'s [=track set=].</p>
<p>[=set/Remove=] <var>track</var> from <var>stream</var>'s [=track set=].</p>
</li>
<li>
<p>[= Fire a track event =] named {{removetrack}} with
Expand Down

0 comments on commit 0a69dbd

Please sign in to comment.