mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
LibWeb: Rename Event.srcTarget to Event.srcElement
It's called srcElement instead of srcTarget. Required by w3school's search focus handler.
This commit is contained in:
parent
f34e69a52b
commit
bae330d559
Notes:
sideshowbarker
2024-07-17 18:46:57 +09:00
Author: https://github.com/Lubrsi
Commit: bae330d559
Pull-request: https://github.com/SerenityOS/serenity/pull/14323
Reviewed-by: https://github.com/linusg
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ interface Event {
|
|||
|
||||
readonly attribute DOMString type;
|
||||
readonly attribute EventTarget? target;
|
||||
readonly attribute EventTarget? srcTarget;
|
||||
readonly attribute EventTarget? srcElement;
|
||||
readonly attribute EventTarget? currentTarget;
|
||||
sequence<EventTarget> composedPath();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue