[Bug 24923] What should happen to the mouse events if pointer event listener removes the target from document or hides it?

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

--- Comment #15 from Jacob Rossi [MSFT] <jrossi@microsoft.com> ---
I just looked more into this. The initial event path is built from the target
node. If the target node is removed (whether by itself or as a part of a larger
sub-tree removal, whether removed or simply moved elsewhere in the document or
to another document), then the corresponding compatibility mouse event path is
built from the nearest ancestor in the initial event path that is still in the
tree.

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

Received on Monday, 17 March 2014 21:16:44 UTC