[Bug 21066] Provide an event path API

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

--- Comment #23 from Olli Pettay <bugs@pettay.fi> ---
If many components need event path, there is something wrong with components
spec. Components should be able to work without too much knowledge about the
things outside them, and normal DOM shouldn't need to care about Shadow DOM.

(In reply to comment #22)
> 1) in DOM spec, add event.path and  simply say that it returns a copy of the
> event path
> 2) in shadow DOM spec, tweak event handling section to explicitly mention
> that it modifies how an event path is built.
Sounds doable, though I don't know whether we want event.path
or someEventTarget.path("eventType") or some such.

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

Received on Wednesday, 24 April 2013 20:10:02 UTC