Visit Mozilla.org

DOM:event.originalTarget

From MDC

« Gecko DOM Reference

[edit] Summary

The original target of the event before any retargetings. (Mozilla-specific)

originalTarget can be anonymous content. (Unlike event.explicitOriginalTarget)

See also Comparison of Event Targets

[edit] Example

Need an example that makes sense here

[edit] Specification

This is a Mozilla-specific property. Defined in /dom/public/idl/events/nsIDOMNSEvent.idl

This event property is not defined in the W3.org DOM Level 2 Events