Re: [whatwg/dom] EventListenerOptions and AddEventListenerOptions should use default value false for all the properties (#239)

Wouldn't https://dom.spec.whatwg.org/#event-flatten-more for example become tiny bit simple.
"If options is a dictionary and passive is present in options with value true, then set passive to true."
->
"If options is a dictionary then set passive to the value of the passive property in the dictionary."
Something like that, also for other properties. 

---
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/239#issuecomment-214617379

Received on Tuesday, 26 April 2016 05:05:48 UTC