Skip to content

Commit

Permalink
Record at the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Apr 15, 2024
1 parent ad3da8a commit 6902a5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1625,14 +1625,14 @@ and an optional <var>legacyOutputDidListenersThrowFlag</var>, run these steps:

<li><p>If <var>invocationTargetInShadowTree</var> is false, then set <var>global</var>'s
<a for=Window>current event</a> to <var>event</var>.

<li><p><a>Record timing info for event listener</a> given <var>event</var> and
<var>listener</var>.
</ol>

<li><p>If <var>listener</var>'s <a for="event listener">passive</a> is true, then set
<var>event</var>'s <a>in passive listener flag</a>.

<li><p>If <var>global</var> is a {{Window}} object, then
<a>record timing info for event listener</a> given <var>event</var> and <var>listener</var>.

<li>
<p><a>Call a user object's operation</a> with <var>listener</var>'s
<a for="event listener">callback</a>, "<code>handleEvent</code>", « <var>event</var> », and
Expand Down

0 comments on commit 6902a5d

Please sign in to comment.