Skip to content

Commit

Permalink
{{}} -> [==]
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Jun 1, 2023
1 parent bfae7a3 commit 64f60c7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5347,7 +5347,7 @@ <h4>
<p>
For each non-stopped
{{RTCRtpTransceiverDirection/"recvonly"}} transceiver
of {{RTCRtpTransceiver/transceiver kind}} <var>kind</var>, set
of [=RTCRtpTransceiver/transceiver kind=] <var>kind</var>, set
<var>transceiver</var>.{{RTCRtpTransceiver/[[Direction]]}} to
{{RTCRtpTransceiverDirection/"inactive"}}.
</p>
Expand All @@ -5363,7 +5363,7 @@ <h4>
If <var>connection</var> has any non-stopped
{{RTCRtpTransceiverDirection/"sendrecv"}} or
{{RTCRtpTransceiverDirection/"recvonly"}} transceivers of
{{RTCRtpTransceiver/transceiver kind}} <var>kind</var>, continue with the
[=RTCRtpTransceiver/transceiver kind=] <var>kind</var>, continue with the
next option, if any.
</p>
</li>
Expand Down Expand Up @@ -7846,7 +7846,7 @@ <h2>
</li>
<li>
<p>
The {{RTCRtpTransceiver/transceiver kind}} of the
The [=RTCRtpTransceiver/transceiver kind=] of the
{{RTCRtpTransceiver}}, associated with the sender,
matches <var>kind</var>.
</p>
Expand Down Expand Up @@ -9040,7 +9040,7 @@ <h2>
</li>
<li data-tests="RTCRtpParameters-encodings.html">
<p>
If {{RTCRtpTransceiver/transceiver kind}} is `"audio"`, remove the
If [=RTCRtpTransceiver/transceiver kind=] is `"audio"`, remove the
{{RTCRtpEncodingParameters/scaleResolutionDownBy}} and
{{RTCRtpEncodingParameters/maxFramerate}}
members from all <var>encodings</var> that
Expand All @@ -9049,7 +9049,7 @@ <h2>
</li>
<li data-tests="RTCRtpParameters-encodings.html">
<p>
If {{RTCRtpTransceiver/transceiver kind}} is `"video"`, then for
If [=RTCRtpTransceiver/transceiver kind=] is `"video"`, then for
each encoding in <var>encodings</var> that doesn't
[=map/contain=] a
{{RTCRtpEncodingParameters/scaleResolutionDownBy}}
Expand All @@ -9060,7 +9060,7 @@ <h2>
</li>
<li data-tests="RTCRtpParameters-encodings.html">
<p>
If {{RTCRtpTransceiver/transceiver kind}} is `"video"`,
If [=RTCRtpTransceiver/transceiver kind=] is `"video"`,
and any encoding in <var>encodings</var>
[=map/contains=] a
{{RTCRtpEncodingParameters/scaleResolutionDownBy}}
Expand Down Expand Up @@ -9296,7 +9296,7 @@ <h2>
<p>
If <var>withTrack</var> is non-null and
<code><var>withTrack</var>.kind</code> differs from the
{{RTCRtpTransceiver/transceiver kind}} of <var>transceiver</var>, return
[=RTCRtpTransceiver/transceiver kind=] of <var>transceiver</var>, return
a promise [= rejected =] with a newly [=
exception/created =] {{TypeError}}.
</p>
Expand Down Expand Up @@ -11223,7 +11223,7 @@ <h2>
</li>
<li class="no-test-needed">
<p>
Let <var>kind</var> be the <var>transceiver</var>'s {{RTCRtpTransceiver/transceiver kind}}.
Let <var>kind</var> be the <var>transceiver</var>'s [=RTCRtpTransceiver/transceiver kind=].
</p>
</li>
<li data-tests="RTCRtpTransceiver-setCodecPreferences.html">
Expand Down

0 comments on commit 64f60c7

Please sign in to comment.