[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 #17 from Anne <annevk@annevk.nl> ---
We want 2. The way you could define this is by saying it returns an "object" in
IDL and define in prose that a JavaScript Array Object is returned which
represents a copy of the underlying path concept (which is a list of
EventTarget objects).

You should also keep an XXX somewhere in the specification to update this once
IDL is fixed with proper support for JavaScript Array Objects.

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

Received on Wednesday, 30 April 2014 11:13:05 UTC