Skip to content

Commit

Permalink
Address @AngeloKai's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjones committed Oct 20, 2017
1 parent 6e0716f commit 7bc3a3e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,9 @@ When this method is invoked, the user agent MUST execute the following algorithm
platform during the lifetime of |lifetimeTimer| and do the following:

Issue: The definitions of "lifetime of" and "becomes available" are intended to represent how
devices are hotplugged into browsers, and are under-specified. Resolving this with good definitions
or some other means will be addressed by resolving [Issue #613](https://github.com/w3c/webauthn/issues/613).
devices are hotplugged into (USB) or discovered by (NFC) browsers, and are under-specified.
Resolving this with good definitions or some other means will be addressed by resolving
[Issue #613](https://github.com/w3c/webauthn/issues/613).

1. If {{AuthenticatorSelectionCriteria/authenticatorAttachment}} is [=present|present=] and its value is not equal
to |authenticator|'s attachment modality, [=iteration/continue=].
Expand Down Expand Up @@ -909,8 +910,9 @@ method is invoked, the user agent MUST:
|lifetimeTimer|, perform the following steps:

Issue: The definitions of "lifetime of" and "becomes available" are intended to represent how
devices are hotplugged into browsers, and are under-specified. Resolving this with good definitions
or some other means will be addressed by resolving [Issue #613](https://github.com/w3c/webauthn/issues/613).
devices are hotplugged into (USB) or discovered by (NFC) browsers, and are under-specified.
Resolving this with good definitions or some other means will be addressed by resolving
[Issue #613](https://github.com/w3c/webauthn/issues/613).

1. Let |allowCredentialDescriptorList| be a new [=list=].

Expand Down

0 comments on commit 7bc3a3e

Please sign in to comment.