Skip to content

Commit 77cd75e

Browse files
authored
Record timing info for event handling
This feeds into "Long Animation Frame" timing.
1 parent 2d890bd commit 77cd75e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dom.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,9 @@ and an optional <var>legacyOutputDidListenersThrowFlag</var>, run these steps:
16301630
<li><p>If <var>listener</var>'s <a for="event listener">passive</a> is true, then set
16311631
<var>event</var>'s <a>in passive listener flag</a>.
16321632

1633+
<li><p>If <var>global</var> is a {{Window}} object, then
1634+
<a>record timing info for event listener</a> given <var>event</var> and <var>listener</var>.
1635+
16331636
<li>
16341637
<p><a>Call a user object's operation</a> with <var>listener</var>'s
16351638
<a for="event listener">callback</a>, "<code>handleEvent</code>", « <var>event</var> », and

0 commit comments

Comments
 (0)