Skip to content

Commit d140333

Browse files
Input events dispatch to top-level frame
1 parent db06684 commit d140333

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8289,8 +8289,9 @@ <h3>Ticks</h3>
82898289
dispatch steps</dfn> on a <a>browsing context</a> <var>context</var>,
82908290
and a <var>list of events</var> and their properties. These steps
82918291
must be equivalent to performing the given input device manipulations
8292-
on <var>context</var>, such that trusted events corresponding to the
8293-
entries in <var>list of events</var>are dispatched.
8292+
on the top-browsing context ancestor of the <var>context</var>, such
8293+
that trusted events corresponding to the entries in <var>list of events</var>
8294+
are dispatched.
82948295

82958296
<aside class=note>
82968297
<p>The list of events is not comprehensive; in particular the default

0 commit comments

Comments
 (0)