Open
Description
Currently in BiDi, the origin of the input event can be sent to a non-top level browsing context. Classic specification declares it as Perform implementation-specific action dispatch steps on browsing context, which ends up in
These steps must be equivalent to performing the given input device manipulations on context.
However, performing inputs on not top level browsing context seems to be odd and can be misleading during testing of interactions with iframe's elements.
Should we emit the emulation events on the top-level browsing context? How spec can be formulated, so that user keeps possibility to send an element in a nested browsing context, and be able to verify it was not intercepted by the parent frame?