Re: [whatwg/dom] Define a "has listeners for" algorithm on EventTarget (#660)

annevk commented on this pull request.



> @@ -995,6 +995,9 @@ and a <dfn export for=EventTarget>legacy-canceled-activation behavior</dfn> algo
 <p class="note no-backref">These algorithms only exist for checkbox and radio <{input}> elements and
 are not to be used for anything else. [[!HTML]]
 
+<p> An {{EventTarget}} object <var>target</var> is said to <dfn export>have a listener for</dfn> <var>type</var> if <var>target</var>'s <a>event listener list</a> <a for=list>contains</a> an

No space after `<p>`. Also needs to be rewrapped for 100 columns.

-- 
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/660#pullrequestreview-144334735

Received on Wednesday, 8 August 2018 09:21:07 UTC