Skip to content

Commit

Permalink
#399: implement Event.srcElement as alias
Browse files Browse the repository at this point in the history
  • Loading branch information
classilla committed Sep 11, 2018
1 parent e662397 commit 2c14dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dom/webidl/Event.webidl
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2c14dc4

Please sign in to comment.