Re: [whatwg/dom] Add relatedTarget to event dispatch (#281)

>  
> -   <li><p>Otherwise, set <var>target</var> to <var>parent</var> and append
> -   (<var>parent</var>, <var>target</var>) to <var>event</var>'s <a for=Event>path</a>.
> +   <li><p>Otherwise, if <var>parent</var> and <var>relatedTarget</var> are identical, let
> +   <var>parent</var> be null.

This should set parent to null. Only use "let" when introducing a variable.

---
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/281/files/85db79b50a15cf3296a5746db07b097cafe22719#r71319727

Received on Tuesday, 19 July 2016 11:22:08 UTC