Re: [whatwg/dom] Allow an EventTarget to provide the default value of the AddEventListenerOptions (#365)

Yes only touchstart and touchmove are covered under our intervention. Our long term goal is to have these both default to passive: true. However in the meantime we'd like to default them to passive: true if the ContextObject is either window, document, or document.body (as defined in HTML spec).  I was planning on putting this wording into the Touch Event Spec; ie to define the default passive algorithm on Window, Document and HTMLElement.

-- 
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/365#issuecomment-258868979

Received on Monday, 7 November 2016 15:37:59 UTC