Skip to content

Commit

Permalink
further issue #472 cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed Aug 25, 2017
1 parent 5e4a7b0 commit d6d6c19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ When this method is invoked, the user agent MUST execute the following algorithm
mentioned in <code>|C|.{{transports}}</code>, the client MAY [=continue=].
1. Otherwise, [=list/Append=] |C| to |excludeCredentialDescriptorList|.

1. [=In parallel=], invoke the [=authenticatorMakeCredential=] operation on |authenticator| with
1. Invoke the [=authenticatorMakeCredential=] operation on |authenticator| with
|clientDataHash|,
|options|.{{MakePublicKeyCredentialOptions/rp}},
|options|.{{MakePublicKeyCredentialOptions/user}},
Expand All @@ -699,8 +699,7 @@ When this method is invoked, the user agent MUST execute the following algorithm

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

1. Start a timer for |adjustedTimeout| milliseconds. Then execute the following steps [=in parallel=]. The [=task source=] for
these [=tasks=] is the [=dom manipulation task source=].
1. Start a timer for |adjustedTimeout| milliseconds.

1. [=While=] |issuedRequests| [=list/is not empty=], perform the following actions depending upon the |adjustedTimeout| timer
and responses from the authenticators:
Expand Down

0 comments on commit d6d6c19

Please sign in to comment.