Skip to content

Commit

Permalink
Fix indentation and extraneous opening bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Sep 6, 2023
1 parent cacd06d commit eb9dd9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@ When this method is invoked, the user agent MUST execute the following algorithm
1. If <var ignore>sameOriginWithAncestors</var> is [FALSE]:

1. If <code>|options|.{{CredentialRequestOptions/mediation}}</code> is present with the value
{{CredentialMediationRequirement/conditional}}:
{{CredentialMediationRequirement/conditional}}:

1. Throw a "{{NotAllowedError}}" {{DOMException}}

Expand Down Expand Up @@ -6751,11 +6751,11 @@ This [=client extension|client=] [=authentication extension=] indicates that the

: Client extension processing

:: When [[[#sctn-getAssertion|assertion]]:
:: When [[#sctn-getAssertion|assertion]]:
1. Just after [establishing the RP ID](#GetAssertion-DetermineConditional) perform these steps:

1. If <code>|options|.{{CredentialRequestOptions/mediation}}</code> is not present or does not have the value
{{CredentialMediationRequirement/conditional}}:
{{CredentialMediationRequirement/conditional}}:

1. Throw a "{{NotAllowedError}}" {{DOMException}}

Expand Down

0 comments on commit eb9dd9f

Please sign in to comment.