Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascoe committed May 30, 2024
1 parent 4427255 commit ffa7bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,10 @@ spec:css-syntax-3;
{{Credential}}'s default implementation of {{Credential/willRequestConditionalCreation()}}:

<ol class="algorithm">
1. Return a new {{Promise}} that immediately [=resolves=].
1. Return a new {{Promise}} that [=resolves=] with `undefined`.
</ol>

Note: If this function is not present, {{CredentialMediationRequirement/conditional}}
Note: If this method is not present, {{CredentialMediationRequirement/conditional}}
mediation for credential creation is not supported for the [=credential/credential type=].

: <dfn attribute>\[[type]]</dfn>
Expand Down

0 comments on commit ffa7bbc

Please sign in to comment.