Skip to content

Commit

Permalink
Merge pull request #1948 from Kieun/kieun-1947
Browse files Browse the repository at this point in the history
Fix inconsistent usage of options variable
  • Loading branch information
agl committed Sep 20, 2023
2 parents 58d60d0 + 4800133 commit baf774a
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 @@ -2016,9 +2016,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 @@ -2636,7 +2636,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 @@ -2648,9 +2648,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 baf774a

Please sign in to comment.