web-platform-tests / interop

web-platform-tests Interop project
https://wpt.fyi/interop
280 stars 28 forks source link

User Activation #566

Closed marcoscaceres closed 11 months ago

marcoscaceres commented 11 months ago

Description

User gestures (aka user activation) restrict certain sensitive actions, such as opening a popup window, to only be allowed in response to a user gesture, i.e. some kind of user input event. Browsers currently differ in their implementation of this, and it causes awkward compatibility problems.

Specification

https://html.spec.whatwg.org/multipage/interaction.html#tracking-user-activation

Open Issues

No response

Tests

https://wpt.fyi/results/html/user-activation

Current Implementations

Standards Positions

No response

Browser bug reports

No response

Developer discussions

https://github.com/web-platform-tests/interop/issues/142

Polls & Surveys

No response

Existing Usage

No response

Workarounds

No response

Accessibility Impact

No response

Privacy Impact

No response

Other

No response

marcoscaceres commented 11 months ago

Ah, just spotted https://github.com/web-platform-tests/interop/issues/428