[webauthn] Grammar of makeCredential step 1 is a bit odd

bzbarsky has just created a new issue for 
https://github.com/w3c/webauthn:

== Grammar of makeCredential step 1 is a bit odd ==
Step 1 of 
https://w3c.github.io/webauthn/#dom-webauthentication-makecredential 
says:

> If timeoutSeconds was specified, check if its value lies within a 
reasonable range as defined by the platform and if not, correct it to 
the closest value lying within that range. Set ....

I would expect it to be more like this:

If timeoutSeconds was specified, check whether its value lies within a
 reasonable range as defined by the platform.  If it does not, correct
 its value to the closest value lying within that range.  Set ....



Please view or discuss this issue at 
https://github.com/w3c/webauthn/issues/252 using your GitHub account

Received on Friday, 4 November 2016 17:52:59 UTC