- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 26 Aug 2016 13:50:03 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Message-ID: <whatwg/dom/pull/315/r76485950@github.com>
> @@ -1364,9 +1357,10 @@ an <var>object</var> with <var>event</var>, run these steps: > <li><p>If <var>listener</var>'s <b>passive</b> is true, set <var>event</var>'s > <a>in passive listener flag</a>. > > - <li><p>Call <var>listener</var>'s <b>callback</b>'s {{EventListener/handleEvent()}}, with > - <var>event</var> as argument and <var>event</var>'s {{Event/currentTarget}} attribute value as > - <a>callback this value</a>. If this throws an exception, <a>report the exception</a>. > + <li><p><a>Call a user object's operation</a> with <var>listener</var>'s <b>callback</b>, > + "<code>handleEvent</code>", a list of arguments consisting of <var>event</var>, and > + <var>event</var>'s {{Event/currentTarget}} attribute value as <a>callback this value</a>. If this I think it should be "the" callback this value here and below -- 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/315/files/15804f5d5f856c672aae002e3671dd722c632b20#r76485950
Received on Friday, 26 August 2016 20:50:35 UTC