From d140333573d874f825505e4cf079a4c2961eda3d Mon Sep 17 00:00:00 2001 From: Maksim Sadym Date: Tue, 22 Oct 2024 17:57:22 +0200 Subject: [PATCH 1/8] Input events dispatch to top-level frame --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 00450b39..9f88ed01 100644 --- a/index.html +++ b/index.html @@ -8289,8 +8289,9 @@

Ticks

dispatch steps on a browsing context context, and a list of events and their properties. These steps must be equivalent to performing the given input device manipulations - on context, such that trusted events corresponding to the - entries in list of eventsare dispatched. + on the top-browsing context ancestor of the context, such + that trusted events corresponding to the entries in list of events + are dispatched.