- From: snianu <notifications@github.com>
- Date: Wed, 28 Jul 2021 18:16:45 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 July 2021 01:16:57 UTC
@snianu commented on this pull request.
> </dt>
<dd>
<p>
- The attribute reports the intersection of the VK with the layout viewport in client coordinates.
+ The attribute reports the intersection of the VK with the layout viewport in client coordinates. It is set when {{VirtualKeyboard/ongeometrychange}} event is fired. To create a {{VirtualKeyboard/boundingRect}} follow these steps:
+ <ol>
+ <li>
+ Let `osk` be the on-screen keyboard rectangle in CSS pixels that is provided by the OS when the VK visibility changes.
Done.
--
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_r678753230
Received on Thursday, 29 July 2021 01:16:57 UTC