[whatwg/dom] "event . cancelable Returns true or false depend..." (#226)

https://dom.spec.whatwg.org/#interface-event

> event \. cancelable
> Returns true or false depending on how event was initialized\. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault\(\) method\.


In which situation do they not carry any meaning?

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

Received on Sunday, 17 April 2016 18:04:34 UTC