Skip to content

Commit

Permalink
Fix mismatched <li>
Browse files Browse the repository at this point in the history
Fix mismatched <li>
  • Loading branch information
aboba committed Dec 16, 2016
1 parent 344a7db commit 22023ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webrtc.html
Expand Up @@ -9615,7 +9615,7 @@ <h2 id="sec.idp-error-handling">IdP Error Handling</h2>
that is ultimately rejected, then the procedure that depends on the IdP
MUST also fail. These types of errors will cause an IdP failure with an
<code>RTCError</code> with <code>errorDetail</code> set to
"IdPExecutionFailure".</p> </li>
"IdPExecutionFailure".</p></li>
<li><p>The <a>user agent</a> SHOULD limit the time that it allows for
an IdP to 15 seconds. This includes both the loading of the <a href=
"#sec.identity-proxy-communications">IdP proxy</a> and the identity
Expand All @@ -9625,10 +9625,10 @@ <h2 id="sec.idp-error-handling">IdP Error Handling</h2>
response. Expiration of this timer cases an IdP failure with an
<code>RTCError</code> with <code>errorDetail</code> set to
"IdPTimeout".</p></li>
<li> <p> If the identity provider requires the user to login, the
<li><p>If the identity provider requires the user to login, the
operation will fail <code>RTCError</code> with <code>errorDetail</code>
set to "IdPNeedLogin" and the <code>idpLoginUrl</code> attribute of
the error set to the URL that can be used to login.</p><li>
the error set to the URL that can be used to login.</p></li>
<li><p>Even when the IdP proxy produces a positive result, the
procedure that uses this information might still fail. Additional
validation of a <a>RTCIdentityValidationResult</a> value is still
Expand Down

0 comments on commit 22023ac

Please sign in to comment.