Re: [whatwg/dom] Use the relevant realm of the event target when firing an event (#354)

> Also, this and your test expose https://www.w3.org/Bugs/Public/show_bug.cgi?id=20567.

Right, that's what we discussed in #352. But @bzbarsky was OK with punting on that to the more general problem, instead of trying to patch it specifically here.

> Would it be better to use the node document's relevant Realm if the target is a node?

The test shows that Blink and WebKit do not do this. In Gecko they're always the same due to Gecko's unique adoption rules, so Gecko would be OK with either spec text. Edge, we have no idea what they're doing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/354#issuecomment-256916409

Received on Friday, 28 October 2016 13:12:24 UTC