Skip to content

Commit

Permalink
fix up pr
Browse files Browse the repository at this point in the history
  • Loading branch information
nsatragno committed Jun 15, 2022
1 parent dc021fb commit 98d2b5e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2187,11 +2187,12 @@ When this method is invoked, the user agent MUST execute the following algorithm
and [=set/remove=] |authenticator| from |issuedRequests|. Then
throw the <code>|options|.{{CredentialRequestOptions/signal}}</code>'s [=AbortSignal/abort reason=].

: <dt id="GetAssn-ConditionalMediation-Interact-FormControl">
If <code>|options|.{{CredentialRequestOptions/mediation}}</code> is {{CredentialMediationRequirement/conditional}}
and the user interacts with an <{input}> form control with an <{input/autocomplete}> attribute whose value
contains a `"webauthn"` [=autofill detail token=],
</dt>
<!-- this needs to be indented 2 more levels to get it to render properly -->
<dt id="GetAssn-ConditionalMediation-Interact-FormControl">
If <code>|options|.{{CredentialRequestOptions/mediation}}</code> is {{CredentialMediationRequirement/conditional}}
and the user interacts with an <{input}> or <{textarea}> form control with an <{input/autocomplete}> attribute whose value
contains a `"webauthn"` [=autofill detail token=],
</dt>

:: 1. If |silentlyDiscoveredCredentials| is not [=list/empty=]:

Expand All @@ -2214,8 +2215,6 @@ When this method is invoked, the user agent MUST execute the following algorithm

1. [=set/Append=] |authenticator| to |issuedRequests|.

Issue: Nina to submit a PR to the HTML spec to add the "webauthn" autofill detail token.

: If <code>|options|.{{CredentialRequestOptions/mediation}}</code> is not {{CredentialMediationRequirement/conditional}},
|issuedRequests| is empty, <code>|options|.{{PublicKeyCredentialRequestOptions/allowCredentials}}</code> is not empty,
and no |authenticator| will become available for any [=public key credentials=] therein,
Expand Down

0 comments on commit 98d2b5e

Please sign in to comment.