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

>   signals to the operation that caused <var>event</var> to be
>   <a>dispatched</a> that it needs to be
>   canceled.
>  
>   <dt><code><var>event</var> . {{Event/defaultPrevented}}</code>
>   <dd>Returns true if
> - {{Event/preventDefault()}} was invoked
> - while the {{Event/cancelable}} attribute
> - value is true, and false otherwise.
> + {{Event/preventDefault()}} was used successfully to indicate cancellation.

(Adding more nitpicky comments. Feel free to ignore for now.) s/used/invoked/ We don't want to omit mentioning when it returns false. The original text did that correctly.

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

Received on Friday, 1 January 2016 16:25:49 UTC