- From: Edgar Chen <notifications@github.com>
- Date: Wed, 27 Dec 2023 13:34:22 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 December 2023 21:34:27 UTC
@EdgarChen commented on this pull request. > * image/png * [=optional unsanitized data types=] - <dfn>Optional unsanitized data types</dfn> are [=representation/mime type=]s specified by the web authors that MUST NOT be sanitized by the user agent. + <dfn>Optional unsanitized data types</dfn> are [=representation/mime type=]s specified by the web authors that MAY NOT be sanitized by the user agent. The original text before https://github.com/w3c/clipboard-apis/pull/197 was > The user agent, MAY sanitize representation ’s[ data ](https://pr-preview.s3.amazonaws.com/w3c/clipboard-apis/197/ad65071...0312e3e.html#representation-data), if it satisfies the below conditions: > 1. representation ’s[ MIME type ](https://pr-preview.s3.amazonaws.com/w3c/clipboard-apis/197/ad65071...0312e3e.html#representation-mime-type)'s essence is "image/png", which should remain unsanitized to preserve meta data. Dose it mean we have `image/png` to not sanitize `image/png` data? If so, use "MAY NOT" for `image/png` might cause confusion. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/208#pullrequestreview-1797525490 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/208/review/1797525490@github.com>
Received on Wednesday, 27 December 2023 21:34:27 UTC