Skip to content

Commit

Permalink
Address Tim's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascoe committed May 1, 2024
1 parent f2ccac7 commit 9a30613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ By setting <code>|options|.{{CredentialCreationOptions/mediation}}</code> to {{C
in the result of {{PublicKeyCredential/getClientCapabilities()}} in order to avoid the possibility of causing a user-visible error to be returned if the user agent does
not support {{CredentialMediationRequirement/conditional}} [=user mediation=] for {{CredentialsContainer/create()|navigator.credentials.create()}}.
The client MUST set BOTH |requireUserPresence| and |requireUserVerification| to |FALSE| when <code>|options|.{{CredentialCreationOptions/mediation}}</code> is set to {{CredentialMediationRequirement/conditional}}
unless they may explicitly collected during the ceremony.
unless they may explicitly performed during the ceremony.

Any {{CredentialsContainer/create()|navigator.credentials.create()}} operation can be aborted by leveraging the {{AbortController}};
see [[dom#abortcontroller-api-integration]] for detailed instructions.
Expand Down

0 comments on commit 9a30613

Please sign in to comment.