Re: [w3c/clipboard-apis] Does write() take ClipboardItem or ClipboardItems? (#93)

> Copying multiple items where each item has multiple representation is a thing in iOS & iPadOS. e.g. you can select multiple images in Photos and copy them over to Notes and paste them all. WebKit supports this capability for both reading & writing.

Thanks, that's helpful to know. So multiple `ClipboardItem`s are needed. I suggest adding the iOS/iPadOS use case to the spec. Otherwise, this question might arise again.

Since there are operating systems that support multiple clipboards, it seems the spec should state that `ClipboardItem`s should stem from exactly one of them. But this should be dealt with in a separate ticket.

-- 
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/clipboard-apis/issues/93#issuecomment-859573321

Received on Friday, 11 June 2021 13:14:48 UTC