- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 30 Oct 2017 21:33:48 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 31 October 2017 04:34:11 UTC
One thing to keep in mind if possible is to keep things "lazy", or at least optimizable. Right now if there are no capturing listeners for a non-bubbling event you can avoid computing the path. (Per spec.) It's a very nice property to have and allows us to keep events cheap so that people don't start using the XObserver pattern to replace events because it's "faster". So, just be careful, in fixing the spec here. If possible. -- 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/525#issuecomment-340657318
Received on Tuesday, 31 October 2017 04:34:11 UTC