Re: [webauthn] `CredentialRequestOptions` make otherwise valid values invalid in an undesirable way

> In Chromium, we have set the members of CredentialCreationOptions as nullable (source)

That's invalid IDL that only works due to  a bug in Chrome's IDL parser.  See  <https://bugs.chromium.org/p/chromium/issues/detail?id=890375>.

I don't understand what's wrong with my proposal from https://github.com/w3c/webauthn/issues/750#issuecomment-424946912 exactly.  Webauthn's IDL is fine at this point.   It just needs to clearly define what happens when those members are not present.  It's not clear to me that this is clearly specified right now.

-- 
GitHub Notification of comment by bzbarsky
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/750#issuecomment-426733172 using your GitHub account

Received on Wednesday, 3 October 2018 17:51:57 UTC