[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 #20 from Domenic Denicola <domenic@domenicdenicola.com> ---
It should not be a new array on each get; it should be the same array.
Otherwise e.path !== e.path.

You should create the array object upon construction of the event, and return
the same one each time.

I also think the issues you linked to are not really related to the problem at
hand.

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

Received on Thursday, 1 May 2014 04:10:21 UTC