Skip to content

Commit

Permalink
Trying something new editorial-wise.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Dec 1, 2021
1 parent 93fdb86 commit e018db5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2966,15 +2966,16 @@ <h4>
</li>
<li class="no-test-needed">
<p>If <var>oldConfig</var> is not <code>null</code>, run the
following steps:</p>
following steps, and if any of them fail, [= exception/throw =]
an {{InvalidModificationError}}:</p>
<ol>
<li data-tests="RTCCertificate.html">
<p id="setconfig-certificate">
If the length of
<var>configuration</var>.{{RTCConfiguration/certificates}}
is different from the length of
<var>oldConfig</var>.{{RTCConfiguration/certificates}},
[= exception/throw =] an {{InvalidModificationError}}.
fail.
</p>
</li>
<li>
Expand All @@ -2996,8 +2997,7 @@ <h4>
at <var>index</var> is not the same as the ECMAScript
object represented by the value of
<var>oldConfig</var>.{{RTCConfiguration/certificates}}
at <var>index</var>, [= exception/throw =] an
{{InvalidModificationError}}.
at <var>index</var>, then fail.
</p>
</li>
<li>
Expand All @@ -3014,7 +3014,7 @@ <h4>
<var>configuration</var>.{{RTCConfiguration/bundlePolicy}}
differs from
<var>oldConfig</var>.{{RTCConfiguration/bundlePolicy}},
[= exception/throw =] an {{InvalidModificationError}}.
then fail.
</p>
</li>
<li>
Expand All @@ -3024,7 +3024,7 @@ <h4>
<var>configuration</var>.{{RTCConfiguration/rtcpMuxPolicy}}
differs from
<var>oldConfig</var>.{{RTCConfiguration/rtcpMuxPolicy}},
[= exception/throw =] an {{InvalidModificationError}}.
then fail.
</p>
</li>
<li>
Expand All @@ -3035,7 +3035,7 @@ <h4>
differs from
<var>oldConfig</var>.{{RTCConfiguration/iceCandidatePoolSize}},
and {{RTCPeerConnection/setLocalDescription}} has already been
called, [= exception/throw =] an {{InvalidModificationError}}.
called, then fail.
</p>
</li>
</ol>
Expand Down

0 comments on commit e018db5

Please sign in to comment.