Re: [whatwg/dom] Correct setting of target and relatedTargets post-dispatch (#585)

smaug---- commented on this pull request.



> @@ -1338,6 +1360,18 @@ for discussion).
 <ol>
  <li><p>If <var>event</var>'s <a>stop propagation flag</a> is set, then return.
 
+ <li><p>Set <var>event</var>'s {{Event/target}} attribute to the <a for=Event/path>target</a> of the
+ last tuple in <var>event</var>'s <a for=Event>path</a>, that is either <var>tuple</var> or

what does 'last' mean in this context? In which direction is that

-- 
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/585#pullrequestreview-104666278

Received on Friday, 16 March 2018 18:05:26 UTC