mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-08-10 02:25:05 +00:00
#399: implement Event.srcElement as alias
This commit is contained in:
@@ -17,6 +17,8 @@ interface Event {
|
||||
readonly attribute DOMString type;
|
||||
[Pure]
|
||||
readonly attribute EventTarget? target;
|
||||
[Pure, BinaryName="target"]
|
||||
readonly attribute EventTarget? srcElement;
|
||||
[Pure]
|
||||
readonly attribute EventTarget? currentTarget;
|
||||
|
||||
|
Reference in New Issue
Block a user