- From: Grisha Lyukshin <notifications@github.com>
- Date: Thu, 01 Jul 2021 13:32:54 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 July 2021 20:33:07 UTC
@gked commented on this pull request. > + <tr> + <td><dfn>keyboard-inset-width</dfn> + <td><a href="https://drafts.csswg.org/css-values-3/#length-valuehttps://drafts.csswg.org/css-values-3/#length-value"> length</a> + <tr> + <td><dfn>keyboard-inset-height</dfn> + <td><a href="https://drafts.csswg.org/css-values-3/#length-valuehttps://drafts.csswg.org/css-values-3/#length-value"> length</a> + </table> + + <p>The keyboard insets are six <a href="https://drafts.csswg.org/css-env-1/#environment">environment variables</a> that define a rectangle by + its top, right, bottom, and left insets from the edge of the viewport. Default value of the keyboard insets are "0px" if a fallback value is not provided else it gets updated when {{VirtualKeyboard/boundingRect}} value changes. + The width & height insets are calculated from the remaining insets for developer ergonomics. + </p> + </section> + </section> + <section> + <h2>Examples</h2> added -- 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/309#discussion_r662574845
Received on Thursday, 1 July 2021 20:33:07 UTC