[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

Hayato Ito <hayato@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sjmiles@chromium.org

--- Comment #4 from Hayato Ito <hayato@chromium.org> ---
The relevant review in chromium side is:
https://codereview.chromium.org/133213008/

Adding Scott to cc, because I'd like to know whether Polymer depends on event
dispatching mechanism in disconnected nodes or not.

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

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

Received on Monday, 10 February 2014 03:55:24 UTC