Re: [w3ctag/design-reviews] Async Clipboard - image/delayed content (#350)

For images, because the encoder/decoder that Chrome uses (Skia), and existing sanitization, can only guarantee the sanitization of raster information, only raster information is preserved. Non-raster information, therefore, is tossed out. This is consistent with the level of preservation for image metadata offered in other [clipboard APIs](https://w3c.github.io/clipboard-apis/), and the [ImageBitmap](https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap) API.

However, the specification should not prevent implementers from deciding whether they choose to preserve non-raster information, as long as they can ensure it's secure.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/350#issuecomment-490638530

Received on Wednesday, 8 May 2019 20:28:32 UTC