Re: [whatwg/dom] Add Event's cancelBubble attribute (#383)

> The {{Event/cancelBubble}} attribute's setter must set <a>context object</a>'s <a>stop propagation flag</a> if the given value is true, and unset it otherwise.

Erm, if we want to make it equivalent to `stopPropagation` (per the issue), then it shouldn't be possible to unset it, except via (re)initialization. So the setter shouldn't do anything if the value is not `true`.

-- 
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/pull/383#issuecomment-265668721

Received on Thursday, 8 December 2016 07:06:19 UTC