- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 17 Jan 2022 16:50:36 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 January 2022 00:50:49 UTC
@marcoscaceres commented on this pull request. > interaction with a "cut" or "copy" element created by the user agent or operating system. - 1. If |systemCopy| is true, then return true. - - 1. Return the result of [=request permission to use=] the - <code>{ name: "clipboard-write", allowWithoutGesture: false }</code> - permission. - - Note: User agents may choose to request a stronger permission that - will implicitly update this permission. - - 1. Return the result of [=request permission to use=] the - <code>{ name: "clipboard-write", allowWithoutGesture: true }</code> - permission. + 1. Return false. Maybe just for clarity: ```suggestion 1. Otherwise, return false. ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/164#pullrequestreview-854858391 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/164/review/854858391@github.com>
Received on Tuesday, 18 January 2022 00:50:49 UTC