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

Given the usage I'd certainly LGTM a simplification of `cancelBubble` to a `stopPropagation()` alias. But what should it do when going from true to false? Just ignore and leave the value unchanged I guess?

Since Gecko has this on `UIEvent` I guess at best we could hope to have it there in all engines, but since the amount of code would be the same in any case that doesn't seem very worthwhile to pursue. And it's probably easier to spec this in DOM than in UI Events too.

-- 
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-241711051

Received on Tuesday, 23 August 2016 12:11:45 UTC