- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 14 Oct 2016 05:45:46 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 14 October 2016 12:46:16 UTC
annevk commented on this pull request. > @@ -1280,6 +1321,20 @@ for discussion). <li><p>Set <var>event</var>'s <a for=Event>path</a> to the empty list. + <li> + <p>If <var>event</var> is a {{MouseEvent}} object, <var>event</var>'s {{Event/type}} attribute is + "<code>click</code>", and <var>activationTarget</var> is non-null, then: + + <ol> + <li><p>If <var>event</var>'s <a>canceled flag</a> is unset and <var>activationTarget</var> has + <a>activation behavior</a>, then run <var>activationTarget</var>'s <a>activation behavior</a> Maybe I should only define it for click events. That would remove a lot of conditionals. -- 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/342
Received on Friday, 14 October 2016 12:46:16 UTC