Re: [dom] Add EventListenerOptions and passive event listeners (#82)

> @@ -1058,6 +1110,32 @@ invoked, must run these steps:
>  </ol>
>  
>  
> +<h3 id=observing-event-listeners>Observing event listeners</h3>
> +
> +<p>In general, developers do not expect the presence of an <a>event listener</a> to be
> +observable.  The impact of an <a>event listener</a> is determined by its <b>callback</b>.

Done.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/82/files#r48749577

Received on Monday, 4 January 2016 16:35:54 UTC