- From: Grisha Lyukshin <notifications@github.com>
- Date: Mon, 28 Jun 2021 12:24:05 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 28 June 2021 19:24:18 UTC
@gked commented on this pull request.
> + </li>
+ <li>Trigger {{VirtualKeyboard/show()}} call that invokes a system API to show the VK.
+ </li>
+ </ol>
+ </dd>
+ <dt>
+ <dfn>hide()</dfn> method
+ </dt>
+ <dd>
+ <p>
+ The method must follow these steps:
+ </p>
+ <ol>
+ <li>If the <a>document</a> doesn't have <a href="https://html.spec.whatwg.org/multipage/interaction.html#sticky-activation">sticky user activation</a>, abort these steps.
+ </li>
+ <li>Trigger {{VirtualKeyboard/hide()}}call that invokes a system API to hide the keyboard.
updated
--
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_r660055744
Received on Monday, 28 June 2021 19:24:18 UTC