Re: [w3c/clipboard-apis] Make it possible to read image/svg+xml from the clipboard (#92)

> Let me ask internally where we are with shipping this—apparently—ready to go implementation.

That's great! 

There is one issue that needs further discussion before shipping: https://bugs.chromium.org/p/chromium/issues/detail?id=1226150

I don't think it's too much of a problem even if the sanitization process deletes the styles in the `<style>` tags, because many apps don't support `<style>`, e.g. `<style>` is lost when you paste it into Keynote 13.1 for editing. 

There are two solutions:

1. the developer converts the styles in style to SVG attributes. 
2. for 1, let the browser automate the process.

This results in better compatibility with SVG copied to the clipboard.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/92#issuecomment-1787129088
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/clipboard-apis/issues/92/1787129088@github.com>

Received on Tuesday, 31 October 2023 12:32:13 UTC