Back to Content

Event: srcElement property

files/en-us/web/api/event/srcelement/index.md

latest319 B
Original Source

{{APIRef("DOM")}}{{deprecated_header}}{{AvailableInWorkers}}

The deprecated Event.srcElement is an alias for the {{domxref("Event.target")}} property. Use {{domxref("Event.target")}} instead.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("Window.event")}}