Skip to content

Commit

Permalink
Add UserActivation (positive)
Browse files Browse the repository at this point in the history
Closes #838
  • Loading branch information
zcorpan committed Oct 2, 2023
1 parent 9464260 commit cddf705
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,19 @@
"title": "User Agent Client Hints",
"url": "https://wicg.github.io/ua-client-hints/"
},
{
"ciuName": null,
"description": "The UserActivation API provides ability to query the state of user activation.",
"id": "user-activation",
"mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/API/UserActivation",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1791079",
"mozPosition": "positive",
"mozPositionDetail": "This API exposes the sticky activation and transient activation concepts which browsers use internally for, e.g., allowing popups. These concepts are useful for web apps as well.",
"mozPositionIssue": 838,
"org": "WHATWG",
"title": "UserActivation",
"url": "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface"
},
{
"ciuName": "webauthn",
"description": "This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. Conceptually, one or more public key credentials, each scoped to a given WebAuthn Relying Party, are created by and bound to authenticators as requested by the web application. The user agent mediates access to authenticators and their public key credentials in order to preserve user privacy. Authenticators are responsible for ensuring that no operation is performed without user consent. Authenticators provide cryptographic proof of their properties to Relying Parties via attestation. This specification also describes the functional model for WebAuthn conformant authenticators, including their signature and attestation functionality.",
Expand Down

0 comments on commit cddf705

Please sign in to comment.