Re: [whatwg/dom] Non-bubbling event should run non-capture listeners (#750)

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

Oh, I see. That is indeed very confusing. Maybe we can use different variable names or something? Having item, target, & targetOverride is confusing enough.

-- 
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#discussion_r274726636

Received on Friday, 12 April 2019 00:38:31 UTC