- From: snianu <notifications@github.com>
- Date: Tue, 01 Feb 2022 15:05:12 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 February 2022 23:05:25 UTC
@snianu 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|. In Chromium we use either "PNG" or `CF_DIBV5`. Not sure about other browsers. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/158#discussion_r797126042 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/158/review/869926031@github.com>
Received on Tuesday, 1 February 2022 23:05:25 UTC