- From: J.C. Jones <noreply@github.com>
- Date: Wed, 27 May 2020 12:10:58 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/master
Home: https://github.com/w3c/webauthn
Commit: a133711055b3b13c700fe2ea2acd62fe749a3f74
https://github.com/w3c/webauthn/commit/a133711055b3b13c700fe2ea2acd62fe749a3f74
Author: J.C. Jones <jc@mozilla.com>
Date: 2020-05-27 (Wed, 27 May 2020)
Changed paths:
M index.bs
Log Message:
-----------
Substitute enum types in dictionaries with DOMStrings (#1392)
* Update PublicKeyCredentialCreationOptions
* Update PublicKeyCredentialRequestOptions
* Update for PublicKeyCredential/transports
* Update for AuthenticatorSelectionCriteria
* Update for PublicKeyCredentialDescriptor
* Update for TokenBinding
* Update for PublicKeyCredentialParameters
* Updates per @agl's review comments
* Use the same 'ignore unknown values' language, which is used 8 times already in the document
* Update ResidentKeyRequirement to be a DOMString, too.
* Address @equalsJeffH's https://github.com/w3c/webauthn/pull/1392#issuecomment-621401303 and fix linking to infra:map/exists (which was unused)
* Address @equalsJeffH - Add 2.1.1 "Enumerations as DOMString Types"
Addresses https://github.com/w3c/webauthn/pull/1392#pullrequestreview-390185376
by adding a new conformance section and referring to it at the description of
each enumeration type.
Received on Wednesday, 27 May 2020 19:11:11 UTC