Sorry, allow me to answer my own question! http://w3c.github.io/webcomponents/spec/shadow/#events-that-are-always-stopped
"The following events must always be stopped at the root node of the node tree:" (translation, the shadow root?) abort error select change load reset resize scroll selectstart On Thursday, February 5, 2015 at 12:49:44 AM UTC-8, [email protected] wrote: > > I've found that using <paper-toggle-button>, the 'core-change' event > bubbles all the way up through the DOM to the window itself, but the > 'change' event stops at the closest shadow root. > > Examining the two events, the only difference I can see is the type > ('core-change' vs. 'change') and the path (where the 'core-change' event > goes up to the window and 'change' does not). What determines which events > do this? Is there a way to get built-in events to bubble across shadow > layers? > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/b44f19c9-f953-43e3-b661-aabf4ede404d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
