[webkit-changes] [WebKit/WebKit] 253bee: Enable UserActivation API in WebKit
Marcos Cáceres
noreply at github.com
Wed Nov 30 19:00:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 253bee6371a1aaf63351c0b9012e8c7afb6a9868
https://github.com/WebKit/WebKit/commit/253bee6371a1aaf63351c0b9012e8c7afb6a9868
Author: Marcos Caceres <marcos at marcosc.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
Log Message:
-----------
Enable UserActivation API in WebKit
https://bugs.webkit.org/show_bug.cgi?id=248192
rdar://102589438
Enables the UserActivation API in WebKit, which is available via
"navigator.userActivation".
The API is specified in the HTML spec:
https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface
This API is used to determine whether a user has interacted with the
page in a way that is considered to be "activation" (e.g. clicking a
button, or pressing a key).
Reviewed by Chris Dumez.
* Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:
Canonical link: https://commits.webkit.org/257214@main
More information about the webkit-changes
mailing list