Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8289,8 +8289,9 @@ <h3>Ticks</h3>
dispatch steps</dfn> on a <a>browsing context</a> <var>context</var>,
and a <var>list of events</var> and their properties. These steps
must be equivalent to performing the given input device manipulations
on <var>context</var>, such that trusted events corresponding to the
entries in <var>list of events</var>are dispatched.
on the top-browsing context ancestor of the <var>context</var>, such
that trusted events corresponding to the entries in <var>list of events</var>
are dispatched.

<aside class=note>
<p>The list of events is not comprehensive; in particular the default
Expand Down
Loading