[Bug 24421] [Shadow]: Clarify that Shadow DOM spec takes care of nodes which are *inDocument*.

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

Olli Pettay <bugs@pettay.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugs@pettay.fi

--- Comment #8 from Olli Pettay <bugs@pettay.fi> ---
(In reply to Hayato Ito from comment #4)
> In the current implementation of blink (and WebKit), if an event happens on
> a disconnected node, it's event path will contain only one node, the node
> itself. Bubbling doesn't happen at all.
> See
> https://code.google.com/p/chromium/codesearch#chromium/src/third_party/
> WebKit/Source/core/events/EventPath.cpp&q=EventPath&sq=package:chromium&l=149
Is that even for nodes not in shadow DOM? Sounds like a major bug.
Whether or not node is in document must not affect at all to the
event propagation.

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

Received on Monday, 10 February 2014 12:16:20 UTC