[w3c/touch-events] Consider defaulting to use passive listener on window/document/document.body (#74)

This would need some hooks into DOM spec.
Perhaps https://dom.spec.whatwg.org/#dom-eventtarget-addeventlistener step 4 could for example get the default tuple {eventType, isPassive} from the context object and use that in case passive wasn't passed in the options.

@RByers 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/issues/74

Received on Friday, 23 September 2016 12:22:08 UTC