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/70c0ff7d-d3f1-49e8-8f97-b13d86c635d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to