[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 #27 from Anne <annevk@annevk.nl> ---
The way you want to define this is that events have an associated path and an
associated path object. Then at various points in the lifetime of the event,
you change the associated concepts as appropriate. E.g. initially, when you
create an event, its associated path is the empty list and its associated path
object is a new Array representing its associated path.

Then during dispatch when the path is calculated you set a new path and a new
Array representing it.

Event.prototype.path meanwhile returns the path object. The specification
algorithms use the path.

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

Received on Thursday, 1 May 2014 09:36:59 UTC