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

[`UIEvent.cancelBubble`](https://developer.mozilla.org/en-US/docs/Web/API/UIEvent/cancelBubble) works in all modern browsers.
Testcase: http://jsbin.com/jufexu/edit?html,css,js,output

`Event.cancelBubble` works in all modern browsers (Chrome, Safari, Edge, IE11) except Firefox.
Testcase: http://jsbin.com/wirelo/edit?html,js,output

To accurately reflect reality, I propose speccing at least one of these properties.

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

Received on Friday, 8 April 2016 21:54:38 UTC