- From: Yoav Weiss <notifications@github.com>
- Date: Wed, 28 Jul 2021 21:20:48 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 July 2021 04:21:00 UTC
@yoavweiss commented on this pull request.
> @@ -128,7 +142,7 @@ <h2>The <dfn>VirtualKeyboard</dfn> Interface</h2>
Call the system API to show the VK.
</li>
<li>
- When the VK is shown by the system, fire {{VirtualKeyboard/ongeometrychange()}} event.
+ When the VK is shown by the system, <a href="https://html.spec.whatwg.org/#in-parallel">in parallel</a> the OS reports the bounding rectangle of the keyboard. Update the {{VirtualKeyboard/boundingRect}} which is the intersection of the keyboard rectangle reported by the OS and the layout viewport. Fire {{VirtualKeyboard/ongeometrychange()}} event to JS.
@marcoscaceres - can you help on the [[=viewport=]](https://drafts.csswg.org/css2/#viewport) front?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/pull/317#discussion_r678811140
Received on Thursday, 29 July 2021 04:21:00 UTC