- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 01 Jan 2016 08:26:49 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 1 January 2016 16:27:18 UTC
> @@ -816,7 +818,14 @@ must return the values they were initialized to.
> The
> <dfn method for=Event>preventDefault()</dfn>
> method must set the <a>canceled flag</a> if the
> -{{Event/cancelable}} attribute value is true.
> +{{Event/cancelable}} attribute value is true and
> +the <a>in passive listener flag</a> is unset.
> +
> +<p class="note no-backref">
> + User agents are encouraged to generate a console warning or other debugging
> + aid to help authors identify places where calls to {{preventDefault()}}
> + have no effect.
@domenic started using "User agents are encouraged to log the precise cause in a developer console, to aid debugging." in HTML. I suggest we start from there.
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/82/files#r48678670
Received on Friday, 1 January 2016 16:27:18 UTC