Re: [whatwg/dom] " readonly attribute boolean bubbles;" (#232)

`event.bubbles` is a property of the event, not the event listener. It can certainly be false, e.g., `new Event(1).bubbles` is false.

---
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/232#issuecomment-211845254

Received on Tuesday, 19 April 2016 10:20:21 UTC