- From: Grisha Lyukshin <notifications@github.com>
- Date: Wed, 30 Jun 2021 18:20:26 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/editing/pull/309/review/696733962@github.com>
@gked commented on this pull request. > + <dl> + <dt> + <dfn>show()</dfn> method + </dt> + <dd> + <p> + The method must follow these steps: + </p> + <ol> + <li>If the browsing context's <a href="https://html.spec.whatwg.org/multipage/browsers.html#active-window">active window</a> does not have <a href="https://html.spec.whatwg.org/multipage/interaction.html#sticky-activation">sticky user activation</a>, abort these steps. + </li> + <li> + If the focused element's <a href="https://html.spec.whatwg.org/multipage/interaction.html#attr-contenteditable">contenteditable</a> value is false, then abort these steps. + </li> + <li> + If the <code>virtualKeyboardPolicy</code> is not <code></code>manual</code> or <a href="https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute">inputMode</a> attribute value is <a href="https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode-keyword-none">none</a> then abort these steps. 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_r661907891
Received on Thursday, 1 July 2021 01:20:39 UTC