Skip to content

Commit

Permalink
Fix create algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloKai committed Apr 26, 2017
1 parent 41c22c5 commit 6b14897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Expand Up @@ -563,12 +563,12 @@ When this method is invoked, the user agent MUST execute the following algorithm

1. For each [=authenticator=] currently available on this platform, process each option in
|options|.{{MakeCredentialOptions/authenticatorSelection}} by checking if the [=authenticator=] is satisfies the
requirement. If the [=authenticator=] is capable of all criterias as listed in
|options|.{{MakeCredentialOptions/authenticatorSelection}}, [=set/append=] [=authenticator=] to
|currentlyAvailableAuthenticators|.
requirement of the option.
1. If |requireResidentKey| is set to |true|, check if the
|authenticator| is capable of storing [=Client-Side-Resident Credential Private Key=]. If not, return a
{{DOMException}} whose name is "{{QuotaExceededError}}".
1. If the [=authenticator=] is capable of all criterias as listed in |options|.{{MakeCredentialOptions/authenticatorSelection}},
[=set/append=] [=authenticator=] to |currentlyAvailableAuthenticators|.
1. If there is no [=authenticator=] that satisfies the criterias listed in
|options|.{{MakeCredentialOptions/authenticatorSelection}}, return a {{DOMException}} whose name is
"{{ConstraintError}}", and terminate the algorithm.
Expand Down

0 comments on commit 6b14897

Please sign in to comment.