- From: snianu <notifications@github.com>
- Date: Wed, 25 May 2022 17:00:39 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 May 2022 00:00:51 UTC
@snianu commented on this pull request. > @@ -786,7 +786,7 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn; 1. Abort these steps. - 1. Let |data| be a copy of the [=system clipboard data=] represented as [=clipboard items=]. For the MIME types defined in the [=mandatory data types=] list, |data| MAY be sanitized, but image/png format has unsanitized payload to preserve meta data. + 1. Let |data| be a copy of the [=system clipboard data=] represented as [=clipboard items=]. For the MIME types defined in the [=mandatory data types=] list, |data| MAY be sanitized, but image/png format has unsanitized payload to preserve meta data. For the [=/MIME type=]s that have a "web "("web" followed by U+0020 SPACE) prefix, [=read unsanitized format=] from the [=system clipboard=] and append the content of the format to |data|. Added these additional steps. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/175#discussion_r882209106 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/175/review/985592833@github.com>
Received on Thursday, 26 May 2022 00:00:51 UTC