- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Aug 2024 13:40:12 +0000
- To: public-webauthn@w3.org
emlun has just created a new issue for https://github.com/w3c/webauthn: == Rename PublicKeyCredentialHints to PublicKeyCredentialHint? == All the other `enum`s defined in the spec have enum names in singular: - `AuthenticatorAttachment` - `ResidentKeyRequirement` - `AttestationConveyancePreference` - `PublicKeyCredentialType` - `AuthenticatorTransport` - `UserVerificationRequirement` - `ClientCapability` `PublicKeyCredentialHints` is the only odd one out whose name is in plural. I think singular is also the better convention since values of the enum are a single value at a time, not a collection of several of the enum values. ## Proposed Change Rename the enum `PublicKeyCredentialHints` to `PublicKeyCredentialHint`. Please view or discuss this issue at https://github.com/w3c/webauthn/issues/2112 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 7 August 2024 13:40:13 UTC