- From: Chris Rebert <notifications@github.com>
- Date: Wed, 07 Dec 2016 23:05:43 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 8 December 2016 07:06:19 UTC
> 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