Skip to content

Commit

Permalink
Add <p> to <li>
Browse files Browse the repository at this point in the history
  • Loading branch information
aboba committed Jan 22, 2019
1 parent c0b9e1e commit 483902c
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions webrtc.html
Expand Up @@ -1675,18 +1675,18 @@ <h4>Set the RTCSessionDescription</h4>
then run the following steps:</p>
<ol>
<li>
Set
<p>Set
<var>transceiver</var>.<a>[[\Sender]]</a>.<a>[[\SendCodecs]]</a>
to the codecs that <var>description</var>
negotiates for sending, and which the user agent
is currently capable of sending.
is currently capable of sending.</p>
</li>
<li>
Set
<p>Set
<var>transceiver</var>.<a>[[\Receiver]]</a>.<a>[[\ReceiveCodecs]]</a>
to the codecs that <var>description</var>
negotiates for receiving, and which the user
agent is currently prepared to receive.
agent is currently prepared to receive.</p>
</li>
<li>
<p>If <var>direction</var> is
Expand Down Expand Up @@ -1746,7 +1746,7 @@ <h4>Set the RTCSessionDescription</h4>
description</a>.</p>
</li>
<li>
<p> If no suitable transceiver is found
<p>If no suitable transceiver is found
(<var>transceiver</var> is unset), run the following
steps:</p>
<ol>
Expand Down Expand Up @@ -1827,18 +1827,18 @@ <h4>Set the RTCSessionDescription</h4>
the following steps:</p>
<ol>
<li>
Set
<p>Set
<var>transceiver</var>.<a>[[\Sender]]</a>.<a>[[\SendCodecs]]</a>
to the codecs that <var>description</var>
negotiates for sending, and which the user agent
is currently capable of sending.
is currently capable of sending.</p>
</li>
<li>
Set
<p>Set
<var>transceiver</var>.<a>[[\Receiver]]</a>.<a>[[\ReceiveCodecs]]</a>
to the codecs that <var>description</var>
negotiates for receiving, and which the user
agent is currently prepared to receive.
agent is currently prepared to receive.</p>
</li>
<li>
<p>Set <var>transceiver</var>'s
Expand Down Expand Up @@ -1916,12 +1916,13 @@ <h4>Set the RTCSessionDescription</h4>
described by <span data-jsep=
"rollback">[[!JSEP]]</span>.</p>
</li>
<li>For the <code><a>RTCRtpTransceiver</a></code>s
<li>
<p>For the <code><a>RTCRtpTransceiver</a></code>s
remaining on <var>connection</var>, revert
any changes to the <a>[[\CurrentDirection]]</a> and
<a>[[\Receptive]]</a> internal slots made by the application
of the <code><a>RTCSessionDescription</a></code>
that is being rolled back.
that is being rolled back.</p>
</li>
<li>
<p>Restore the value of <var>connection</var>'s
Expand Down Expand Up @@ -2007,37 +2008,37 @@ <h4>Set the configuration</h4>
"set-pc-configuration">set a configuration</dfn>, run the
following steps:</p>
<ol>
<li>Let <var>configuration</var> be the
<li><p>Let <var>configuration</var> be the
<code><a>RTCConfiguration</a></code> dictionary to be
processed.</li>
<li>Let <var>connection</var> be the target
processed.</p></li>
<li><p>Let <var>connection</var> be the target
<code><a>RTCPeerConnection</a></code> object.</li>
<li>If <code><var>configuration</var>.peerIdentity</code> is
set and its value differs from the <a>target peer
identity</a>, <a>throw</a> an <code>InvalidModificationError</code>.
identity</a>, <a>throw</a> an <code>InvalidModificationError</code>.</p>
</li>
<li>If <code><var>configuration</var>.certificates</code> is
<li><p>If <code><var>configuration</var>.certificates</code> is
set and the set of certificates differs from the ones used
when <var>connection</var> was constructed, <a>throw</a> an
<code>InvalidModificationError</code>.</li>
<li>If the value of <code><var>configuration</var>.<a data-link-for=
"RTCConfiguration">bundlePolicy</a></code> is set and its value
differs from the <var>connection</var>'s bundle policy, <a>throw</a>
an <code>InvalidModificationError</code>.</li>
<li>If the value of <code><var>configuration</var>.<a data-link-for=
an <code>InvalidModificationError</code>.</p></li>
<li><p>If the value of <code><var>configuration</var>.<a data-link-for=
"RTCConfiguration">rtcpMuxPolicy</a></code> is set and its value
differs from the
<var>connection</var>'s rtcpMux policy, <a>throw</a> an
<code>InvalidModificationError</code>. If the value is
<code>"negotiate"</code> and the user agent does not implement
non-muxed RTCP, <a>throw</a> a <code>NotSupportedError</code>.</li>
<li>If the value of <code><var>configuration</var>.<a data-link-for=
non-muxed RTCP, <a>throw</a> a <code>NotSupportedError</code>.</p></li>
<li><p>If the value of <code><var>configuration</var>.<a data-link-for=
"RTCConfiguration">iceCandidatePoolSize</a></code> is set and its
value differs from the <var>connection</var>'s previously set
<code>iceCandidatePoolSize</code>, and <code><a data-link-for=
"RTCPeerConnection">setLocalDescription</a></code> has
already been called, <a>throw</a> an
<code>InvalidModificationError</code>.</li>
<code>InvalidModificationError</code>.</p></li>
<li>
<p>Set the <a>ICE Agent</a>'s <dfn id=
"ice-transports-setting">ICE transports setting</dfn> to
Expand Down

0 comments on commit 483902c

Please sign in to comment.