Skip to content

Commit

Permalink
Fix inconsistent usage of options variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieun committed Aug 24, 2023
1 parent bd68fbf commit 4800133
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2020,9 +2020,9 @@ a numbered step. If outdented, it (today) is rendered as a bullet in the midst o

</dl>

1. Let |attestationFormats| be a list of strings, initialized to the value of <code>|options|.{{PublicKeyCredentialCreationOptions/attestationFormats}}</code>.
1. Let |attestationFormats| be a list of strings, initialized to the value of <code>|pkOptions|.{{PublicKeyCredentialCreationOptions/attestationFormats}}</code>.

1. If <code>|options|.{{PublicKeyCredentialCreationOptions/attestation}}</code>
1. If <code>|pkOptions|.{{PublicKeyCredentialCreationOptions/attestation}}</code>

<dl class="switch">

Expand Down Expand Up @@ -2638,7 +2638,7 @@ The steps for [=issuing a credential request to an authenticator=] are as follow
</dl>

1. Let |enterpriseAttestationPossible| be a Boolean value, as follows. If
<code>|options|.{{PublicKeyCredentialRequestOptions/attestation}}</code>
<code>|pkOptions|.{{PublicKeyCredentialRequestOptions/attestation}}</code>

<dl class="switch">

Expand All @@ -2650,9 +2650,9 @@ The steps for [=issuing a credential request to an authenticator=] are as follow

</dl>

1. Let |attestationFormats| be a list of strings, initialized to the value of <code>|options|.{{PublicKeyCredentialRequestOptions/attestationFormats}}</code>.
1. Let |attestationFormats| be a list of strings, initialized to the value of <code>|pkOptions|.{{PublicKeyCredentialRequestOptions/attestationFormats}}</code>.

1. If <code>|options|.{{PublicKeyCredentialRequestOptions/attestation}}</code>
1. If <code>|pkOptions|.{{PublicKeyCredentialRequestOptions/attestation}}</code>

<dl class="switch">

Expand Down

0 comments on commit 4800133

Please sign in to comment.