- From: Grisha Lyukshin <notifications@github.com>
- Date: Thu, 01 Jul 2021 13:16:19 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 July 2021 20:16:31 UTC
@gked commented on this pull request.
> + </li>
+ </ol>
+ </dd>
+ <p class="note">
+ Platform heuristics may impose additional restrictions on VK {{VirtualKeyboard/show()}} and {{VirtualKeyboard/hide()}}. e.g., On Windows the pointer type has to be
+ touch or pen.
+ </p>
+ <p class="note">
+ A few people have expressed concerns around {{VirtualKeyboard/show()}} and {{VirtualKeyboard/hide()}} methods not being promise-based. However, we could not find any real use cases around needing promises in this type of operation.
+ </p>
+ <dt>
+ <dfn>overlaysContent</dfn>
+ </dt>
+ <dd>
+ <p>
+ To set the attribute to opt-out of resizing the visual viewport,
Updated the spec to reflect on your first comment.
Is defining SecureContext in web idl enough so we don't have to mention it here?
--
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_r662564948
Received on Thursday, 1 July 2021 20:16:31 UTC