mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibWeb: Implement UserActivation
This commit is contained in:
parent
227151b881
commit
01bd179eef
Notes:
sideshowbarker
2024-07-17 11:34:34 +09:00
Author: https://github.com/jamierocks
Commit: 01bd179eef
Pull-request: https://github.com/SerenityOS/serenity/pull/24437
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/mattco98
Reviewed-by: https://github.com/tcl3
11 changed files with 104 additions and 0 deletions
6
Userland/Libraries/LibWeb/HTML/UserActivation.idl
Normal file
6
Userland/Libraries/LibWeb/HTML/UserActivation.idl
Normal file
|
@ -0,0 +1,6 @@
|
|||
// https://html.spec.whatwg.org/multipage/interaction.html#useractivation
|
||||
[Exposed=Window]
|
||||
interface UserActivation {
|
||||
readonly attribute boolean hasBeenActive;
|
||||
readonly attribute boolean isActive;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue