- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Tue, 28 Mar 2023 08:26:29 +0000
- To: public-webauthn@w3.org
emlun has just created a new issue for https://github.com/w3c/webauthn: == Move isConditionalMediationAvailable to its own section like isUVPAA? == The `isUserVerifyingPlatformAuthenticatorAvailable()` method is defined in its own `partial interface` block in the dedicated [section 5.1.7](https://www.w3.org/TR/webauthn-2/#sctn-isUserVerifyingPlatformAuthenticatorAvailable), but `isConditionalMediationAvailable()` is defined [inline in the main `interface PublicKeyCredential` block](https://w3c.github.io/webauthn/#dom-publickeycredential-isconditionalmediationavailable) as the only `static` member in that block. Should we, for consistency, move `isConditionalMediationAvailable()` to its own section like `isUserVerifyingPlatformAuthenticatorAvailable()`? ## Proposed Change Move the [definition of `isConditionalMediationAvailable()`](https://w3c.github.io/webauthn/#dom-publickeycredential-isconditionalmediationavailable) to a new section immediately following [§5.1.7. Availability of User-Verifying Platform Authenticator - PublicKeyCredential’s isUserVerifyingPlatformAuthenticatorAvailable() Method](https://www.w3.org/TR/webauthn-3/#sctn-isUserVerifyingPlatformAuthenticatorAvailable). Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1867 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 28 March 2023 08:26:30 UTC