Re: [whatwg/dom] Compute everything needed for composedPath() during dispatch (#535)

hayatoito commented on this pull request.



>  
  <li><p>Let <var>isActivationEvent</var> be true, if <var>event</var> is a {{MouseEvent}} object and
  <var>event</var>'s {{Event/type}} attribute is "<code>click</code>", and false otherwise.
 
  <li><p>Let <var>activationTarget</var> be <var>target</var>, if <var>isActivationEvent</var> is
  true and <var>target</var> has <a for=EventTarget>activation behavior</a>, and null otherwise.
 
+ <li><p>Let <var>slotable</var> be null.

We should set slotable to target if target is assigned, as we are doing in 11.2, here too.

-- 
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/535#pullrequestreview-75645040

Received on Friday, 10 November 2017 01:50:44 UTC