Re: [w3c/clipboard-apis] Specify order of flavors exported to macOS's pasteboard (#137)

It is difficult for the browser to determine which format is richer in information. For example, when copying `image/svg+xml` and `text/html` at the same time, which type is richer? This is ambiguous, so it should be left to the developer to decide based on their usage scenario.

In my testing, I found that Safari has the ability to customize the order in which information is written to the clipboard based on the type the developer passes in the ClipboardItem.

For better interoperability, the specification could probably move in this direction.

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

Message ID: <w3c/clipboard-apis/issues/137/1958979233@github.com>

Received on Thursday, 22 February 2024 08:54:52 UTC