w3c / virtual-keyboard

VirtualKeyboard API
https://w3c.github.io/virtual-keyboard/
Other
16 stars 3 forks source link

Where is the dispatch of geometrychange events defined? #21

Open birtles opened 1 year ago

birtles commented 1 year ago

I can see where it is defined for calls to show() and hide() but what about when it is fired by the user tapping an input text field or rotating the screen. Doesn't somewhere need to define that? And what the target of such events is? Whether they bubble, are cancelable etc.?