Re: [w3c/editing] Should we modify the clipboard API spec to match Safari's behavior for HTML-referenced media? (#285)

> Will there be any change to how the src is represented for a single image.

For a single image, apps typically put the bytes of the image on the clipboard.  This feature wouldn't change that so you can access them in the usual way.

> Do we need to make any change from HTML side to what we are copying to the clipboard when the image is being copied from our app?

No.  This feature is specifically to allow web apps to consume content from native applications that produce HTML on the clipboard with images that are referenced using URLs with the file scheme, e.g. `<img src="file://C:\users\bocupp\temp\image001.png">`



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

Received on Monday, 12 April 2021 18:49:50 UTC