- From: Dave Tapuska <notifications@github.com>
- Date: Tue, 27 Sep 2016 10:33:16 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 27 September 2016 17:33:43 UTC
I don't care for for the key event example @domenic provided there. At least for keyboard events we want to take advantage of threaded scrolling. But having javascript filter every key event prevents that so a filter on the registered event listener is best for the UA for some apps that only care about certain keys; like 'Enter'. Then PageUp/PageDown can be accelerated and not dispatch javascript at all. But +1 for Observables. -- 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/333#issuecomment-249938036
Received on Tuesday, 27 September 2016 17:33:43 UTC