Skip to content

Commit

Permalink
editorial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsJeffH committed Mar 24, 2022
1 parent 8f05b26 commit e9ae207
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 @@ -2012,7 +2012,7 @@ When this method is invoked, the user agent MUST execute the following algorithm
1. Set a timer |lifetimeTimer| to a value of infinity.

Note: |lifetimeTimer| is set to a value of infinity so that the user has the entire lifetime of
the [=Document=] to interact with any <{input}> form control tagged with a `"webauthn"` [=autofill detail token=] (see [this step](#GetAssn-ConditionalMediation-Interact-FormControl), below). For example, upon the user clicking in such an input field, the user agent can render a list of discovered credentials for the user to select from, and perhaps also give the user the option to "try another way". Also note that rather than returning exceptions when in this state, the [=[RP]=]'s {{CredentialsContainer/get()|navigator.credentials.get()}} promise call simply never resolves. This is handled in [[credential-management-1#algorithm-request]].
the [=Document=] to interact with any <{input}> form control tagged with a `"webauthn"` [=autofill detail token=] (see [this step](#GetAssn-ConditionalMediation-Interact-FormControl), below). For example, upon the user clicking in such an input field, the user agent can render a list of discovered credentials for the user to select from, and perhaps also give the user the option to "try another way". Also note that rather than returning exceptions when in this "conditional UI" state, the [=[RP]=]'s {{CredentialsContainer/get()|navigator.credentials.get()}} promise call simply never resolves. This is handled in [[credential-management-1#algorithm-request]].

1. Else:

Expand Down

0 comments on commit e9ae207

Please sign in to comment.