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

Seems reasonable to me.  So roughly:

1. Keep the blob from being collected during the paste event
1. Keep the blob available if it is being fetched by URL
1. Revoke the blob URL created for an element during the paste event after that element finishes loading it

If the author wants to keep the bits of the blob around they must fetch it from the blob URLs in the markup to be pasted during the paste event.

Let's see what @mkruisselbrink thinks.

-- 
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-795151934

Received on Wednesday, 10 March 2021 09:34:32 UTC