Re: [whatwg/dom] cancelBubble legacy property (#211)

> In Gecko it maps to stopPropagation() and you can effectively un-stopPropagation() with cancelBubble = false.

This came up in review: do we want to prevent un-stopPropagation() going forward or do we want to keep that behavior? Basically, do we want to make setting it to false be a no-op rather than have that unset the internal flag?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/211#issuecomment-265847389

Received on Thursday, 8 December 2016 20:33:40 UTC