- From: mbrodesser <notifications@github.com>
- Date: Wed, 26 Jan 2022 03:54:45 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 January 2022 11:54:57 UTC
@mbrodesser commented on this pull request. > + + 1. Assign NSHTMLPboardType to |wellKnownFormat|. + + 1. Return |wellKnownFormat|. + + On Linux, ChromeOS, and Android, follow the convention described below: + + 1. Assign "text/html" to |wellKnownFormat|. + + 1. Return |wellKnownFormat|. + + 1. Else, if |mimeType|'s [=MIME type/essence=] is "image/png", then + + On Windows, follow the convention described below: + + 1. Assign "PNG" to |wellKnownFormat|. Is "PNG" the correct type? It's not included in https://docs.microsoft.com/en-us/windows/win32/dataxchg/standard-clipboard-formats#constants. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/158#pullrequestreview-863439728 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/158/review/863439728@github.com>
Received on Wednesday, 26 January 2022 11:54:57 UTC