- From: Mike Taylor <notifications@github.com>
- Date: Thu, 26 Oct 2017 21:30:56 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 October 2017 21:31:26 UTC
miketaylr commented on this pull request.
> @@ -733,6 +736,12 @@ The <dfn attribute for=Event><code>bubbles</code></dfn> and
<dfn attribute for=Event><code>cancelable</code></dfn> attributes
must return the values they were initialized to.
+The <dfn attribute for=Event><code>returnValue</code></dfn>
+attribute must be initialized to true when an <a>event</a> is created.
+When the attribute is set to false it must set the <a>canceled flag</a> if the
+{{Event/cancelable}} attribute value is true and the
+<a>in passive listener flag</a> is unset.
(this notification got swallowed by my inbox, will look into this tomorrow)
--
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/pull/407#discussion_r147273236
Received on Thursday, 26 October 2017 21:31:26 UTC