Re: [whatwg/dom] Do not dispatch a trusted event when target and reletedTarget are identical (#336)

Thank you!

> We're sure no specification relies on the return value of dispatch (when relatedTarget is set somehow) and would get tripped up by it not returning anything here?

I am no sure. Maybe we can return `true` here, instead of not returning anything. That might be better.

As far as I confirmed in Blink, Blink returns `DispatchEventResult::NotCanceled` in event dispatch if the event path is empty, and I have not seen any problem for that so far.

-- 
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/336#issuecomment-253144540

Received on Wednesday, 12 October 2016 07:57:18 UTC