Skip to content

Commit

Permalink
make BS happy
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed Nov 17, 2017
1 parent 55a72f0 commit a859cc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ When this method is invoked, the user agent MUST execute the following algorithm
: <code><dfn for="credentialCreationData">clientDataJSONResult</dfn></code>
:: whose value is the bytes of |clientDataJSON|.

: <code><dfn for="credentialCreationData">AttestationConveyancePreference</dfn></code>
: <code><dfn for="credentialCreationData">AttestationConveyancePreferenceOption</dfn></code>
:: whose value is the value of |options|.{{MakePublicKeyCredentialOptions/attestation}}.

: <code><dfn for="credentialCreationData">clientExtensionResults</dfn></code>
Expand All @@ -841,7 +841,7 @@ When this method is invoked, the user agent MUST execute the following algorithm
1. Let |attestationObject| be a new {{ArrayBuffer}}, created using |global|'s [=%ArrayBuffer%=], containing the
bytes of <code>|credentialCreationData|.[=attestationObjectResult=]</code>'s value.

1. If <code>|credentialCreationData|.[=AttestationConveyancePreference=]</code>'s value is
1. If <code>|credentialCreationData|.[=AttestationConveyancePreferenceOption=]</code>'s value is
<dl class="switch">
: "none"
:: replace potentially uniquely identifying information (such as [=AAGUID=] and
Expand All @@ -858,8 +858,8 @@ When this method is invoked, the user agent MUST execute the following algorithm
:: convey the authenticator's [=AAGUID=] and [=attestation statement=], unaltered, to the RP.

Issue: @balfanz wishes to add to the "direct" case:
* If, for whatever reason, the client cannot pass on the authenticator-generated attestation
statement, it MUST terminate the credential generation operation with a "NotAllowedError".
If, for whatever reason, the client cannot pass on the authenticator-generated attestation
statement, it MUST terminate the credential generation operation with a "NotAllowedError".
</dl>

1. Let |id| be <code>|attestationObject|.authData.[=attestedCredentialData=].[=credentialId=]</code>.
Expand Down

0 comments on commit a859cc8

Please sign in to comment.