- From: Chris Dumez <notifications@github.com>
- Date: Fri, 16 Dec 2016 10:12:36 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 December 2016 18:13:07 UTC
Sorry for being late but on WebKit side, I'd be OK making cancelBubble=true an alias for stopPropagation(). Regarding cancelBubble=false, my personal preference would be to un-stopPropagation() rather than making it a no-op. This is simply because having cancelBubble=true do something and cancelBubble=false be a no-op seems like a weird API. Also, I think there is very little cost (in terms of code complexity) to make cancelBubble=false clear the stopPropagation flag. That said, I am not opposed to making it a no-op if this is what others prefer. -- 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#issuecomment-267659258
Received on Friday, 16 December 2016 18:13:07 UTC