[Bug 25458] [Shadow]: The return type of Event.path should be EventTarget[], instead of NodeList

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25458

--- Comment #26 from Boris Zbarsky <bzbarsky@mit.edu> ---
> As I recall, the same event object can be *re-used* between event dispatching

Yes, see comment 21.  Creating a new array on explicit action like array
dispatch is probably fine.  Creating one seemingly-randomly during event
propagation seems a lot weirder.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 1 May 2014 07:15:55 UTC