ISSUE-40: DOM3EV: does dispatchEvent accept foreign Event objects?

ISSUE-40: DOM3EV: does dispatchEvent accept foreign Event objects?

http://www.w3.org/2005/06/tracker/webapi/issues/40

Raised by: Bjoern Hoehrmann
On product: DOM 3 Events

What should we say about the following case, where document1 and
document2 are two different Document objects?

  document2.dispatchEvent(document1.createEvent(...))

We currently don't discuss this at all.

Received on Wednesday, 15 March 2006 15:00:32 UTC