Re: [whatwg/dom] Make "inner invoke" use "remove an event listener" (#758)

annevk commented on this pull request.



> @@ -1568,8 +1568,8 @@ run these steps:
    <a for="event listener">capture</a> is true, then <a for=iteration>continue</a>.
 
    <li><p>If <var>listener</var>'s <a for="event listener">once</a> is true, then
-   <a for=list>remove</a> <var>listener</var> from <var>event</var>'s {{Event/currentTarget}}
-   attribute value's <a for=EventTarget>event listener list</a>.
+   <a>remove an event listener</a> with the <var>event</var>'s {{Event/currentTarget}}
+   and <var>listener</var></a>.
    <!-- Do this before invocation to avoid reentrancy issues. No need to set removed to true since
         each listener in listeners is run once anyway. -->

I'd reword the second sentence here to say something like "Note that there is no need to set removed to true since listener is run once, but it is done here to share an abstraction."

-- 
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/758#pullrequestreview-234505353

Received on Tuesday, 7 May 2019 13:16:24 UTC