mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-04 10:30:27 +00:00
#399: implement Event.srcElement as alias
This commit is contained in:
parent
e662397110
commit
2c14dc434a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user