- From: Rick Byers <notifications@github.com>
- Date: Mon, 04 Jan 2016 08:29:26 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 4 January 2016 16:30:18 UTC
> 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.
Whoops, must have lost this by accident somewhere along the line. Fixed.
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/82/files#r48748831
Received on Monday, 4 January 2016 16:30:18 UTC