- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 11 Apr 2019 01:52:56 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 April 2019 08:53:25 UTC
rniwa commented on this pull request. > @@ -1405,15 +1405,21 @@ for discussion). </ol> <li> - <p>If <var>event</var>'s {{Event/bubbles}} attribute is true, then <a for=list>for each</a> - <var>struct</var> in <var>event</var>'s <a for=Event>path</a>: + <p><a for=list>For each</a> <var>struct</var> in <var>event</var>'s <a for=Event>path</a>: <ol> <li><p>If <var>struct</var>'s <a for=Event/path>target</a> is non-null, then set I actually don't get this check. How can target ever be null? Don't we need to check that target is equal to targetOverride instead? In general, steps 5.9.7-9 seem to be in the need of a bit more clarification as to what they're trying to do. -- 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/750#pullrequestreview-225405775
Received on Thursday, 11 April 2019 08:53:25 UTC